Reference

FunctionComponent

Function component signature accepted by the React-compatible runtime.

Signature

type FunctionComponent = (props: P): ReactElement | null