Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Constructors

  • new ComponentClass(props: P, context?: any): Component<P, S, any>
  • Parameters

    • props: P
    • Optional context: any

    Returns Component<P, S, any>

Properties

childContextTypes?: ValidationMap<any>
contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<P>
displayName?: string
getDerivedStateFromError?: GetDerivedStateFromError<P, S>
getDerivedStateFromProps?: GetDerivedStateFromProps<P, S>
propTypes?: WeakValidationMap<P>

Generated using TypeDoc