Type alias JsxComponent<P>

JsxComponent<P>: ((props) => Element | null | undefined)

Type Parameters

  • P

Type declaration

    • (props): Element | null | undefined
    • Parameters

      • props: P

      Returns Element | null | undefined