csstype-extra 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +4 -0
  3. package/package.json +36 -0
  4. package/src/index.d.ts +1354 -0
package/src/index.d.ts ADDED
@@ -0,0 +1,1354 @@
1
+ /** biome-ignore-all lint/complexity/noBannedTypes: <this is a generated file> */
2
+ export as namespace CSS;
3
+ export interface CustomColors{}
4
+ export type AccentColor = "auto" | TColor;
5
+ export type AlignContent = "normal" | TBaselinePosition | TContentDistribution | TOverflowPosition | TContentPosition;
6
+ export type AlignItems = "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "anchor-center";
7
+ export type AlignSelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "anchor-center";
8
+ export type AlignmentBaseline = "baseline" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "text-before-edge" | "text-after-edge";
9
+ export type All = "initial" | "inherit" | "unset" | "revert" | "revert-layer";
10
+ export type Animation = TSingleAnimation;
11
+ export type AnimationComposition = TSingleAnimationComposition;
12
+ export type AnimationDelay = (string & {});
13
+ export type AnimationDirection = TSingleAnimationDirection;
14
+ export type AnimationDuration = "auto";
15
+ export type AnimationFillMode = TSingleAnimationFillMode;
16
+ export type AnimationIterationCount = TSingleAnimationIterationCount;
17
+ export type AnimationName = "none" | TKeyframesName;
18
+ export type AnimationPlayState = TSingleAnimationPlayState;
19
+ export type AnimationTimingFunction = TEasingFunction;
20
+ export type Appearance = "none" | "auto" | TCompatAuto | TCompatSpecial;
21
+ export type AspectRatio = "auto" | TRatio;
22
+ export type BackdropFilter = "none" | TFilterValueList;
23
+ export type BackfaceVisibility = "visible" | "hidden";
24
+ export type Background = TBgLayer | TFinalBgLayer;
25
+ export type BackgroundAttachment = TAttachment;
26
+ export type BackgroundBlendMode = TBlendMode;
27
+ export type BackgroundClip = TBgClip;
28
+ export type BackgroundColor = TColor;
29
+ export type BackgroundImage = TBgImage;
30
+ export type BackgroundOrigin = TVisualBox;
31
+ export type BackgroundPosition = TBgPosition;
32
+ export type BackgroundPositionX = "center" | "left" | "right" | "x-start" | "x-end" | TLengthPercentage;
33
+ export type BackgroundPositionY = "center" | "top" | "bottom" | "y-start" | "y-end" | TLengthPercentage;
34
+ export type BackgroundRepeat = TRepeatStyle;
35
+ export type BackgroundSize = TBgSize;
36
+ export type BaselineShift = TLengthPercentage | "sub" | "super" | "baseline";
37
+ export type BlockSize = Width;
38
+ export type Border = TLineWidth | TLineStyle | TColor;
39
+ export type BorderBlock = BorderBlockStart;
40
+ export type BorderBlockColor = BorderTopColor;
41
+ export type BorderBlockEnd = BorderTopWidth | BorderTopStyle | TColor;
42
+ export type BorderBlockEndColor = BorderTopColor;
43
+ export type BorderBlockEndStyle = BorderTopStyle;
44
+ export type BorderBlockEndWidth = BorderTopWidth;
45
+ export type BorderBlockStart = BorderTopWidth | BorderTopStyle | TColor;
46
+ export type BorderBlockStartColor = BorderTopColor;
47
+ export type BorderBlockStartStyle = BorderTopStyle;
48
+ export type BorderBlockStartWidth = BorderTopWidth;
49
+ export type BorderBlockStyle = BorderTopStyle;
50
+ export type BorderBlockWidth = BorderTopWidth;
51
+ export type BorderBottom = TLineWidth | TLineStyle | TColor;
52
+ export type BorderBottomColor = BorderTopColor;
53
+ export type BorderBottomLeftRadius = TLengthPercentage;
54
+ export type BorderBottomRightRadius = TLengthPercentage;
55
+ export type BorderBottomStyle = TLineStyle;
56
+ export type BorderBottomWidth = TLineWidth;
57
+ export type BorderCollapse = "separate" | "collapse";
58
+ export type BorderColor = TColor;
59
+ export type BorderEndEndRadius = BorderTopLeftRadius;
60
+ export type BorderEndStartRadius = BorderTopLeftRadius;
61
+ export type BorderImage = BorderImageSource | BorderImageSlice | BorderImageWidth | BorderImageWidth | BorderImageOutset | BorderImageRepeat;
62
+ export type BorderImageOutset = number;
63
+ export type BorderImageRepeat = "stretch" | "repeat" | "round" | "space";
64
+ export type BorderImageSlice = number | "fill";
65
+ export type BorderImageSource = "none" | TImage;
66
+ export type BorderImageWidth = TLengthPercentage | number | "auto";
67
+ export type BorderInline = BorderBlockStart;
68
+ export type BorderInlineColor = BorderTopColor;
69
+ export type BorderInlineEnd = BorderTopWidth | BorderTopStyle | TColor;
70
+ export type BorderInlineEndColor = BorderTopColor;
71
+ export type BorderInlineEndStyle = BorderTopStyle;
72
+ export type BorderInlineEndWidth = BorderTopWidth;
73
+ export type BorderInlineStart = BorderTopWidth | BorderTopStyle | TColor;
74
+ export type BorderInlineStartColor = BorderTopColor;
75
+ export type BorderInlineStartStyle = BorderTopStyle;
76
+ export type BorderInlineStartWidth = BorderTopWidth;
77
+ export type BorderInlineStyle = BorderTopStyle;
78
+ export type BorderInlineWidth = BorderTopWidth;
79
+ export type BorderLeft = TLineWidth | TLineStyle | TColor;
80
+ export type BorderLeftColor = TColor;
81
+ export type BorderLeftStyle = TLineStyle;
82
+ export type BorderLeftWidth = TLineWidth;
83
+ export type BorderRadius = TLengthPercentage;
84
+ export type BorderRight = TLineWidth | TLineStyle | TColor;
85
+ export type BorderRightColor = TColor;
86
+ export type BorderRightStyle = TLineStyle;
87
+ export type BorderRightWidth = TLineWidth;
88
+ export type BorderSpacing = (string & {});
89
+ export type BorderStartEndRadius = BorderTopLeftRadius;
90
+ export type BorderStartStartRadius = BorderTopLeftRadius;
91
+ export type BorderStyle = TLineStyle;
92
+ export type BorderTop = TLineWidth | TLineStyle | TColor;
93
+ export type BorderTopColor = TColor;
94
+ export type BorderTopLeftRadius = TLengthPercentage;
95
+ export type BorderTopRightRadius = TLengthPercentage;
96
+ export type BorderTopStyle = TLineStyle;
97
+ export type BorderTopWidth = TLineWidth;
98
+ export type BorderWidth = TLineWidth;
99
+ export type Bottom = "auto" | TLengthPercentage;
100
+ export type BoxDecorationBreak = "slice" | "clone";
101
+ export type BoxShadow = "none" | TShadow;
102
+ export type BoxSizing = "content-box" | "border-box";
103
+ export type BreakAfter = "auto" | "avoid" | "always" | "all" | "avoid-page" | "page" | "left" | "right" | "recto" | "verso" | "avoid-column" | "column" | "avoid-region" | "region";
104
+ export type BreakBefore = "auto" | "avoid" | "always" | "all" | "avoid-page" | "page" | "left" | "right" | "recto" | "verso" | "avoid-column" | "column" | "avoid-region" | "region";
105
+ export type BreakInside = "auto" | "avoid" | "avoid-page" | "avoid-column" | "avoid-region";
106
+ export type CaptionSide = "top" | "bottom";
107
+ export type Caret = CaretColor | CaretShape;
108
+ export type CaretColor = "auto" | TColor;
109
+ export type CaretShape = "auto" | "bar" | "block" | "underscore";
110
+ export type Clear = "none" | "left" | "right" | "both" | "inline-start" | "inline-end";
111
+ export type ClipPath = TClipSource | TBasicShape | TGeometryBox | "none";
112
+ export type ClipRule = "nonzero" | "evenodd";
113
+ export type Color = TColor;
114
+ export type ColorInterpolationFilters = "auto" | "sRGB" | "linearRGB";
115
+ export type ColorScheme = "normal" | "light" | "dark" | (string & {}) | "only";
116
+ export type ColumnCount = number | "auto";
117
+ export type ColumnFill = "auto" | "balance";
118
+ export type ColumnGap = "normal" | TLengthPercentage;
119
+ export type ColumnRule = ColumnRuleWidth | ColumnRuleStyle | ColumnRuleColor;
120
+ export type ColumnRuleColor = TColor;
121
+ export type ColumnRuleStyle = BorderStyle;
122
+ export type ColumnRuleWidth = BorderWidth;
123
+ export type ColumnSpan = "none" | "all";
124
+ export type ColumnWidth = "auto";
125
+ export type Columns = ColumnWidth | ColumnCount;
126
+ export type Contain = "none" | "strict" | "content" | "size" | "inline-size" | "layout" | "style" | "paint";
127
+ export type ContainIntrinsicBlockSize = "auto" | "none";
128
+ export type ContainIntrinsicHeight = "auto" | "none";
129
+ export type ContainIntrinsicInlineSize = "auto" | "none";
130
+ export type ContainIntrinsicSize = "auto" | "none";
131
+ export type ContainIntrinsicWidth = "auto" | "none";
132
+ export type Container = ContainerName | ContainerType;
133
+ export type ContainerName = "none" | (string & {});
134
+ export type ContainerType = "normal" | "size" | "inline-size" | "scroll-state";
135
+ export type Content = "normal" | "none" | TContentReplacement | TContentList | (string & {}) | TCounter;
136
+ export type ContentVisibility = "visible" | "auto" | "hidden";
137
+ export type CounterIncrement = TCounterName | number | "none";
138
+ export type CounterReset = TCounterName | number | TReversedCounterName | number | "none";
139
+ export type CounterSet = TCounterName | number | "none";
140
+ export type Cursor = TCursorPredefined;
141
+ export type Cx = number;
142
+ export type Cy = number;
143
+ export type D = "none" | (string & {});
144
+ export type Direction = "ltr" | "rtl";
145
+ export type Display = TDisplayOutside | TDisplayInside | TDisplayListitem | TDisplayInternal | TDisplayBox | TDisplayLegacy;
146
+ export type DominantBaseline = "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top";
147
+ export type EmptyCells = "show" | "hide";
148
+ export type Fill = TPaint;
149
+ export type FillOpacity = Opacity;
150
+ export type FillRule = "nonzero" | "evenodd";
151
+ export type Filter = "none" | TFilterValueList;
152
+ export type Flex = "none" | FlexGrow | FlexShrink | FlexBasis;
153
+ export type FlexBasis = "content" | Width;
154
+ export type FlexDirection = "row" | "row-reverse" | "column" | "column-reverse";
155
+ export type FlexFlow = FlexDirection | FlexWrap;
156
+ export type FlexGrow = number;
157
+ export type FlexShrink = number;
158
+ export type FlexWrap = "nowrap" | "wrap" | "wrap-reverse";
159
+ export type Float = "left" | "right" | "none" | "inline-start" | "inline-end";
160
+ export type FloodColor = TColor;
161
+ export type FloodOpacity = Opacity;
162
+ export type Font = FontStyle | TFontVariantCss2 | FontWeight | TFontWidthCss3 | FontSize | LineHeight | FontFamily | TSystemFamilyName;
163
+ export type FontFamily = TFamilyName | TGenericFamily;
164
+ export type FontFeatureSettings = "normal" | TFeatureTagValue;
165
+ export type FontKerning = "auto" | "normal" | "none";
166
+ export type FontLanguageOverride = "normal" | (string & {});
167
+ export type FontOpticalSizing = "auto" | "none";
168
+ export type FontPalette = "normal" | "light" | "dark" | TPaletteIdentifier;
169
+ export type FontSize = TAbsoluteSize | TRelativeSize | TLengthPercentage | "math";
170
+ export type FontSizeAdjust = "none" | "ex-height" | "cap-height" | "ch-width" | "ic-width" | "ic-height" | "from-font" | number;
171
+ export type FontStyle = "normal" | "italic" | "oblique";
172
+ export type FontSynthesis = "none" | "weight" | "style" | "small-caps" | "position";
173
+ export type FontSynthesisSmallCaps = "auto" | "none";
174
+ export type FontSynthesisStyle = "auto" | "none";
175
+ export type FontSynthesisWeight = "auto" | "none";
176
+ export type FontVariant = "normal" | "none" | TCommonLigValues | TDiscretionaryLigValues | THistoricalLigValues | TContextualAltValues | TFeatureValueName | "historical-forms" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | TNumericFigureValues | TNumericSpacingValues | TNumericFractionValues | "ordinal" | "slashed-zero" | TEastAsianVariantValues | TEastAsianWidthValues | "ruby";
177
+ export type FontVariantAlternates = "normal" | TFeatureValueName | "historical-forms";
178
+ export type FontVariantCaps = "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps";
179
+ export type FontVariantEastAsian = "normal" | TEastAsianVariantValues | TEastAsianWidthValues | "ruby";
180
+ export type FontVariantEmoji = "normal" | "text" | "emoji" | "unicode";
181
+ export type FontVariantLigatures = "normal" | "none" | TCommonLigValues | TDiscretionaryLigValues | THistoricalLigValues | TContextualAltValues;
182
+ export type FontVariantNumeric = "normal" | TNumericFigureValues | TNumericSpacingValues | TNumericFractionValues | "ordinal" | "slashed-zero";
183
+ export type FontVariantPosition = "normal" | "sub" | "super";
184
+ export type FontVariationSettings = "normal" | (string & {}) | number;
185
+ export type FontWeight = TFontWeightAbsolute | "bolder" | "lighter";
186
+ export type ForcedColorAdjust = "auto" | "none" | "preserve-parent-color";
187
+ export type Gap = RowGap | ColumnGap;
188
+ export type Grid = GridTemplate | GridTemplateRows | "auto-flow" | "dense" | GridAutoColumns | "auto-flow" | "dense" | GridAutoRows | GridTemplateColumns;
189
+ export type GridArea = TGridLine;
190
+ export type GridAutoColumns = TTrackSize;
191
+ export type GridAutoFlow = "row" | "column" | "dense";
192
+ export type GridAutoRows = TTrackSize;
193
+ export type GridColumn = TGridLine;
194
+ export type GridColumnEnd = TGridLine;
195
+ export type GridColumnStart = TGridLine;
196
+ export type GridRow = TGridLine;
197
+ export type GridRowEnd = TGridLine;
198
+ export type GridRowStart = TGridLine;
199
+ export type GridTemplate = "none" | GridTemplateRows | GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList;
200
+ export type GridTemplateAreas = "none" | (string & {});
201
+ export type GridTemplateColumns = "none" | TTrackList | TAutoTrackList | "subgrid" | TLineNameList;
202
+ export type GridTemplateRows = "none" | TTrackList | TAutoTrackList | "subgrid" | TLineNameList;
203
+ export type HangingPunctuation = "none" | "first" | "force-end" | "allow-end" | "last";
204
+ export type Height = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
205
+ export type HyphenateCharacter = "auto" | (string & {});
206
+ export type HyphenateLimitChars = "auto" | number;
207
+ export type Hyphens = "none" | "manual" | "auto";
208
+ export type ImageOrientation = "from-image" | "flip";
209
+ export type ImageRendering = "auto" | "crisp-edges" | "pixelated" | "smooth";
210
+ export type InitialLetter = "normal" | number;
211
+ export type InlineSize = Width;
212
+ export type Inset = Top;
213
+ export type InsetBlock = Top;
214
+ export type InsetBlockEnd = Top;
215
+ export type InsetBlockStart = Top;
216
+ export type InsetInline = Top;
217
+ export type InsetInlineEnd = Top;
218
+ export type InsetInlineStart = Top;
219
+ export type Isolation = "auto" | "isolate";
220
+ export type JustifyContent = "normal" | TContentDistribution | TOverflowPosition | TContentPosition | "left" | "right";
221
+ export type JustifyItems = "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "legacy" | "legacy" | "left" | "right" | "center" | "anchor-center";
222
+ export type JustifySelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "anchor-center";
223
+ export type Left = "auto" | TLengthPercentage;
224
+ export type LetterSpacing = "normal";
225
+ export type LightingColor = TColor;
226
+ export type LineBreak = "auto" | "loose" | "normal" | "strict" | "anywhere";
227
+ export type LineClamp = "none" | number;
228
+ export type LineHeight = "normal" | number;
229
+ export type ListStyle = ListStyleType | ListStylePosition | ListStyleImage;
230
+ export type ListStyleImage = TImage | "none";
231
+ export type ListStylePosition = "inside" | "outside";
232
+ export type ListStyleType = TCounterStyle | (string & {}) | "none";
233
+ export type Margin = MarginTop;
234
+ export type MarginBlock = MarginTop;
235
+ export type MarginBlockEnd = MarginTop;
236
+ export type MarginBlockStart = MarginTop;
237
+ export type MarginBottom = TLengthPercentage | "auto";
238
+ export type MarginInline = MarginTop;
239
+ export type MarginInlineEnd = MarginTop;
240
+ export type MarginInlineStart = MarginTop;
241
+ export type MarginLeft = TLengthPercentage | "auto";
242
+ export type MarginRight = TLengthPercentage | "auto";
243
+ export type MarginTop = TLengthPercentage | "auto";
244
+ export type Marker = "none";
245
+ export type MarkerEnd = "none";
246
+ export type MarkerMid = "none";
247
+ export type MarkerStart = "none";
248
+ export type Mask = TMaskLayer;
249
+ export type MaskBorder = MaskBorderSource | MaskBorderSlice | MaskBorderWidth | MaskBorderOutset | MaskBorderRepeat | MaskBorderMode;
250
+ export type MaskBorderMode = "luminance" | "alpha";
251
+ export type MaskBorderOutset = number;
252
+ export type MaskBorderRepeat = "stretch" | "repeat" | "round" | "space";
253
+ export type MaskBorderSlice = TNumberPercentage | "fill";
254
+ export type MaskBorderSource = "none" | TImage;
255
+ export type MaskBorderWidth = TLengthPercentage | number | "auto";
256
+ export type MaskClip = TCoordBox | "no-clip";
257
+ export type MaskComposite = TCompositingOperator;
258
+ export type MaskImage = TMaskReference;
259
+ export type MaskMode = TMaskingMode;
260
+ export type MaskOrigin = TCoordBox;
261
+ export type MaskPosition = TPosition;
262
+ export type MaskRepeat = TRepeatStyle;
263
+ export type MaskSize = TBgSize;
264
+ export type MaskType = "luminance" | "alpha";
265
+ export type MathDepth = "auto-add" | number;
266
+ export type MathStyle = "normal" | "compact";
267
+ export type MaxBlockSize = MaxWidth;
268
+ export type MaxHeight = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
269
+ export type MaxInlineSize = MaxWidth;
270
+ export type MaxWidth = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
271
+ export type MinBlockSize = MinWidth;
272
+ export type MinHeight = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
273
+ export type MinInlineSize = MinWidth;
274
+ export type MinWidth = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
275
+ export type MixBlendMode = TBlendMode | "plus-darker" | "plus-lighter";
276
+ export type ObjectFit = "fill" | "contain" | "cover" | "none" | "scale-down";
277
+ export type ObjectPosition = TPosition;
278
+ export type Offset = OffsetPosition | OffsetPath | OffsetDistance | OffsetRotate | OffsetAnchor;
279
+ export type OffsetAnchor = "auto" | TPosition;
280
+ export type OffsetDistance = TLengthPercentage;
281
+ export type OffsetPath = "none" | TOffsetPath | TCoordBox;
282
+ export type OffsetPosition = "normal" | "auto" | TPosition;
283
+ export type OffsetRotate = "auto" | "reverse";
284
+ export type Opacity = TOpacityValue;
285
+ export type Order = number;
286
+ export type Orphans = number;
287
+ export type Outline = OutlineWidth | OutlineStyle | OutlineColor;
288
+ export type OutlineColor = "auto" | TColor;
289
+ export type OutlineOffset = (string & {});
290
+ export type OutlineStyle = "auto" | TOutlineLineStyle;
291
+ export type OutlineWidth = TLineWidth;
292
+ export type Overflow = "visible" | "hidden" | "clip" | "scroll" | "auto";
293
+ export type OverflowAnchor = "auto" | "none";
294
+ export type OverflowBlock = "visible" | "hidden" | "clip" | "scroll" | "auto";
295
+ export type OverflowClipMargin = TVisualBox;
296
+ export type OverflowInline = "visible" | "hidden" | "clip" | "scroll" | "auto";
297
+ export type OverflowWrap = "normal" | "break-word" | "anywhere";
298
+ export type OverflowX = "visible" | "hidden" | "clip" | "scroll" | "auto";
299
+ export type OverflowY = "visible" | "hidden" | "clip" | "scroll" | "auto";
300
+ export type OverscrollBehavior = "contain" | "none" | "auto";
301
+ export type OverscrollBehaviorBlock = "contain" | "none" | "auto";
302
+ export type OverscrollBehaviorInline = "contain" | "none" | "auto";
303
+ export type OverscrollBehaviorX = "contain" | "none" | "auto";
304
+ export type OverscrollBehaviorY = "contain" | "none" | "auto";
305
+ export type Padding = PaddingTop;
306
+ export type PaddingBlock = PaddingTop;
307
+ export type PaddingBlockEnd = PaddingTop;
308
+ export type PaddingBlockStart = PaddingTop;
309
+ export type PaddingBottom = TLengthPercentage;
310
+ export type PaddingInline = PaddingTop;
311
+ export type PaddingInlineEnd = PaddingTop;
312
+ export type PaddingInlineStart = PaddingTop;
313
+ export type PaddingLeft = TLengthPercentage;
314
+ export type PaddingRight = TLengthPercentage;
315
+ export type PaddingTop = TLengthPercentage;
316
+ export type Page = "auto" | (string & {});
317
+ export type PaintOrder = "normal" | "fill" | "stroke" | "markers";
318
+ export type Perspective = "none";
319
+ export type PerspectiveOrigin = TPosition;
320
+ export type PlaceContent = AlignContent | JustifyContent;
321
+ export type PlaceItems = AlignItems | JustifyItems;
322
+ export type PlaceSelf = AlignSelf | JustifySelf;
323
+ export type PointerEvents = "auto" | "none" | "visiblePainted" | "visibleFill" | "visibleStroke" | "visible" | "painted" | "fill" | "stroke" | "all" | "inherit";
324
+ export type Position = "static" | "relative" | "absolute" | "sticky" | "fixed";
325
+ export type PrintColorAdjust = "economy" | "exact";
326
+ export type Quotes = "none" | "auto" | (string & {});
327
+ export type R = number;
328
+ export type Resize = "none" | "both" | "horizontal" | "vertical" | "block" | "inline";
329
+ export type Right = "auto" | TLengthPercentage;
330
+ export type Rotate = "none" | "x" | "y" | "z" | number;
331
+ export type RowGap = "normal" | TLengthPercentage;
332
+ export type RubyAlign = "start" | "center" | "space-between" | "space-around";
333
+ export type RubyOverhang = "auto" | "none";
334
+ export type RubyPosition = "alternate" | "over" | "under" | "inter-character";
335
+ export type Rx = number;
336
+ export type Ry = number;
337
+ export type Scale = "none" | number;
338
+ export type ScrollBehavior = "auto" | "smooth";
339
+ export type ScrollMargin = (string & {});
340
+ export type ScrollMarginBlock = (string & {});
341
+ export type ScrollMarginBlockEnd = (string & {});
342
+ export type ScrollMarginBlockStart = (string & {});
343
+ export type ScrollMarginBottom = (string & {});
344
+ export type ScrollMarginInline = (string & {});
345
+ export type ScrollMarginInlineEnd = (string & {});
346
+ export type ScrollMarginInlineStart = (string & {});
347
+ export type ScrollMarginLeft = (string & {});
348
+ export type ScrollMarginRight = (string & {});
349
+ export type ScrollMarginTop = (string & {});
350
+ export type ScrollPadding = "auto" | TLengthPercentage;
351
+ export type ScrollPaddingBlock = "auto" | TLengthPercentage;
352
+ export type ScrollPaddingBlockEnd = "auto" | TLengthPercentage;
353
+ export type ScrollPaddingBlockStart = "auto" | TLengthPercentage;
354
+ export type ScrollPaddingBottom = "auto" | TLengthPercentage;
355
+ export type ScrollPaddingInline = "auto" | TLengthPercentage;
356
+ export type ScrollPaddingInlineEnd = "auto" | TLengthPercentage;
357
+ export type ScrollPaddingInlineStart = "auto" | TLengthPercentage;
358
+ export type ScrollPaddingLeft = "auto" | TLengthPercentage;
359
+ export type ScrollPaddingRight = "auto" | TLengthPercentage;
360
+ export type ScrollPaddingTop = "auto" | TLengthPercentage;
361
+ export type ScrollSnapAlign = "none" | "start" | "end" | "center";
362
+ export type ScrollSnapStop = "normal" | "always";
363
+ export type ScrollSnapType = "none" | "x" | "y" | "block" | "inline" | "both" | "mandatory" | "proximity";
364
+ export type ScrollbarColor = "auto" | TColor;
365
+ export type ScrollbarGutter = "auto" | "stable" | "both-edges";
366
+ export type ScrollbarWidth = "auto" | "thin" | "none";
367
+ export type ShapeImageThreshold = TOpacityValue;
368
+ export type ShapeMargin = TLengthPercentage;
369
+ export type ShapeOutside = "none" | TShapeBox | TBasicShape | TImage;
370
+ export type ShapeRendering = "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision";
371
+ export type StopColor = Color;
372
+ export type StopOpacity = Opacity;
373
+ export type Stroke = TPaint;
374
+ export type StrokeDasharray = "none" | TDasharray;
375
+ export type StrokeDashoffset = TLengthPercentage | number;
376
+ export type StrokeLinecap = "butt" | "round" | "square";
377
+ export type StrokeLinejoin = "miter" | "miter-clip" | "round" | "bevel" | "arcs";
378
+ export type StrokeMiterlimit = number;
379
+ export type StrokeOpacity = Opacity;
380
+ export type StrokeWidth = TLengthPercentage | number;
381
+ export type TabSize = number;
382
+ export type TableLayout = "auto" | "fixed";
383
+ export type TextAlign = "start" | "end" | "left" | "right" | "center" | "justify" | "match-parent";
384
+ export type TextAlignLast = "auto" | "start" | "end" | "left" | "right" | "center" | "justify";
385
+ export type TextAnchor = "start" | "middle" | "end";
386
+ export type TextAutospace = "normal" | "auto";
387
+ export type TextBox = "normal" | TextBoxTrim | TextBoxEdge;
388
+ export type TextBoxEdge = "auto" | TTextEdge;
389
+ export type TextBoxTrim = "none" | "trim-start" | "trim-end" | "trim-both";
390
+ export type TextCombineUpright = "none" | "all" | "digits" | number;
391
+ export type TextDecoration = TextDecorationLine | TextDecorationStyle | TextDecorationColor | TextDecorationThickness;
392
+ export type TextDecorationColor = TColor;
393
+ export type TextDecorationLine = "none" | "underline" | "overline" | "line-through" | "blink" | "spelling-error" | "grammar-error";
394
+ export type TextDecorationSkipInk = "auto" | "all" | "none";
395
+ export type TextDecorationStyle = "solid" | "double" | "dotted" | "dashed" | "wavy";
396
+ export type TextDecorationThickness = "auto" | "from-font" | number;
397
+ export type TextEmphasis = TextEmphasisStyle | TextEmphasisColor;
398
+ export type TextEmphasisColor = TColor;
399
+ export type TextEmphasisPosition = "auto" | "over" | "under" | "right" | "left";
400
+ export type TextEmphasisStyle = "none" | "filled" | "open" | "dot" | "circle" | "double-circle" | "triangle" | "sesame" | (string & {});
401
+ export type TextIndent = TLengthPercentage | "hanging" | "each-line";
402
+ export type TextJustify = "auto" | "inter-character" | "inter-word" | "none";
403
+ export type TextOrientation = "mixed" | "upright" | "sideways";
404
+ export type TextOverflow = "clip" | "ellipsis" | (string & {});
405
+ export type TextRendering = "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision";
406
+ export type TextShadow = "none" | TShadowT;
407
+ export type TextTransform = "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana" | "math-auto";
408
+ export type TextUnderlineOffset = "auto" | number;
409
+ export type TextUnderlinePosition = "auto" | "from-font" | "under" | "left" | "right";
410
+ export type TextWrap = TextWrapMode | TextWrapStyle;
411
+ export type TextWrapMode = "wrap" | "nowrap";
412
+ export type TextWrapStyle = "auto" | "balance" | "stable" | "pretty";
413
+ export type Top = "auto" | TLengthPercentage;
414
+ export type TouchAction = "auto" | "none" | "pan-x" | "pan-left" | "pan-right" | "pan-y" | "pan-up" | "pan-down" | "pinch-zoom" | "manipulation";
415
+ export type Transform = "none" | TTransformList;
416
+ export type TransformBox = "content-box" | "border-box" | "fill-box" | "stroke-box" | "view-box";
417
+ export type TransformOrigin = TLengthPercentage | "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom";
418
+ export type TransformStyle = "flat" | "preserve-3d";
419
+ export type Transition = TSingleTransition;
420
+ export type TransitionBehavior = TTransitionBehaviorValue;
421
+ export type TransitionDelay = (string & {});
422
+ export type TransitionDuration = (string & {});
423
+ export type TransitionProperty = "none" | TSingleTransitionProperty;
424
+ export type TransitionTimingFunction = TEasingFunction;
425
+ export type Translate = "none" | TLengthPercentage;
426
+ export type UnicodeBidi = "normal" | "embed" | "isolate" | "bidi-override" | "isolate-override" | "plaintext";
427
+ export type UserSelect = "auto" | "text" | "none" | "all";
428
+ export type VectorEffect = "none" | "non-scaling-stroke" | "non-scaling-size" | "non-rotation" | "fixed-position";
429
+ export type VerticalAlign = "baseline" | "sub" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom" | number;
430
+ export type ViewTransitionClass = "none" | (string & {});
431
+ export type ViewTransitionName = "none" | (string & {}) | "match-element";
432
+ export type Visibility = "visible" | "hidden" | "collapse";
433
+ export type WhiteSpace = "normal" | "pre" | "pre-wrap" | "pre-line" | WhiteSpaceCollapse | TextWrapMode;
434
+ export type WhiteSpaceCollapse = "collapse" | "preserve" | "preserve-breaks" | "preserve-spaces" | "break-spaces";
435
+ export type Widows = number;
436
+ export type Width = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
437
+ export type WillChange = "auto" | TAnimateableFeature;
438
+ export type WordBreak = "normal" | "break-all" | "keep-all" | "break-word" | "auto-phrase";
439
+ export type WordSpacing = "normal";
440
+ export type WordWrap = "normal" | "break-word";
441
+ export type WritingMode = "horizontal-tb" | "vertical-rl" | "vertical-lr" | "sideways-rl" | "sideways-lr";
442
+ export type X = number;
443
+ export type Y = number;
444
+ export type ZIndex = "auto" | number;
445
+ export type Zoom = "normal" | "reset" | number;
446
+ export interface StandardProperties {
447
+ accentColor: AccentColor
448
+ alignContent: AlignContent
449
+ alignItems: AlignItems
450
+ alignSelf: AlignSelf
451
+ alignmentBaseline: AlignmentBaseline
452
+ all: All
453
+ animation: Animation
454
+ animationComposition: AnimationComposition
455
+ animationDelay: AnimationDelay
456
+ animationDirection: AnimationDirection
457
+ animationDuration: AnimationDuration
458
+ animationFillMode: AnimationFillMode
459
+ animationIterationCount: AnimationIterationCount
460
+ animationName: AnimationName
461
+ animationPlayState: AnimationPlayState
462
+ animationTimingFunction: AnimationTimingFunction
463
+ appearance: Appearance
464
+ aspectRatio: AspectRatio
465
+ backdropFilter: BackdropFilter
466
+ backfaceVisibility: BackfaceVisibility
467
+ background: Background
468
+ backgroundAttachment: BackgroundAttachment
469
+ backgroundBlendMode: BackgroundBlendMode
470
+ backgroundClip: BackgroundClip
471
+ backgroundColor: BackgroundColor
472
+ backgroundImage: BackgroundImage
473
+ backgroundOrigin: BackgroundOrigin
474
+ backgroundPosition: BackgroundPosition
475
+ backgroundPositionX: BackgroundPositionX
476
+ backgroundPositionY: BackgroundPositionY
477
+ backgroundRepeat: BackgroundRepeat
478
+ backgroundSize: BackgroundSize
479
+ baselineShift: BaselineShift
480
+ blockSize: BlockSize
481
+ border: Border
482
+ borderBlock: BorderBlock
483
+ borderBlockColor: BorderBlockColor
484
+ borderBlockEnd: BorderBlockEnd
485
+ borderBlockEndColor: BorderBlockEndColor
486
+ borderBlockEndStyle: BorderBlockEndStyle
487
+ borderBlockEndWidth: BorderBlockEndWidth
488
+ borderBlockStart: BorderBlockStart
489
+ borderBlockStartColor: BorderBlockStartColor
490
+ borderBlockStartStyle: BorderBlockStartStyle
491
+ borderBlockStartWidth: BorderBlockStartWidth
492
+ borderBlockStyle: BorderBlockStyle
493
+ borderBlockWidth: BorderBlockWidth
494
+ borderBottom: BorderBottom
495
+ borderBottomColor: BorderBottomColor
496
+ borderBottomLeftRadius: BorderBottomLeftRadius
497
+ borderBottomRightRadius: BorderBottomRightRadius
498
+ borderBottomStyle: BorderBottomStyle
499
+ borderBottomWidth: BorderBottomWidth
500
+ borderCollapse: BorderCollapse
501
+ borderColor: BorderColor
502
+ borderEndEndRadius: BorderEndEndRadius
503
+ borderEndStartRadius: BorderEndStartRadius
504
+ borderImage: BorderImage
505
+ borderImageOutset: BorderImageOutset
506
+ borderImageRepeat: BorderImageRepeat
507
+ borderImageSlice: BorderImageSlice
508
+ borderImageSource: BorderImageSource
509
+ borderImageWidth: BorderImageWidth
510
+ borderInline: BorderInline
511
+ borderInlineColor: BorderInlineColor
512
+ borderInlineEnd: BorderInlineEnd
513
+ borderInlineEndColor: BorderInlineEndColor
514
+ borderInlineEndStyle: BorderInlineEndStyle
515
+ borderInlineEndWidth: BorderInlineEndWidth
516
+ borderInlineStart: BorderInlineStart
517
+ borderInlineStartColor: BorderInlineStartColor
518
+ borderInlineStartStyle: BorderInlineStartStyle
519
+ borderInlineStartWidth: BorderInlineStartWidth
520
+ borderInlineStyle: BorderInlineStyle
521
+ borderInlineWidth: BorderInlineWidth
522
+ borderLeft: BorderLeft
523
+ borderLeftColor: BorderLeftColor
524
+ borderLeftStyle: BorderLeftStyle
525
+ borderLeftWidth: BorderLeftWidth
526
+ borderRadius: BorderRadius
527
+ borderRight: BorderRight
528
+ borderRightColor: BorderRightColor
529
+ borderRightStyle: BorderRightStyle
530
+ borderRightWidth: BorderRightWidth
531
+ borderSpacing: BorderSpacing
532
+ borderStartEndRadius: BorderStartEndRadius
533
+ borderStartStartRadius: BorderStartStartRadius
534
+ borderStyle: BorderStyle
535
+ borderTop: BorderTop
536
+ borderTopColor: BorderTopColor
537
+ borderTopLeftRadius: BorderTopLeftRadius
538
+ borderTopRightRadius: BorderTopRightRadius
539
+ borderTopStyle: BorderTopStyle
540
+ borderTopWidth: BorderTopWidth
541
+ borderWidth: BorderWidth
542
+ bottom: Bottom
543
+ boxDecorationBreak: BoxDecorationBreak
544
+ boxShadow: BoxShadow
545
+ boxSizing: BoxSizing
546
+ breakAfter: BreakAfter
547
+ breakBefore: BreakBefore
548
+ breakInside: BreakInside
549
+ captionSide: CaptionSide
550
+ caret: Caret
551
+ caretColor: CaretColor
552
+ caretShape: CaretShape
553
+ clear: Clear
554
+ clipPath: ClipPath
555
+ clipRule: ClipRule
556
+ color: Color
557
+ colorInterpolationFilters: ColorInterpolationFilters
558
+ colorScheme: ColorScheme
559
+ columnCount: ColumnCount
560
+ columnFill: ColumnFill
561
+ columnGap: ColumnGap
562
+ columnRule: ColumnRule
563
+ columnRuleColor: ColumnRuleColor
564
+ columnRuleStyle: ColumnRuleStyle
565
+ columnRuleWidth: ColumnRuleWidth
566
+ columnSpan: ColumnSpan
567
+ columnWidth: ColumnWidth
568
+ columns: Columns
569
+ contain: Contain
570
+ containIntrinsicBlockSize: ContainIntrinsicBlockSize
571
+ containIntrinsicHeight: ContainIntrinsicHeight
572
+ containIntrinsicInlineSize: ContainIntrinsicInlineSize
573
+ containIntrinsicSize: ContainIntrinsicSize
574
+ containIntrinsicWidth: ContainIntrinsicWidth
575
+ container: Container
576
+ containerName: ContainerName
577
+ containerType: ContainerType
578
+ content: Content
579
+ contentVisibility: ContentVisibility
580
+ counterIncrement: CounterIncrement
581
+ counterReset: CounterReset
582
+ counterSet: CounterSet
583
+ cursor: Cursor
584
+ cx: Cx
585
+ cy: Cy
586
+ d: D
587
+ direction: Direction
588
+ display: Display
589
+ dominantBaseline: DominantBaseline
590
+ emptyCells: EmptyCells
591
+ fill: Fill
592
+ fillOpacity: FillOpacity
593
+ fillRule: FillRule
594
+ filter: Filter
595
+ flex: Flex
596
+ flexBasis: FlexBasis
597
+ flexDirection: FlexDirection
598
+ flexFlow: FlexFlow
599
+ flexGrow: FlexGrow
600
+ flexShrink: FlexShrink
601
+ flexWrap: FlexWrap
602
+ float: Float
603
+ floodColor: FloodColor
604
+ floodOpacity: FloodOpacity
605
+ font: Font
606
+ fontFamily: FontFamily
607
+ fontFeatureSettings: FontFeatureSettings
608
+ fontKerning: FontKerning
609
+ fontLanguageOverride: FontLanguageOverride
610
+ fontOpticalSizing: FontOpticalSizing
611
+ fontPalette: FontPalette
612
+ fontSize: FontSize
613
+ fontSizeAdjust: FontSizeAdjust
614
+ fontStyle: FontStyle
615
+ fontSynthesis: FontSynthesis
616
+ fontSynthesisSmallCaps: FontSynthesisSmallCaps
617
+ fontSynthesisStyle: FontSynthesisStyle
618
+ fontSynthesisWeight: FontSynthesisWeight
619
+ fontVariant: FontVariant
620
+ fontVariantAlternates: FontVariantAlternates
621
+ fontVariantCaps: FontVariantCaps
622
+ fontVariantEastAsian: FontVariantEastAsian
623
+ fontVariantEmoji: FontVariantEmoji
624
+ fontVariantLigatures: FontVariantLigatures
625
+ fontVariantNumeric: FontVariantNumeric
626
+ fontVariantPosition: FontVariantPosition
627
+ fontVariationSettings: FontVariationSettings
628
+ fontWeight: FontWeight
629
+ forcedColorAdjust: ForcedColorAdjust
630
+ gap: Gap
631
+ grid: Grid
632
+ gridArea: GridArea
633
+ gridAutoColumns: GridAutoColumns
634
+ gridAutoFlow: GridAutoFlow
635
+ gridAutoRows: GridAutoRows
636
+ gridColumn: GridColumn
637
+ gridColumnEnd: GridColumnEnd
638
+ gridColumnStart: GridColumnStart
639
+ gridRow: GridRow
640
+ gridRowEnd: GridRowEnd
641
+ gridRowStart: GridRowStart
642
+ gridTemplate: GridTemplate
643
+ gridTemplateAreas: GridTemplateAreas
644
+ gridTemplateColumns: GridTemplateColumns
645
+ gridTemplateRows: GridTemplateRows
646
+ hangingPunctuation: HangingPunctuation
647
+ height: Height
648
+ hyphenateCharacter: HyphenateCharacter
649
+ hyphenateLimitChars: HyphenateLimitChars
650
+ hyphens: Hyphens
651
+ imageOrientation: ImageOrientation
652
+ imageRendering: ImageRendering
653
+ initialLetter: InitialLetter
654
+ inlineSize: InlineSize
655
+ inset: Inset
656
+ insetBlock: InsetBlock
657
+ insetBlockEnd: InsetBlockEnd
658
+ insetBlockStart: InsetBlockStart
659
+ insetInline: InsetInline
660
+ insetInlineEnd: InsetInlineEnd
661
+ insetInlineStart: InsetInlineStart
662
+ isolation: Isolation
663
+ justifyContent: JustifyContent
664
+ justifyItems: JustifyItems
665
+ justifySelf: JustifySelf
666
+ left: Left
667
+ letterSpacing: LetterSpacing
668
+ lightingColor: LightingColor
669
+ lineBreak: LineBreak
670
+ lineClamp: LineClamp
671
+ lineHeight: LineHeight
672
+ listStyle: ListStyle
673
+ listStyleImage: ListStyleImage
674
+ listStylePosition: ListStylePosition
675
+ listStyleType: ListStyleType
676
+ margin: Margin
677
+ marginBlock: MarginBlock
678
+ marginBlockEnd: MarginBlockEnd
679
+ marginBlockStart: MarginBlockStart
680
+ marginBottom: MarginBottom
681
+ marginInline: MarginInline
682
+ marginInlineEnd: MarginInlineEnd
683
+ marginInlineStart: MarginInlineStart
684
+ marginLeft: MarginLeft
685
+ marginRight: MarginRight
686
+ marginTop: MarginTop
687
+ marker: Marker
688
+ markerEnd: MarkerEnd
689
+ markerMid: MarkerMid
690
+ markerStart: MarkerStart
691
+ mask: Mask
692
+ maskBorder: MaskBorder
693
+ maskBorderMode: MaskBorderMode
694
+ maskBorderOutset: MaskBorderOutset
695
+ maskBorderRepeat: MaskBorderRepeat
696
+ maskBorderSlice: MaskBorderSlice
697
+ maskBorderSource: MaskBorderSource
698
+ maskBorderWidth: MaskBorderWidth
699
+ maskClip: MaskClip
700
+ maskComposite: MaskComposite
701
+ maskImage: MaskImage
702
+ maskMode: MaskMode
703
+ maskOrigin: MaskOrigin
704
+ maskPosition: MaskPosition
705
+ maskRepeat: MaskRepeat
706
+ maskSize: MaskSize
707
+ maskType: MaskType
708
+ mathDepth: MathDepth
709
+ mathStyle: MathStyle
710
+ maxBlockSize: MaxBlockSize
711
+ maxHeight: MaxHeight
712
+ maxInlineSize: MaxInlineSize
713
+ maxWidth: MaxWidth
714
+ minBlockSize: MinBlockSize
715
+ minHeight: MinHeight
716
+ minInlineSize: MinInlineSize
717
+ minWidth: MinWidth
718
+ mixBlendMode: MixBlendMode
719
+ objectFit: ObjectFit
720
+ objectPosition: ObjectPosition
721
+ offset: Offset
722
+ offsetAnchor: OffsetAnchor
723
+ offsetDistance: OffsetDistance
724
+ offsetPath: OffsetPath
725
+ offsetPosition: OffsetPosition
726
+ offsetRotate: OffsetRotate
727
+ opacity: Opacity
728
+ order: Order
729
+ orphans: Orphans
730
+ outline: Outline
731
+ outlineColor: OutlineColor
732
+ outlineOffset: OutlineOffset
733
+ outlineStyle: OutlineStyle
734
+ outlineWidth: OutlineWidth
735
+ overflow: Overflow
736
+ overflowAnchor: OverflowAnchor
737
+ overflowBlock: OverflowBlock
738
+ overflowClipMargin: OverflowClipMargin
739
+ overflowInline: OverflowInline
740
+ overflowWrap: OverflowWrap
741
+ overflowX: OverflowX
742
+ overflowY: OverflowY
743
+ overscrollBehavior: OverscrollBehavior
744
+ overscrollBehaviorBlock: OverscrollBehaviorBlock
745
+ overscrollBehaviorInline: OverscrollBehaviorInline
746
+ overscrollBehaviorX: OverscrollBehaviorX
747
+ overscrollBehaviorY: OverscrollBehaviorY
748
+ padding: Padding
749
+ paddingBlock: PaddingBlock
750
+ paddingBlockEnd: PaddingBlockEnd
751
+ paddingBlockStart: PaddingBlockStart
752
+ paddingBottom: PaddingBottom
753
+ paddingInline: PaddingInline
754
+ paddingInlineEnd: PaddingInlineEnd
755
+ paddingInlineStart: PaddingInlineStart
756
+ paddingLeft: PaddingLeft
757
+ paddingRight: PaddingRight
758
+ paddingTop: PaddingTop
759
+ page: Page
760
+ paintOrder: PaintOrder
761
+ perspective: Perspective
762
+ perspectiveOrigin: PerspectiveOrigin
763
+ placeContent: PlaceContent
764
+ placeItems: PlaceItems
765
+ placeSelf: PlaceSelf
766
+ pointerEvents: PointerEvents
767
+ position: Position
768
+ printColorAdjust: PrintColorAdjust
769
+ quotes: Quotes
770
+ r: R
771
+ resize: Resize
772
+ right: Right
773
+ rotate: Rotate
774
+ rowGap: RowGap
775
+ rubyAlign: RubyAlign
776
+ rubyOverhang: RubyOverhang
777
+ rubyPosition: RubyPosition
778
+ rx: Rx
779
+ ry: Ry
780
+ scale: Scale
781
+ scrollBehavior: ScrollBehavior
782
+ scrollMargin: ScrollMargin
783
+ scrollMarginBlock: ScrollMarginBlock
784
+ scrollMarginBlockEnd: ScrollMarginBlockEnd
785
+ scrollMarginBlockStart: ScrollMarginBlockStart
786
+ scrollMarginBottom: ScrollMarginBottom
787
+ scrollMarginInline: ScrollMarginInline
788
+ scrollMarginInlineEnd: ScrollMarginInlineEnd
789
+ scrollMarginInlineStart: ScrollMarginInlineStart
790
+ scrollMarginLeft: ScrollMarginLeft
791
+ scrollMarginRight: ScrollMarginRight
792
+ scrollMarginTop: ScrollMarginTop
793
+ scrollPadding: ScrollPadding
794
+ scrollPaddingBlock: ScrollPaddingBlock
795
+ scrollPaddingBlockEnd: ScrollPaddingBlockEnd
796
+ scrollPaddingBlockStart: ScrollPaddingBlockStart
797
+ scrollPaddingBottom: ScrollPaddingBottom
798
+ scrollPaddingInline: ScrollPaddingInline
799
+ scrollPaddingInlineEnd: ScrollPaddingInlineEnd
800
+ scrollPaddingInlineStart: ScrollPaddingInlineStart
801
+ scrollPaddingLeft: ScrollPaddingLeft
802
+ scrollPaddingRight: ScrollPaddingRight
803
+ scrollPaddingTop: ScrollPaddingTop
804
+ scrollSnapAlign: ScrollSnapAlign
805
+ scrollSnapStop: ScrollSnapStop
806
+ scrollSnapType: ScrollSnapType
807
+ scrollbarColor: ScrollbarColor
808
+ scrollbarGutter: ScrollbarGutter
809
+ scrollbarWidth: ScrollbarWidth
810
+ shapeImageThreshold: ShapeImageThreshold
811
+ shapeMargin: ShapeMargin
812
+ shapeOutside: ShapeOutside
813
+ shapeRendering: ShapeRendering
814
+ stopColor: StopColor
815
+ stopOpacity: StopOpacity
816
+ stroke: Stroke
817
+ strokeDasharray: StrokeDasharray
818
+ strokeDashoffset: StrokeDashoffset
819
+ strokeLinecap: StrokeLinecap
820
+ strokeLinejoin: StrokeLinejoin
821
+ strokeMiterlimit: StrokeMiterlimit
822
+ strokeOpacity: StrokeOpacity
823
+ strokeWidth: StrokeWidth
824
+ tabSize: TabSize
825
+ tableLayout: TableLayout
826
+ textAlign: TextAlign
827
+ textAlignLast: TextAlignLast
828
+ textAnchor: TextAnchor
829
+ textAutospace: TextAutospace
830
+ textBox: TextBox
831
+ textBoxEdge: TextBoxEdge
832
+ textBoxTrim: TextBoxTrim
833
+ textCombineUpright: TextCombineUpright
834
+ textDecoration: TextDecoration
835
+ textDecorationColor: TextDecorationColor
836
+ textDecorationLine: TextDecorationLine
837
+ textDecorationSkipInk: TextDecorationSkipInk
838
+ textDecorationStyle: TextDecorationStyle
839
+ textDecorationThickness: TextDecorationThickness
840
+ textEmphasis: TextEmphasis
841
+ textEmphasisColor: TextEmphasisColor
842
+ textEmphasisPosition: TextEmphasisPosition
843
+ textEmphasisStyle: TextEmphasisStyle
844
+ textIndent: TextIndent
845
+ textJustify: TextJustify
846
+ textOrientation: TextOrientation
847
+ textOverflow: TextOverflow
848
+ textRendering: TextRendering
849
+ textShadow: TextShadow
850
+ textTransform: TextTransform
851
+ textUnderlineOffset: TextUnderlineOffset
852
+ textUnderlinePosition: TextUnderlinePosition
853
+ textWrap: TextWrap
854
+ textWrapMode: TextWrapMode
855
+ textWrapStyle: TextWrapStyle
856
+ top: Top
857
+ touchAction: TouchAction
858
+ transform: Transform
859
+ transformBox: TransformBox
860
+ transformOrigin: TransformOrigin
861
+ transformStyle: TransformStyle
862
+ transition: Transition
863
+ transitionBehavior: TransitionBehavior
864
+ transitionDelay: TransitionDelay
865
+ transitionDuration: TransitionDuration
866
+ transitionProperty: TransitionProperty
867
+ transitionTimingFunction: TransitionTimingFunction
868
+ translate: Translate
869
+ unicodeBidi: UnicodeBidi
870
+ userSelect: UserSelect
871
+ vectorEffect: VectorEffect
872
+ verticalAlign: VerticalAlign
873
+ viewTransitionClass: ViewTransitionClass
874
+ viewTransitionName: ViewTransitionName
875
+ visibility: Visibility
876
+ whiteSpace: WhiteSpace
877
+ whiteSpaceCollapse: WhiteSpaceCollapse
878
+ widows: Widows
879
+ width: Width
880
+ willChange: WillChange
881
+ wordBreak: WordBreak
882
+ wordSpacing: WordSpacing
883
+ wordWrap: WordWrap
884
+ writingMode: WritingMode
885
+ x: X
886
+ y: Y
887
+ zIndex: ZIndex
888
+ zoom: Zoom
889
+ }
890
+ export type MsAccelerator = "false" | "true";
891
+ export type MsBlockProgression = "tb" | "rl" | "bt" | "lr";
892
+ export type MsContentZoomChaining = "none" | "chained";
893
+ export type MsContentZoomLimit = MsContentZoomLimitMin | MsContentZoomLimitMax;
894
+ export type MsContentZoomLimitMax = number;
895
+ export type MsContentZoomLimitMin = number;
896
+ export type MsContentZoomSnap = MsContentZoomSnapType | MsContentZoomSnapPoints;
897
+ export type MsContentZoomSnapPoints = number;
898
+ export type MsContentZoomSnapType = "none" | "proximity" | "mandatory";
899
+ export type MsContentZooming = "none" | "zoom";
900
+ export type MsFilter = (string & {});
901
+ export type MsFlowFrom = "none" | (string & {});
902
+ export type MsFlowInto = "none" | (string & {});
903
+ export type MsGridColumns = "none" | TTrackList | TAutoTrackList;
904
+ export type MsGridRows = "none" | TTrackList | TAutoTrackList;
905
+ export type MsHighContrastAdjust = "auto" | "none";
906
+ export type MsHyphenateLimitChars = "auto" | number;
907
+ export type MsHyphenateLimitLines = "no-limit" | number;
908
+ export type MsHyphenateLimitZone = number;
909
+ export type MsImeAlign = "auto" | "after";
910
+ export type MsOverflowStyle = "auto" | "none" | "scrollbar" | "-ms-autohiding-scrollbar";
911
+ export type MsScrollChaining = "chained" | "none";
912
+ export type MsScrollLimit = MsScrollLimitXMin | MsScrollLimitYMin | MsScrollLimitXMax | MsScrollLimitYMax;
913
+ export type MsScrollLimitXMax = "auto";
914
+ export type MsScrollLimitXMin = (string & {});
915
+ export type MsScrollLimitYMax = "auto";
916
+ export type MsScrollLimitYMin = (string & {});
917
+ export type MsScrollRails = "none" | "railed";
918
+ export type MsScrollSnapPointsX = TLengthPercentage;
919
+ export type MsScrollSnapPointsY = TLengthPercentage;
920
+ export type MsScrollSnapType = "none" | "proximity" | "mandatory";
921
+ export type MsScrollSnapX = MsScrollSnapType | MsScrollSnapPointsX;
922
+ export type MsScrollSnapY = MsScrollSnapType | MsScrollSnapPointsY;
923
+ export type MsScrollTranslation = "none" | "vertical-to-horizontal";
924
+ export type MsScrollbar3dlightColor = TColor;
925
+ export type MsScrollbarArrowColor = TColor;
926
+ export type MsScrollbarBaseColor = TColor;
927
+ export type MsScrollbarDarkshadowColor = TColor;
928
+ export type MsScrollbarFaceColor = TColor;
929
+ export type MsScrollbarHighlightColor = TColor;
930
+ export type MsScrollbarShadowColor = TColor;
931
+ export type MsScrollbarTrackColor = TColor;
932
+ export type MsTextAutospace = "none" | "ideograph-alpha" | "ideograph-numeric" | "ideograph-parenthesis" | "ideograph-space";
933
+ export type MsTouchSelect = "grippers" | "none";
934
+ export type MsUserSelect = "none" | "element" | "text";
935
+ export type MsWrapFlow = "auto" | "both" | "start" | "end" | "maximum" | "clear";
936
+ export type MsWrapMargin = (string & {});
937
+ export type MsWrapThrough = "wrap" | "none";
938
+ export type MozAppearance = "none" | "button" | "button-arrow-down" | "button-arrow-next" | "button-arrow-previous" | "button-arrow-up" | "button-bevel" | "button-focus" | "caret" | "checkbox" | "checkbox-container" | "checkbox-label" | "checkmenuitem" | "dualbutton" | "groupbox" | "listbox" | "listitem" | "menuarrow" | "menubar" | "menucheckbox" | "menuimage" | "menuitem" | "menuitemtext" | "menulist" | "menulist-button" | "menulist-text" | "menulist-textfield" | "menupopup" | "menuradio" | "menuseparator" | "meterbar" | "meterchunk" | "progressbar" | "progressbar-vertical" | "progresschunk" | "progresschunk-vertical" | "radio" | "radio-container" | "radio-label" | "radiomenuitem" | "range" | "range-thumb" | "resizer" | "resizerpanel" | "scale-horizontal" | "scalethumbend" | "scalethumb-horizontal" | "scalethumbstart" | "scalethumbtick" | "scalethumb-vertical" | "scale-vertical" | "scrollbarbutton-down" | "scrollbarbutton-left" | "scrollbarbutton-right" | "scrollbarbutton-up" | "scrollbarthumb-horizontal" | "scrollbarthumb-vertical" | "scrollbartrack-horizontal" | "scrollbartrack-vertical" | "searchfield" | "separator" | "sheet" | "spinner" | "spinner-downbutton" | "spinner-textfield" | "spinner-upbutton" | "splitter" | "statusbar" | "statusbarpanel" | "tab" | "tabpanel" | "tabpanels" | "tab-scroll-arrow-back" | "tab-scroll-arrow-forward" | "textfield" | "textfield-multiline" | "toolbar" | "toolbarbutton" | "toolbarbutton-dropdown" | "toolbargripper" | "toolbox" | "tooltip" | "treeheader" | "treeheadercell" | "treeheadersortarrow" | "treeitem" | "treeline" | "treetwisty" | "treetwistyopen" | "treeview" | "-moz-mac-unified-toolbar" | "-moz-win-borderless-glass" | "-moz-win-browsertabbar-toolbox" | "-moz-win-communicationstext" | "-moz-win-communications-toolbox" | "-moz-win-exclude-glass" | "-moz-win-glass" | "-moz-win-mediatext" | "-moz-win-media-toolbox" | "-moz-window-button-box" | "-moz-window-button-box-maximized" | "-moz-window-button-close" | "-moz-window-button-maximize" | "-moz-window-button-minimize" | "-moz-window-button-restore" | "-moz-window-frame-bottom" | "-moz-window-frame-left" | "-moz-window-frame-right" | "-moz-window-titlebar" | "-moz-window-titlebar-maximized";
939
+ export type MozBinding = "none";
940
+ export type MozBorderBottomColors = TColor | "none";
941
+ export type MozBorderLeftColors = TColor | "none";
942
+ export type MozBorderRightColors = TColor | "none";
943
+ export type MozBorderTopColors = TColor | "none";
944
+ export type MozContextProperties = "none" | "fill" | "fill-opacity" | "stroke" | "stroke-opacity";
945
+ export type MozFloatEdge = "border-box" | "content-box" | "margin-box" | "padding-box";
946
+ export type MozForceBrokenImageIcon = "0" | "1";
947
+ export type MozOrient = "inline" | "block" | "horizontal" | "vertical";
948
+ export type MozOutlineRadius = TOutlineRadius;
949
+ export type MozOutlineRadiusBottomleft = TOutlineRadius;
950
+ export type MozOutlineRadiusBottomright = TOutlineRadius;
951
+ export type MozOutlineRadiusTopleft = TOutlineRadius;
952
+ export type MozOutlineRadiusTopright = TOutlineRadius;
953
+ export type MozStackSizing = "ignore" | "stretch-to-fit";
954
+ export type MozTextBlink = "none" | "blink";
955
+ export type MozUserFocus = "ignore" | "normal" | "select-after" | "select-before" | "select-menu" | "select-same" | "select-all" | "none";
956
+ export type MozUserInput = "auto" | "none" | "enabled" | "disabled";
957
+ export type MozUserModify = "read-only" | "read-write" | "write-only";
958
+ export type MozWindowDragging = "drag" | "no-drag";
959
+ export type MozWindowShadow = "default" | "menu" | "tooltip" | "sheet" | "none";
960
+ export type WebkitAppearance = "none" | "button" | "button-bevel" | "caret" | "checkbox" | "default-button" | "inner-spin-button" | "listbox" | "listitem" | "media-controls-background" | "media-controls-fullscreen-background" | "media-current-time-display" | "media-enter-fullscreen-button" | "media-exit-fullscreen-button" | "media-fullscreen-button" | "media-mute-button" | "media-overlay-play-button" | "media-play-button" | "media-seek-back-button" | "media-seek-forward-button" | "media-slider" | "media-sliderthumb" | "media-time-remaining-display" | "media-toggle-closed-captions-button" | "media-volume-slider" | "media-volume-slider-container" | "media-volume-sliderthumb" | "menulist" | "menulist-button" | "menulist-text" | "menulist-textfield" | "meter" | "progress-bar" | "progress-bar-value" | "push-button" | "radio" | "searchfield" | "searchfield-cancel-button" | "searchfield-decoration" | "searchfield-results-button" | "searchfield-results-decoration" | "slider-horizontal" | "slider-vertical" | "sliderthumb-horizontal" | "sliderthumb-vertical" | "square-button" | "textarea" | "textfield" | "-apple-pay-button";
961
+ export type WebkitBorderBefore = BorderWidth | BorderStyle | TColor;
962
+ export type WebkitBorderBeforeColor = TColor;
963
+ export type WebkitBorderBeforeStyle = BorderStyle;
964
+ export type WebkitBorderBeforeWidth = BorderWidth;
965
+ export type WebkitBoxReflect = "above" | "below" | "right" | "left" | TImage;
966
+ export type WebkitLineClamp = "none" | number;
967
+ export type WebkitMask = TMaskReference | TPosition | TBgSize | TRepeatStyle | TVisualBox | "border" | "padding" | "content" | "text" | TVisualBox | "border" | "padding" | "content";
968
+ export type WebkitMaskAttachment = TAttachment;
969
+ export type WebkitMaskClip = TCoordBox | "no-clip" | "border" | "padding" | "content" | "text";
970
+ export type WebkitMaskComposite = TCompositeStyle;
971
+ export type WebkitMaskImage = TMaskReference;
972
+ export type WebkitMaskOrigin = TCoordBox | "border" | "padding" | "content";
973
+ export type WebkitMaskPosition = TPosition;
974
+ export type WebkitMaskPositionX = TLengthPercentage | "left" | "center" | "right";
975
+ export type WebkitMaskPositionY = TLengthPercentage | "top" | "center" | "bottom";
976
+ export type WebkitMaskRepeat = TRepeatStyle;
977
+ export type WebkitMaskRepeatX = "repeat" | "no-repeat" | "space" | "round";
978
+ export type WebkitMaskRepeatY = "repeat" | "no-repeat" | "space" | "round";
979
+ export type WebkitMaskSize = TBgSize;
980
+ export type WebkitOverflowScrolling = "auto" | "touch";
981
+ export type WebkitTapHighlightColor = TColor;
982
+ export type WebkitTextFillColor = TColor;
983
+ export type WebkitTextStroke = TColor;
984
+ export type WebkitTextStrokeColor = TColor;
985
+ export type WebkitTextStrokeWidth = (string & {});
986
+ export type WebkitTouchCallout = "default" | "none";
987
+ export type WebkitUserModify = "read-only" | "read-write" | "read-write-plaintext-only";
988
+ export type WebkitUserSelect = "auto" | "text" | "none" | "all";
989
+ export interface VendorProperties {
990
+ MsAccelerator: MsAccelerator
991
+ MsBlockProgression: MsBlockProgression
992
+ MsContentZoomChaining: MsContentZoomChaining
993
+ MsContentZoomLimit: MsContentZoomLimit
994
+ MsContentZoomLimitMax: MsContentZoomLimitMax
995
+ MsContentZoomLimitMin: MsContentZoomLimitMin
996
+ MsContentZoomSnap: MsContentZoomSnap
997
+ MsContentZoomSnapPoints: MsContentZoomSnapPoints
998
+ MsContentZoomSnapType: MsContentZoomSnapType
999
+ MsContentZooming: MsContentZooming
1000
+ MsFilter: MsFilter
1001
+ MsFlowFrom: MsFlowFrom
1002
+ MsFlowInto: MsFlowInto
1003
+ MsGridColumns: MsGridColumns
1004
+ MsGridRows: MsGridRows
1005
+ MsHighContrastAdjust: MsHighContrastAdjust
1006
+ MsHyphenateLimitChars: MsHyphenateLimitChars
1007
+ MsHyphenateLimitLines: MsHyphenateLimitLines
1008
+ MsHyphenateLimitZone: MsHyphenateLimitZone
1009
+ MsImeAlign: MsImeAlign
1010
+ MsOverflowStyle: MsOverflowStyle
1011
+ MsScrollChaining: MsScrollChaining
1012
+ MsScrollLimit: MsScrollLimit
1013
+ MsScrollLimitXMax: MsScrollLimitXMax
1014
+ MsScrollLimitXMin: MsScrollLimitXMin
1015
+ MsScrollLimitYMax: MsScrollLimitYMax
1016
+ MsScrollLimitYMin: MsScrollLimitYMin
1017
+ MsScrollRails: MsScrollRails
1018
+ MsScrollSnapPointsX: MsScrollSnapPointsX
1019
+ MsScrollSnapPointsY: MsScrollSnapPointsY
1020
+ MsScrollSnapType: MsScrollSnapType
1021
+ MsScrollSnapX: MsScrollSnapX
1022
+ MsScrollSnapY: MsScrollSnapY
1023
+ MsScrollTranslation: MsScrollTranslation
1024
+ MsScrollbar3dlightColor: MsScrollbar3dlightColor
1025
+ MsScrollbarArrowColor: MsScrollbarArrowColor
1026
+ MsScrollbarBaseColor: MsScrollbarBaseColor
1027
+ MsScrollbarDarkshadowColor: MsScrollbarDarkshadowColor
1028
+ MsScrollbarFaceColor: MsScrollbarFaceColor
1029
+ MsScrollbarHighlightColor: MsScrollbarHighlightColor
1030
+ MsScrollbarShadowColor: MsScrollbarShadowColor
1031
+ MsScrollbarTrackColor: MsScrollbarTrackColor
1032
+ MsTextAutospace: MsTextAutospace
1033
+ MsTouchSelect: MsTouchSelect
1034
+ MsUserSelect: MsUserSelect
1035
+ MsWrapFlow: MsWrapFlow
1036
+ MsWrapMargin: MsWrapMargin
1037
+ MsWrapThrough: MsWrapThrough
1038
+ MozAppearance: MozAppearance
1039
+ MozBinding: MozBinding
1040
+ MozBorderBottomColors: MozBorderBottomColors
1041
+ MozBorderLeftColors: MozBorderLeftColors
1042
+ MozBorderRightColors: MozBorderRightColors
1043
+ MozBorderTopColors: MozBorderTopColors
1044
+ MozContextProperties: MozContextProperties
1045
+ MozFloatEdge: MozFloatEdge
1046
+ MozForceBrokenImageIcon: MozForceBrokenImageIcon
1047
+ MozOrient: MozOrient
1048
+ MozOutlineRadius: MozOutlineRadius
1049
+ MozOutlineRadiusBottomleft: MozOutlineRadiusBottomleft
1050
+ MozOutlineRadiusBottomright: MozOutlineRadiusBottomright
1051
+ MozOutlineRadiusTopleft: MozOutlineRadiusTopleft
1052
+ MozOutlineRadiusTopright: MozOutlineRadiusTopright
1053
+ MozStackSizing: MozStackSizing
1054
+ MozTextBlink: MozTextBlink
1055
+ MozUserFocus: MozUserFocus
1056
+ MozUserInput: MozUserInput
1057
+ MozUserModify: MozUserModify
1058
+ MozWindowDragging: MozWindowDragging
1059
+ MozWindowShadow: MozWindowShadow
1060
+ WebkitAppearance: WebkitAppearance
1061
+ WebkitBorderBefore: WebkitBorderBefore
1062
+ WebkitBorderBeforeColor: WebkitBorderBeforeColor
1063
+ WebkitBorderBeforeStyle: WebkitBorderBeforeStyle
1064
+ WebkitBorderBeforeWidth: WebkitBorderBeforeWidth
1065
+ WebkitBoxReflect: WebkitBoxReflect
1066
+ WebkitLineClamp: WebkitLineClamp
1067
+ WebkitMask: WebkitMask
1068
+ WebkitMaskAttachment: WebkitMaskAttachment
1069
+ WebkitMaskClip: WebkitMaskClip
1070
+ WebkitMaskComposite: WebkitMaskComposite
1071
+ WebkitMaskImage: WebkitMaskImage
1072
+ WebkitMaskOrigin: WebkitMaskOrigin
1073
+ WebkitMaskPosition: WebkitMaskPosition
1074
+ WebkitMaskPositionX: WebkitMaskPositionX
1075
+ WebkitMaskPositionY: WebkitMaskPositionY
1076
+ WebkitMaskRepeat: WebkitMaskRepeat
1077
+ WebkitMaskRepeatX: WebkitMaskRepeatX
1078
+ WebkitMaskRepeatY: WebkitMaskRepeatY
1079
+ WebkitMaskSize: WebkitMaskSize
1080
+ WebkitOverflowScrolling: WebkitOverflowScrolling
1081
+ WebkitTapHighlightColor: WebkitTapHighlightColor
1082
+ WebkitTextFillColor: WebkitTextFillColor
1083
+ WebkitTextStroke: WebkitTextStroke
1084
+ WebkitTextStrokeColor: WebkitTextStrokeColor
1085
+ WebkitTextStrokeWidth: WebkitTextStrokeWidth
1086
+ WebkitTouchCallout: WebkitTouchCallout
1087
+ WebkitUserModify: WebkitUserModify
1088
+ WebkitUserSelect: WebkitUserSelect
1089
+ }
1090
+ export type TAbsoluteSize = "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large" | "xx-large" | "xxx-large";
1091
+ export type TAlphaValue = number;
1092
+ export type TAnchorName = (string & {});
1093
+ export type TAnchorSide = "inside" | "outside" | "top" | "left" | "right" | "bottom" | "start" | "end" | "self-start" | "self-end" | number | "center";
1094
+ export type TAnchorSize = "width" | "height" | "block" | "inline" | "self-block" | "self-inline";
1095
+ export type TAnglePercentage = number;
1096
+ export type TAngularColorHint = TAnglePercentage;
1097
+ export type TAngularColorStop = TColor | TColorStopAngle;
1098
+ export type TAngularColorStopList = TAngularColorStop | TAngularColorHint | TAngularColorStop;
1099
+ export type TAnimateableFeature = "scroll-position" | "contents" | (string & {});
1100
+ export type TAttachment = "scroll" | "fixed" | "local";
1101
+ export type TAttrMatcher = "'~'" | "'|'" | "'^'" | "'$'" | "'*'" | "'='";
1102
+ export type TAttrModifier = "i" | "s";
1103
+ export type TAttrType = "raw-string" | "number";
1104
+ export type TAttributeSelector = "'['" | TWqName | "']'" | "'['" | TWqName | TAttrMatcher | TAttrModifier | "']'";
1105
+ export type TAutoRepeat = "auto-fill" | "auto-fit" | TLineNames | TFixedSize | TLineNames;
1106
+ export type TAutoTrackList = TLineNames | TFixedSize | TFixedRepeat | TLineNames | TAutoRepeat;
1107
+ export type TAxis = "block" | "inline" | "x" | "y";
1108
+ export type TBaselinePosition = "first" | "last" | "baseline";
1109
+ export type TBasicShape = (string & {});
1110
+ export type TBasicShapeRect = (string & {});
1111
+ export type TBgClip = TVisualBox | "border-area" | "text";
1112
+ export type TBgImage = TImage | "none";
1113
+ export type TBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox;
1114
+ export type TBgPosition = "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "center" | "left" | "right" | TLengthPercentage | "center" | "top" | "bottom" | TLengthPercentage;
1115
+ export type TBgSize = TLengthPercentage | "auto" | "cover" | "contain";
1116
+ export type TBlendMode = "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity";
1117
+ export type TCalcConstant = "e" | "pi" | "infinity" | "-infinity" | "NaN";
1118
+ export type TCalcProduct = TCalcValue | "'*'" | TCalcValue | "'/'" | number;
1119
+ export type TCalcSizeBasis = "any" | TCalcSum;
1120
+ export type TCalcSum = TCalcProduct | "'+'" | "'-'" | TCalcProduct;
1121
+ export type TCalcValue = number | TCalcConstant | TCalcSum;
1122
+ export type TCfFinalImage = TImage | TColor;
1123
+ export type TCfMixingImage = number | TImage;
1124
+ export type TClassSelector = "'.'";
1125
+ export type TClipSource = (string & {});
1126
+ export type TColor = TColorBase | "currentColor" | TSystemColor | TDeprecatedSystemColor | keyof CustomColors;
1127
+ export type TColorBase = TColorFunction | TNamedColor | "transparent";
1128
+ export type TColorFunction = (string & {});
1129
+ export type TColorInterpolationMethod = "in" | TRectangularColorSpace | TPolarColorSpace | THueInterpolationMethod | TCustomColorSpace;
1130
+ export type TColorStop = TColorStopLength | TColorStopAngle;
1131
+ export type TColorStopAngle = TAnglePercentage;
1132
+ export type TColorStopLength = TLengthPercentage;
1133
+ export type TColorStopList = TLinearColorStop | TLinearColorHint | TLinearColorStop;
1134
+ export type TColorspaceParams = TCustomParams | TPredefinedRgbParams | TXyzParams;
1135
+ export type TCombinator = "'>'" | "'+'" | "'~'" | "'||'";
1136
+ export type TCommonLigValues = "common-ligatures" | "no-common-ligatures";
1137
+ export type TCompatAuto = "searchfield" | "textarea" | "checkbox" | "radio" | "menulist" | "listbox" | "meter" | "progress-bar" | "button";
1138
+ export type TCompatSpecial = "textfield" | "menulist-button";
1139
+ export type TComplexSelector = TCompoundSelector | TCombinator | TCompoundSelector;
1140
+ export type TComplexSelectorList = TComplexSelector;
1141
+ export type TCompositeStyle = "clear" | "copy" | "source-over" | "source-in" | "source-out" | "source-atop" | "destination-over" | "destination-in" | "destination-out" | "destination-atop" | "xor";
1142
+ export type TCompositingOperator = "add" | "subtract" | "intersect" | "exclude";
1143
+ export type TCompoundSelector = TTypeSelector | TSubclassSelector | TPseudoElementSelector | TPseudoClassSelector;
1144
+ export type TCompoundSelectorList = TCompoundSelector;
1145
+ export type TConicGradientSyntax = "from" | "at" | TPosition | TColorInterpolationMethod | TAngularColorStopList;
1146
+ export type TContainerCondition = TContainerName | TContainerQuery;
1147
+ export type TContainerName = (string & {});
1148
+ export type TContainerQuery = "not" | TQueryInParens | TQueryInParens | "and" | TQueryInParens | "or" | TQueryInParens;
1149
+ export type TContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
1150
+ export type TContentList = (string & {}) | TImage | TQuote | TCounter;
1151
+ export type TContentPosition = "center" | "start" | "end" | "flex-start" | "flex-end";
1152
+ export type TContentReplacement = TImage;
1153
+ export type TContextualAltValues = "contextual" | "no-contextual";
1154
+ export type TCoordBox = TPaintBox | "view-box";
1155
+ export type TCounter = (string & {});
1156
+ export type TCounterName = (string & {});
1157
+ export type TCounterStyle = TCounterStyleName;
1158
+ export type TCounterStyleName = (string & {});
1159
+ export type TCubicBezierEasingFunction = "ease" | "ease-in" | "ease-out" | "ease-in-out";
1160
+ export type TCursorPredefined = "auto" | "default" | "none" | "context-menu" | "help" | "pointer" | "progress" | "wait" | "cell" | "crosshair" | "text" | "vertical-text" | "alias" | "copy" | "move" | "no-drop" | "not-allowed" | "e-resize" | "n-resize" | "ne-resize" | "nw-resize" | "s-resize" | "se-resize" | "sw-resize" | "w-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "col-resize" | "row-resize" | "all-scroll" | "zoom-in" | "zoom-out" | "grab" | "grabbing";
1161
+ export type TCustomColorSpace = (string & {});
1162
+ export type TCustomParams = (string & {}) | number | "none";
1163
+ export type TDasharray = TLengthPercentage | number;
1164
+ export type TDashndashdigitIdent = (string & {});
1165
+ export type TDeprecatedSystemColor = "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText";
1166
+ export type TDiscretionaryLigValues = "discretionary-ligatures" | "no-discretionary-ligatures";
1167
+ export type TDisplayBox = "contents" | "none";
1168
+ export type TDisplayInside = "flow" | "flow-root" | "table" | "flex" | "grid" | "ruby";
1169
+ export type TDisplayInternal = "table-row-group" | "table-header-group" | "table-footer-group" | "table-row" | "table-cell" | "table-column-group" | "table-column" | "table-caption" | "ruby-base" | "ruby-text" | "ruby-base-container" | "ruby-text-container";
1170
+ export type TDisplayLegacy = "inline-block" | "inline-list-item" | "inline-table" | "inline-flex" | "inline-grid";
1171
+ export type TDisplayListitem = TDisplayOutside | "flow" | "flow-root" | "list-item";
1172
+ export type TDisplayOutside = "block" | "inline" | "run-in";
1173
+ export type TEasingFunction = TLinearEasingFunction | TCubicBezierEasingFunction | TStepEasingFunction;
1174
+ export type TEastAsianVariantValues = "jis78" | "jis83" | "jis90" | "jis04" | "simplified" | "traditional";
1175
+ export type TEastAsianWidthValues = "full-width" | "proportional-width";
1176
+ export type TExplicitTrackList = TLineNames | TTrackSize | TLineNames;
1177
+ export type TFamilyName = (string & {});
1178
+ export type TFeatureTagValue = (string & {}) | number | "on" | "off";
1179
+ export type TFeatureValueBlock = TFeatureType | "'{'" | TFeatureValueDeclarationList | "'}'";
1180
+ export type TFeatureValueBlockList = TFeatureValueBlock;
1181
+ export type TFeatureValueDeclaration = (string & {}) | number;
1182
+ export type TFeatureValueDeclarationList = TFeatureValueDeclaration;
1183
+ export type TFeatureValueName = (string & {});
1184
+ export type TFilterFunction = (string & {});
1185
+ export type TFilterValueList = TFilterFunction;
1186
+ export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | BackgroundColor;
1187
+ export type TFixedBreadth = TLengthPercentage;
1188
+ export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames;
1189
+ export type TFixedSize = TFixedBreadth | TFixedBreadth | TTrackBreadth | TInflexibleBreadth | TFixedBreadth;
1190
+ export type TFontStretchAbsolute = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded" | number;
1191
+ export type TFontVariantCss2 = "normal" | "small-caps";
1192
+ export type TFontWeightAbsolute = "normal" | "bold" | number;
1193
+ export type TFontWidthCss3 = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded";
1194
+ export type TFormControlIdentifier = "select";
1195
+ export type TFrequencyPercentage = number;
1196
+ export type TGenericComplete = "serif" | "sans-serif" | "system-ui" | "cursive" | "fantasy" | "math" | "monospace";
1197
+ export type TGeneralEnclosed = (string & {});
1198
+ export type TGenericFamily = TGenericComplete | TGenericIncomplete | "emoji" | "fangsong";
1199
+ export type TGenericIncomplete = "ui-serif" | "ui-sans-serif" | "ui-monospace" | "ui-rounded";
1200
+ export type TGeometryBox = TShapeBox | "fill-box" | "stroke-box" | "view-box";
1201
+ export type TGradient = (string & {});
1202
+ export type TGridLine = "auto" | (string & {}) | number | (string & {}) | "span" | number | (string & {});
1203
+ export type THistoricalLigValues = "historical-ligatures" | "no-historical-ligatures";
1204
+ export type THue = number;
1205
+ export type THueInterpolationMethod = "shorter" | "longer" | "increasing" | "decreasing" | "hue";
1206
+ export type TIdSelector = (string & {});
1207
+ export type TImage = TGradient;
1208
+ export type TImageSetOption = TImage | (string & {}) | (string & {});
1209
+ export type TImageSrc = (string & {});
1210
+ export type TImageTags = "ltr" | "rtl";
1211
+ export type TInflexibleBreadth = TLengthPercentage | "min-content" | "max-content" | "auto";
1212
+ export type TKeyframeBlock = TKeyframeSelector;
1213
+ export type TKeyframeSelector = "from" | "to" | number | TTimelineRangeName | number;
1214
+ export type TKeyframesName = (string & {});
1215
+ export type TLayerName = "'.'";
1216
+ export type TLeaderType = "dotted" | "solid" | "space" | (string & {});
1217
+ export type TLengthPercentage = number;
1218
+ export type TLineNameList = TLineNames | TNameRepeat;
1219
+ export type TLineNames = "'['" | (string & {}) | "']'";
1220
+ export type TLineStyle = "none" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
1221
+ export type TLineWidth = "thin" | "medium" | "thick";
1222
+ export type TLinearColorHint = TLengthPercentage;
1223
+ export type TLinearColorStop = TColor | TColorStopLength;
1224
+ export type TLinearEasingFunction = "linear";
1225
+ export type TLinearGradientSyntax = "to" | TSideOrCorner | TColorInterpolationMethod | TColorStopList;
1226
+ export type TMaskLayer = TMaskReference | TPosition | TBgSize | TRepeatStyle | TGeometryBox | TGeometryBox | "no-clip" | TCompositingOperator | TMaskingMode;
1227
+ export type TMaskPosition = TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom";
1228
+ export type TMaskReference = "none" | TImage | TMaskSource;
1229
+ export type TMaskSource = (string & {});
1230
+ export type TMaskingMode = "alpha" | "luminance" | "match-source";
1231
+ export type TMediaAnd = TMediaInParens | "and" | TMediaInParens;
1232
+ export type TMediaCondition = TMediaNot | TMediaAnd | TMediaOr | TMediaInParens;
1233
+ export type TMediaConditionWithoutOr = TMediaNot | TMediaAnd | TMediaInParens;
1234
+ export type TMediaFeature = TMfPlain | TMfBoolean | TMfRange;
1235
+ export type TMediaInParens = TMediaCondition | TMediaFeature | TGeneralEnclosed;
1236
+ export type TMediaNot = "not" | TMediaInParens;
1237
+ export type TMediaOr = TMediaInParens | "or" | TMediaInParens;
1238
+ export type TMediaQuery = TMediaCondition | "not" | "only" | TMediaType | "and" | TMediaConditionWithoutOr;
1239
+ export type TMediaQueryList = TMediaQuery;
1240
+ export type TMediaType = (string & {});
1241
+ export type TMfBoolean = TMfName;
1242
+ export type TMfName = (string & {});
1243
+ export type TMfPlain = TMfName | TMfValue;
1244
+ export type TMfRange = TMfName | "'<'" | "'>'" | "'='" | TMfValue | TMfValue | "'<'" | "'>'" | "'='" | TMfName | TMfValue | "'<'" | "'='" | TMfName | TMfValue | "'>'" | "'='" | TMfName;
1245
+ export type TMfValue = number | TRatio;
1246
+ export type TNDimension = (string & {});
1247
+ export type TNameRepeat = number | "auto-fill" | TLineNames;
1248
+ export type TNamedColor = "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen";
1249
+ export type TNamespacePrefix = (string & {});
1250
+ export type TNdashDimension = (string & {});
1251
+ export type TNdashdigitDimension = (string & {});
1252
+ export type TNdashdigitIdent = (string & {});
1253
+ export type TNsPrefix = "'*'" | "'|'";
1254
+ export type TNumberPercentage = number;
1255
+ export type TNumericFigureValues = "lining-nums" | "oldstyle-nums";
1256
+ export type TNumericFractionValues = "diagonal-fractions" | "stacked-fractions";
1257
+ export type TNumericSpacingValues = "proportional-nums" | "tabular-nums";
1258
+ export type TOffsetPath = TBasicShape;
1259
+ export type TOpacityValue = number;
1260
+ export type TOutlineLineStyle = "none" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
1261
+ export type TOutlineRadius = number;
1262
+ export type TOverflowPosition = "unsafe" | "safe";
1263
+ export type TPageBody = TPageBody | TPageMarginBox | TPageBody;
1264
+ export type TPageMarginBox = TPageMarginBoxType | "'{'" | "'}'";
1265
+ export type TPageSelector = TPseudoPage;
1266
+ export type TPageSelectorList = TPageSelector;
1267
+ export type TPageSize = "A5" | "A4" | "A3" | "B5" | "B4" | "JIS-B5" | "JIS-B4" | "letter" | "legal" | "ledger";
1268
+ export type TPaint = "none" | TColor | "none" | TColor | "context-fill" | "context-stroke";
1269
+ export type TPaintBox = TVisualBox | "fill-box" | "stroke-box";
1270
+ export type TPaletteIdentifier = (string & {});
1271
+ export type TPolarColorSpace = "hsl" | "hwb" | "lch" | "oklch";
1272
+ export type TPosition = "left" | "center" | "right" | "top" | "center" | "bottom" | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "left" | "right" | TLengthPercentage | "top" | "bottom" | TLengthPercentage;
1273
+ export type TPositionArea = "left" | "center" | "right" | "span-left" | "span-right" | "x-start" | "x-end" | "span-x-start" | "span-x-end" | "x-self-start" | "x-self-end" | "span-x-self-start" | "span-x-self-end" | "span-all" | "top" | "center" | "bottom" | "span-top" | "span-bottom" | "y-start" | "y-end" | "span-y-start" | "span-y-end" | "y-self-start" | "y-self-end" | "span-y-self-start" | "span-y-self-end" | "span-all" | "block-start" | "center" | "block-end" | "span-block-start" | "span-block-end" | "span-all" | "inline-start" | "center" | "inline-end" | "span-inline-start" | "span-inline-end" | "span-all" | "self-block-start" | "center" | "self-block-end" | "span-self-block-start" | "span-self-block-end" | "span-all" | "self-inline-start" | "center" | "self-inline-end" | "span-self-inline-start" | "span-self-inline-end" | "span-all" | "start" | "center" | "end" | "span-start" | "span-end" | "span-all" | "self-start" | "center" | "self-end" | "span-self-start" | "span-self-end" | "span-all";
1274
+ export type TPredefinedRgb = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020";
1275
+ export type TPredefinedRgbParams = TPredefinedRgb | number | "none";
1276
+ export type TPseudoClassSelector = "':'" | "':'" | "')'";
1277
+ export type TPseudoElementSelector = "':'" | TPseudoClassSelector;
1278
+ export type TPseudoPage = "left" | "right" | "first" | "blank";
1279
+ export type TQueryInParens = TContainerQuery | TSizeFeature | TStyleQuery | TScrollStateQuery | TGeneralEnclosed;
1280
+ export type TQuote = "open-quote" | "close-quote" | "no-open-quote" | "no-close-quote";
1281
+ export type TRadialExtent = "closest-corner" | "closest-side" | "farthest-corner" | "farthest-side";
1282
+ export type TRadialGradientSyntax = TRadialShape | TRadialSize | "at" | TPosition | TColorInterpolationMethod | TColorStopList;
1283
+ export type TRadialShape = "circle" | "ellipse";
1284
+ export type TRadialSize = TRadialExtent | TLengthPercentage;
1285
+ export type TRatio = number;
1286
+ export type TRaySize = "closest-side" | "closest-corner" | "farthest-side" | "farthest-corner" | "sides";
1287
+ export type TRectangularColorSpace = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020" | "lab" | "oklab" | "xyz" | "xyz-d50" | "xyz-d65";
1288
+ export type TRelativeSelector = TCombinator | TComplexSelector;
1289
+ export type TRelativeSelectorList = TRelativeSelector;
1290
+ export type TRelativeSize = "larger" | "smaller";
1291
+ export type TRepeatStyle = "repeat-x" | "repeat-y" | "repeat" | "space" | "round" | "no-repeat";
1292
+ export type TReversedCounterName = TCounterName;
1293
+ export type TRoundingStrategy = "nearest" | "up" | "down" | "to-zero";
1294
+ export type TScopeEnd = TSelectorList;
1295
+ export type TScopeStart = TSelectorList;
1296
+ export type TScroller = "root" | "nearest" | "self";
1297
+ export type TScrollStateFeature = TMediaQueryList;
1298
+ export type TScrollStateInParens = TScrollStateQuery | TScrollStateFeature | TGeneralEnclosed;
1299
+ export type TScrollStateQuery = "not" | TScrollStateInParens | TScrollStateInParens | "and" | TScrollStateInParens | "or" | TScrollStateInParens | TScrollStateFeature;
1300
+ export type TSelectorList = TComplexSelectorList;
1301
+ export type TSelfPosition = "center" | "start" | "end" | "self-start" | "self-end" | "flex-start" | "flex-end";
1302
+ export type TShadow = "inset" | TColor;
1303
+ export type TShadowT = TColor;
1304
+ export type TShape = (string & {});
1305
+ export type TShapeBox = TVisualBox | "margin-box";
1306
+ export type TSideOrCorner = "left" | "right" | "top" | "bottom";
1307
+ export type TSignedInteger = (string & {});
1308
+ export type TSignlessInteger = (string & {});
1309
+ export type TSingleAnimation = AnimationDuration | TEasingFunction | AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
1310
+ export type TSingleAnimationComposition = "replace" | "add" | "accumulate";
1311
+ export type TSingleAnimationDirection = "normal" | "reverse" | "alternate" | "alternate-reverse";
1312
+ export type TSingleAnimationFillMode = "none" | "forwards" | "backwards" | "both";
1313
+ export type TSingleAnimationIterationCount = "infinite" | number;
1314
+ export type TSingleAnimationPlayState = "running" | "paused";
1315
+ export type TSingleAnimationTimeline = "auto" | "none" | (string & {});
1316
+ export type TSingleTransition = "none" | TSingleTransitionProperty | TEasingFunction | TTransitionBehaviorValue;
1317
+ export type TSingleTransitionProperty = "all" | (string & {});
1318
+ export type TSize = "closest-side" | "farthest-side" | "closest-corner" | "farthest-corner" | TLengthPercentage;
1319
+ export type TSizeFeature = TMediaQueryList;
1320
+ export type TStepPosition = "jump-start" | "jump-end" | "jump-none" | "jump-both" | "start" | "end";
1321
+ export type TStepEasingFunction = "step-start" | "step-end";
1322
+ export type TStyleFeature = (string & {});
1323
+ export type TStyleInParens = TStyleQuery | TStyleFeature | TGeneralEnclosed;
1324
+ export type TStyleQuery = "not" | TStyleInParens | TStyleInParens | "and" | TStyleInParens | "or" | TStyleInParens | TStyleFeature;
1325
+ export type TSubclassSelector = TIdSelector | TClassSelector | TAttributeSelector | TPseudoClassSelector;
1326
+ export type TSupportsCondition = "not" | TSupportsInParens | TSupportsInParens | "and" | TSupportsInParens | TSupportsInParens | "or" | TSupportsInParens;
1327
+ export type TSupportsDecl = (string & {});
1328
+ export type TSupportsFeature = TSupportsDecl | TSupportsSelectorFn;
1329
+ export type TSupportsInParens = TSupportsCondition | TSupportsFeature | TGeneralEnclosed;
1330
+ export type TSupportsSelectorFn = TComplexSelector;
1331
+ export type TSymbol = (string & {}) | TImage;
1332
+ export type TSymbolsType = "cyclic" | "numeric" | "alphabetic" | "symbolic" | "fixed";
1333
+ export type TSystemColor = "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText";
1334
+ export type TSystemFamilyName = "caption" | "icon" | "menu" | "message-box" | "small-caption" | "status-bar";
1335
+ export type TTarget = (string & {});
1336
+ export type TTextEdge = "text" | "cap" | "ex" | "ideographic" | "ideographic-ink" | "text" | "alphabetic" | "ideographic" | "ideographic-ink";
1337
+ export type TTimePercentage = number;
1338
+ export type TTimelineRangeName = "cover" | "contain" | "entry" | "exit" | "entry-crossing" | "exit-crossing";
1339
+ export type TTrackBreadth = TLengthPercentage | "min-content" | "max-content" | "auto";
1340
+ export type TTrackList = TLineNames | TTrackSize | TTrackRepeat | TLineNames;
1341
+ export type TTrackRepeat = number | TLineNames | TTrackSize | TLineNames;
1342
+ export type TTrackSize = TTrackBreadth | TInflexibleBreadth | TTrackBreadth | TLengthPercentage;
1343
+ export type TTransformFunction = (string & {});
1344
+ export type TTransformList = TTransformFunction;
1345
+ export type TTransitionBehaviorValue = "normal" | "allow-discrete";
1346
+ export type TTrySize = "most-width" | "most-height" | "most-block-size" | "most-inline-size";
1347
+ export type TTryTactic = "flip-block" | "flip-inline" | "flip-start";
1348
+ export type TTypeOrUnit = "string" | "color" | "url" | "integer" | "number" | "length" | "angle" | "time" | "frequency" | "cap" | "ch" | "em" | "ex" | "ic" | "lh" | "rlh" | "rem" | "vb" | "vi" | "vw" | "vh" | "vmin" | "vmax" | "mm" | "Q" | "cm" | "in" | "pt" | "pc" | "px" | "deg" | "grad" | "rad" | "turn" | "ms" | "s" | "Hz" | "kHz";
1349
+ export type TTypeSelector = TWqName | TNsPrefix | "'*'";
1350
+ export type TViewportLength = "auto" | TLengthPercentage;
1351
+ export type TVisualBox = "content-box" | "padding-box" | "border-box";
1352
+ export type TWqName = TNsPrefix;
1353
+ export type TXyz = "xyz" | "xyz-d50" | "xyz-d65";
1354
+ export type TXyzParams = TXyz | number | "none";