Reference
FunctionComponent
Function component signature accepted by the React-compatible runtime.
Signature
type FunctionComponent = (props: P): ReactElement | nullReference
Function component signature accepted by the React-compatible runtime.
type FunctionComponent = (props: P): ReactElement | null