Preparing search index...
The search index is not available
whits
whits
index
HtmlAttributeMap
Type alias HtmlAttributeMap
Html
Attribute
Map
:
{
[
K
in
keyof
HtmlBaseAttributeMap
|
keyof
HtmlAttributeOverrides
]
:
(
K
extends
keyof
HtmlBaseAttributeMap
?
HtmlBaseAttributeMap
[
K
]
:
never
)
|
(
K
extends
keyof
HtmlAttributeOverrides
?
HtmlAttributeOverrides
[
K
]
:
never
)
}
A map of all valid HTML tags and attributes, including user overrides.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
whits
index
tag
Generated using
TypeDoc
A map of all valid HTML tags and attributes, including user overrides.