Type alias JSXElementConstructor<P>

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

Type Parameters

  • P

Type declaration

Type declaration

Generated using TypeDoc