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

Type Parameters

  • P

Type declaration

    • (props, deprecatedLegacyContext?): ReactNode
    • Parameters

      • props: P
      • Optional deprecatedLegacyContext: any

      Returns ReactNode

Type declaration

    • new (props, deprecatedLegacyContext?): Component<any, any>
    • Parameters

      • props: P
      • Optional deprecatedLegacyContext: any

      Returns Component<any, any>

Generated using TypeDoc