Type alias SvgAttributes<T>

SvgAttributes<T>: Record<SvgAttribute<T> | `data-${string}` | SvgGlobalAttribute, string | boolean>

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

Type Parameters

Generated using TypeDoc