Type alias HtmlAttributes<T>

HtmlAttributes<T>: Record<HtmlAttribute<T> | `data-${string}` | HtmlGlobalAttribute, string | boolean>

An object that represents the attributes of an HTML tag. It is a record type that maps attribute names to their values.

Type Parameters

Generated using TypeDoc