Function SVGTagComponent

  • Type Parameters

    • TAG extends keyof SVGElementTagNameMap = any

    Parameters

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

    Returns SVGElementTagNameMap[TAG]

Generated using TypeDoc