Type alias SingleComponentGenerator<P>

SingleComponentGenerator<P>: ((props) => Element)

a function that takes in a single Props object variable, and generates a single HTML element.

Type Parameters

  • P = {}

Type declaration

    • (props): Element
    • Parameters

      Returns Element

Generated using TypeDoc