Preparing search index...
The search index is not available
whits
whits
index
SvgAttributeMap
Type alias SvgAttributeMap
Svg
Attribute
Map
:
{
[
K
in
keyof
SvgBaseAttributeMap
|
keyof
SvgAttributeOverrides
]
:
(
K
extends
keyof
SvgBaseAttributeMap
?
SvgBaseAttributeMap
[
K
]
:
never
)
|
(
K
extends
keyof
SvgAttributeOverrides
?
SvgAttributeOverrides
[
K
]
:
never
)
}
A map of all valid SVG 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 SVG tags and attributes, including user overrides.