JSXElementConstructor:
    | (props: P, deprecatedLegacyContext?: any) => ReactNode
    | new (props: P, deprecatedLegacyContext?: any) => Component<any, any>

Type Parameters

  • P