Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
RadioComponentType
Interface RadioComponentType
Public
interface
RadioComponentType
{
$$typeof
:
symbol
;
Button
:
RadioButtonComponentType
;
defaultProps
?:
Partial
<
RadioProps
&
RefAttributes
<
HTMLElement
>
>
;
displayName
?:
string
;
Group
:
RadioRadioGroupComponentType
;
propTypes
?:
WeakValidationMap
<
RadioProps
&
RefAttributes
<
HTMLElement
>
>
;
(
props
:
RadioProps
&
RefAttributes
<
HTMLElement
>
)
:
null
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
;
}
Hierarchy (
view full
)
ForwardRefExoticComponent
<
RadioProps
&
RefAttributes
<
HTMLElement
>
>
RadioComponentType
Radio
Component
Type
(
props
)
:
null
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
NOTE
: Exotic components are not callable.
Parameters
props
:
RadioProps
&
RefAttributes
<
HTMLElement
>
Returns
null
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
Index
Properties
$$typeof
Button
default
Props?
display
Name?
Group
prop
Types?
Properties
Readonly
$$typeof
$$typeof
:
symbol
Button
Button
:
RadioButtonComponentType
Optional
default
Props
default
Props
?:
Partial
<
RadioProps
&
RefAttributes
<
HTMLElement
>
>
Optional
display
Name
display
Name
?:
string
Group
Group
:
RadioRadioGroupComponentType
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
RadioProps
&
RefAttributes
<
HTMLElement
>
>
On This Page
Properties
$$typeof
Button
default
Props
display
Name
Group
prop
Types
Юниверс MDM SDK UI
Loading...
Public