whits
    Preparing search index...

    Type Alias HtmlAttribute<T>

    HtmlAttribute: 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.