Type alias SvgAttribute<T>

SvgAttribute<T>: SvgAttributeMap[T] extends string
    ? SvgAttributeMap[T]
    : never

A valid SVG attribute name for the T tag.

Type Parameters

  • T extends SvgTagName

    The tag to which the attribute applies.

Generated using TypeDoc