Type aliases
LengthAdjustPropType
LengthAdjustPropType: "spacing" | "spacingAndGlyphs"
PreserveAspectAlignKeyword
PreserveAspectAlignKeyword: "none" | "xMinYMin" | "xMidYMin" | "xMaxYMin" | "xMinYMid" | "xMidYMid" | "xMaxYMid" | "xMinYMax" | "xMidYMax" | "xMaxYMax"
PreserveAspectRatioMeetOrSliceKeyword
PreserveAspectRatioMeetOrSliceKeyword: "meet" | "slice"
PreserveAspectRatioPropType
SvgAngle
SvgAngle: number | `${number}${AngleUnits}`
SvgClock
Svg
Clock
: number | `${number}${SvgClockUnits}` | `${number}:${number}` | `${number}:${number}:${number}`SvgClockUnits
SvgClockUnits: "h" | "min" | "s" | "ms"
SvgInPropType
SvgInPropType: string | "SourceGraphic" | "SourceAlpha" | "BackgroundImage" | "BackgroundAlpha" | "FillPaint" | "StrokePaint"
SvgPaint
SvgPaint: "none" | CssColor | "context-fill" | "context-stroke"
SvgPercent
SvgPercent: number | `${number}${PercentUnits}`
SvgUnitsPropType
SvgUnitsPropType: "userSpaceOnUse" | "objectBoundingBox"
SvgViewBox
SvgViewBox: number | [number, number?, number?, number?]
Type for presentation attributes of the
<length>
SVG type. Values of this type can be specifed as:"100deg"
or"1rad"