clean-jsdoc-theme TypeDoc APIv0.0.0

FunctionComponent

FunctionComponent<P extends ComponentProps = ComponentProps> = (props: P) => unknown

Source: Component.ts:491

Function component type

Type Parameters

  • P extends ComponentProps = ComponentProps — Props type

Parameters

  • props (P)

Returns

  • unknown