Function HTMLTagComponent

  • Type Parameters

    • TAG extends keyof HTMLElementTagNameMap = any

    Parameters

    • Optional props: Props<{
          tag?: TAG;
      }>

    Returns HTMLElementTagNameMap[TAG]

Generated using TypeDoc