Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • P = {}

Hierarchy

  • FunctionComponent

Callable

  • FunctionComponent(props: P, context?: any): null | ReactElement<any, any>
  • Parameters

    • props: P
    • Optional context: any

    Returns null | ReactElement<any, any>

Index

Properties

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

Generated using TypeDoc