Type alias JsxComponent<P>

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

Type Parameters

Type declaration

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

      • props: P

      Returns Element | null | undefined

Generated using TypeDoc