Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Antdm
RadioGroupProps
Interface RadioGroupProps
interface
RadioGroupProps
{
children
?:
ReactNode
;
defaultValue
?:
null
|
RadioValue
;
disabled
?:
boolean
;
onChange
?:
(
(
val
)
=>
void
)
;
value
?:
null
|
RadioValue
;
}
Index
Properties
children?
default
Value?
disabled?
on
Change?
value?
Properties
Optional
children
children
?:
ReactNode
Optional
default
Value
default
Value
?:
null
|
RadioValue
Optional
disabled
disabled
?:
boolean
Optional
on
Change
on
Change
?:
(
(
val
)
=>
void
)
Type declaration
(
val
)
:
void
Parameters
val
:
RadioValue
Returns
void
Optional
value
value
?:
null
|
RadioValue
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
children
default
Value
disabled
on
Change
value
devfive front components
index
test
Generated using
TypeDoc