Interface FunctionComponent<P>

Type Parameters

  • P = {}

Hierarchy

  • FunctionComponent
  • Parameters

    • props: P
    • Optional context: any

    Returns null | ReactElement<any, any>

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<P>
displayName?: string
propTypes?: WeakValidationMap<P>

Generated using TypeDoc