Type alias HtmlAttribute<T>

HtmlAttribute<T>: HtmlAttributeMap[T] extends string
    ? HtmlAttributeMap[T]
    : never

A valid HTML attribute name for the T tag.

Type Parameters

  • T extends HtmlTagName

    The tag to which the attribute applies.

Generated using TypeDoc