Type alias Factory<P>

Factory<P>: ((props?, ...children) => ReactElement<P>)

Type Parameters

  • P

Type declaration