Guaxu Docs
Preparing search index...
guaxu-react
RadioCardListProps
Type Alias RadioCardListProps
type
RadioCardListProps
=
{
children
:
(
option
:
RadioCardProps
)
=>
ReactNode
;
isDisabled
?:
boolean
;
label
?:
string
;
onChange
:
(
value
:
string
)
=>
void
;
options
:
RadioCardProps
[]
;
selectedValue
:
string
;
}
Index
Properties
children
is
Disabled?
label?
on
Change
options
selected
Value
Properties
children
children
:
(
option
:
RadioCardProps
)
=>
ReactNode
Optional
is
Disabled
isDisabled
?:
boolean
Optional
label
label
?:
string
on
Change
onChange
:
(
value
:
string
)
=>
void
options
options
:
RadioCardProps
[]
selected
Value
selectedValue
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
is
Disabled
label
on
Change
options
selected
Value
Guaxu Docs
Loading...