Type alias JSXComponent<Props>

JSXComponent<Props>: (new () => ComponentPublicInstance<Props>) | FunctionalComponent<Props>

Type Parameters

  • Props = any

Type declaration

    • new (): ComponentPublicInstance<Props>
    • Returns ComponentPublicInstance<Props>