Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Vendor
React
FunctionComponent
Interface FunctionComponent<P>
interface
FunctionComponent
<
P
>
{
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
P
>
;
displayName
?:
string
;
propTypes
?:
WeakValidationMap
<
P
>
;
(
props
:
PropsWithChildren
<
P
>
,
context
?:
any
)
:
null
|
ReactElement
<
any
,
any
>
;
}
Type Parameters
P
=
{}
Function
Component
(
props
,
context
?
)
:
null
|
ReactElement
<
any
,
any
>
Parameters
props
:
PropsWithChildren
<
P
>
Optional
context
:
any
Returns
null
|
ReactElement
<
any
,
any
>
Index
Properties
context
Types?
default
Props?
display
Name?
prop
Types?
Properties
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
P
>
Optional
display
Name
display
Name
?:
string
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
P
>
On This Page
Properties
context
Types
default
Props
display
Name
prop
Types
Юниверс MDM SDK UI
Loading...