Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • P

Hierarchy

Callable

  • __call(props: P): null | ReactElement<any, string | function | object>
  • NOTE: Exotic components are not callable.

    Parameters

    • props: P

    Returns null | ReactElement<any, string | function | object>

Index

Properties

$$typeof

$$typeof: symbol

Optional defaultProps

defaultProps: Partial<P>

Optional displayName

displayName: undefined | string

Optional propTypes

propTypes: WeakValidationMap<P>

Generated using TypeDoc