Type alias JSXElementConstructor<P>

JSXElementConstructor<P>: ((props: P) => ReactElement<any, any> | null) | (new (props: P) => Component<any, any>)

Type Parameters

  • P

Generated using TypeDoc