tekivex-ui 2.1.0 → 2.2.0

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 (32) hide show
  1. package/dist/index.cjs +12 -12
  2. package/dist/index.d.ts +2 -2
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +1623 -1511
  5. package/dist/src/components/TkxConfigProvider.d.ts +100 -0
  6. package/dist/src/components/TkxConfigProvider.d.ts.map +1 -0
  7. package/dist/src/components/TkxEmpty.d.ts +870 -0
  8. package/dist/src/components/TkxEmpty.d.ts.map +1 -0
  9. package/dist/src/components/TkxForm.d.ts +54 -0
  10. package/dist/src/components/TkxForm.d.ts.map +1 -0
  11. package/dist/src/components/TkxLayout.d.ts +87 -0
  12. package/dist/src/components/TkxLayout.d.ts.map +1 -0
  13. package/dist/src/components/TkxSpin.d.ts +15 -0
  14. package/dist/src/components/TkxSpin.d.ts.map +1 -0
  15. package/dist/src/components/TkxStatistic.d.ts +1746 -0
  16. package/dist/src/components/TkxStatistic.d.ts.map +1 -0
  17. package/dist/src/components/TkxTypography.d.ts +2614 -0
  18. package/dist/src/components/TkxTypography.d.ts.map +1 -0
  19. package/dist/src/components/index.d.ts +7 -0
  20. package/dist/src/components/index.d.ts.map +1 -1
  21. package/dist/src/themes/index.d.ts +108 -0
  22. package/dist/src/themes/index.d.ts.map +1 -1
  23. package/package.json +1 -1
  24. package/src/components/TkxConfigProvider.tsx +458 -0
  25. package/src/components/TkxEmpty.tsx +219 -0
  26. package/src/components/TkxForm.tsx +607 -0
  27. package/src/components/TkxLayout.tsx +647 -0
  28. package/src/components/TkxSpin.tsx +261 -0
  29. package/src/components/TkxStatistic.tsx +261 -0
  30. package/src/components/TkxTypography.tsx +263 -0
  31. package/src/components/index.ts +7 -0
  32. package/src/themes/index.ts +149 -0
@@ -0,0 +1,1746 @@
1
+ import { type ReactNode, type CSSProperties } from 'react';
2
+ export interface TkxStatisticProps {
3
+ title: string;
4
+ value: number | string;
5
+ prefix?: ReactNode;
6
+ suffix?: ReactNode;
7
+ precision?: number;
8
+ groupSeparator?: string;
9
+ valueStyle?: CSSProperties;
10
+ loading?: boolean;
11
+ trend?: 'up' | 'down';
12
+ trendValue?: string;
13
+ style?: CSSProperties;
14
+ }
15
+ export interface TkxCountdownProps {
16
+ title: string;
17
+ value: number;
18
+ format?: string;
19
+ onFinish?: () => void;
20
+ prefix?: ReactNode;
21
+ suffix?: ReactNode;
22
+ style?: CSSProperties;
23
+ }
24
+ export declare function TkxStatistic({ title, value, prefix, suffix, precision, groupSeparator, valueStyle, loading, trend, trendValue, style, }: TkxStatisticProps): import("react").DetailedReactHTMLElement<{
25
+ style: {
26
+ accentColor?: import("csstype").Property.AccentColor | undefined;
27
+ alignContent?: import("csstype").Property.AlignContent | undefined;
28
+ alignItems?: import("csstype").Property.AlignItems | undefined;
29
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
30
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
31
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
32
+ anchorName?: import("csstype").Property.AnchorName | undefined;
33
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
34
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
35
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
36
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
37
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
38
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
39
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
40
+ animationName?: import("csstype").Property.AnimationName | undefined;
41
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
42
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
43
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
44
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
45
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
46
+ appearance?: import("csstype").Property.Appearance | undefined;
47
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
48
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
49
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
50
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
51
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
52
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
53
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
54
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
55
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
56
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
57
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
58
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
59
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
60
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
61
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
62
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
63
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
64
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
65
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
66
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
67
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
68
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
69
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
70
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
71
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
72
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
73
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
74
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
75
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
76
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
77
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
78
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
79
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
80
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
81
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
82
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
83
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
84
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
85
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
86
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
87
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
88
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
89
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
90
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
91
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
92
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
93
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
94
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
95
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
96
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
97
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
98
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
99
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
100
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
101
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
102
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
103
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
104
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
105
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
106
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
107
+ breakInside?: import("csstype").Property.BreakInside | undefined;
108
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
109
+ caretColor?: import("csstype").Property.CaretColor | undefined;
110
+ caretShape?: import("csstype").Property.CaretShape | undefined;
111
+ clear?: import("csstype").Property.Clear | undefined;
112
+ clipPath?: import("csstype").Property.ClipPath | undefined;
113
+ clipRule?: import("csstype").Property.ClipRule | undefined;
114
+ color?: import("csstype").Property.Color | undefined;
115
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
116
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
117
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
118
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
119
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
120
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
121
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
122
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
123
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
124
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
125
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
126
+ contain?: import("csstype").Property.Contain | undefined;
127
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
128
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
129
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
130
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
131
+ containerName?: import("csstype").Property.ContainerName | undefined;
132
+ containerType?: import("csstype").Property.ContainerType | undefined;
133
+ content?: import("csstype").Property.Content | undefined;
134
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
135
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
136
+ counterReset?: import("csstype").Property.CounterReset | undefined;
137
+ counterSet?: import("csstype").Property.CounterSet | undefined;
138
+ cursor?: import("csstype").Property.Cursor | undefined;
139
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
140
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
141
+ d?: import("csstype").Property.D | undefined;
142
+ direction?: import("csstype").Property.Direction | undefined;
143
+ display: import("csstype").Property.Display;
144
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
145
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
146
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
147
+ fill?: import("csstype").Property.Fill | undefined;
148
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
149
+ fillRule?: import("csstype").Property.FillRule | undefined;
150
+ filter?: import("csstype").Property.Filter | undefined;
151
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
152
+ flexDirection: import("csstype").Property.FlexDirection;
153
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
154
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
155
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
156
+ float?: import("csstype").Property.Float | undefined;
157
+ floodColor?: import("csstype").Property.FloodColor | undefined;
158
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
159
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
160
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
161
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
162
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
163
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
164
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
165
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
166
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
167
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
168
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
169
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
170
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
171
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
172
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
173
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
174
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
175
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
176
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
177
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
178
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
179
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
180
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
181
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
182
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
183
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
184
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
185
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
186
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
187
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
188
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
189
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
190
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
191
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
192
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
193
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
194
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
195
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
196
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
197
+ height?: import("csstype").Property.Height<string | number> | undefined;
198
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
199
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
200
+ hyphens?: import("csstype").Property.Hyphens | undefined;
201
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
202
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
203
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
204
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
205
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
206
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
207
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
208
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
209
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
210
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
211
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
212
+ isolation?: import("csstype").Property.Isolation | undefined;
213
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
214
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
215
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
216
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
217
+ left?: import("csstype").Property.Left<string | number> | undefined;
218
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
219
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
220
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
221
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
222
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
223
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
224
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
225
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
226
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
227
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
228
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
229
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
230
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
231
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
232
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
233
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
234
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
235
+ marker?: import("csstype").Property.Marker | undefined;
236
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
237
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
238
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
239
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
240
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
241
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
242
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
243
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
244
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
245
+ maskClip?: import("csstype").Property.MaskClip | undefined;
246
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
247
+ maskImage?: import("csstype").Property.MaskImage | undefined;
248
+ maskMode?: import("csstype").Property.MaskMode | undefined;
249
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
250
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
251
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
252
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
253
+ maskType?: import("csstype").Property.MaskType | undefined;
254
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
255
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
256
+ mathShift?: import("csstype").Property.MathShift | undefined;
257
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
258
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
259
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
260
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
261
+ maxLines?: import("csstype").Property.MaxLines | undefined;
262
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
263
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
264
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
265
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
266
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
267
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
268
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
269
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
270
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
271
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
272
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
273
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
274
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
275
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
276
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
277
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
278
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
279
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
280
+ opacity?: import("csstype").Property.Opacity | undefined;
281
+ order?: import("csstype").Property.Order | undefined;
282
+ orphans?: import("csstype").Property.Orphans | undefined;
283
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
284
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
285
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
286
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
287
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
288
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
289
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
290
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
291
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
292
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
293
+ overflowX?: import("csstype").Property.OverflowX | undefined;
294
+ overflowY?: import("csstype").Property.OverflowY | undefined;
295
+ overlay?: import("csstype").Property.Overlay | undefined;
296
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
297
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
298
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
299
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
300
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
301
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
302
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
303
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
304
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
305
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
306
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
307
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
308
+ page?: import("csstype").Property.Page | undefined;
309
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
310
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
311
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
312
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
313
+ position?: import("csstype").Property.Position | undefined;
314
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
315
+ positionArea?: import("csstype").Property.PositionArea | undefined;
316
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
317
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
318
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
319
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
320
+ quotes?: import("csstype").Property.Quotes | undefined;
321
+ r?: import("csstype").Property.R<string | number> | undefined;
322
+ resize?: import("csstype").Property.Resize | undefined;
323
+ right?: import("csstype").Property.Right<string | number> | undefined;
324
+ rotate?: import("csstype").Property.Rotate | undefined;
325
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
326
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
327
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
328
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
329
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
330
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
331
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
332
+ scale?: import("csstype").Property.Scale | undefined;
333
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
334
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
335
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
336
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
337
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
338
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
339
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
340
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
341
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
342
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
343
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
344
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
345
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
346
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
347
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
348
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
349
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
350
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
351
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
352
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
353
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
354
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
355
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
356
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
357
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
358
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
359
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
360
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
361
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
362
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
363
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
364
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
365
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
366
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
367
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
368
+ stopColor?: import("csstype").Property.StopColor | undefined;
369
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
370
+ stroke?: import("csstype").Property.Stroke | undefined;
371
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
372
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
373
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
374
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
375
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
376
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
377
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
378
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
379
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
380
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
381
+ textAlign?: import("csstype").Property.TextAlign | undefined;
382
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
383
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
384
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
385
+ textBox?: import("csstype").Property.TextBox | undefined;
386
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
387
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
388
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
389
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
390
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
391
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
392
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
393
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
394
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
395
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
396
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
397
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
398
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
399
+ textJustify?: import("csstype").Property.TextJustify | undefined;
400
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
401
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
402
+ textRendering?: import("csstype").Property.TextRendering | undefined;
403
+ textShadow?: import("csstype").Property.TextShadow | undefined;
404
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
405
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
406
+ textTransform?: import("csstype").Property.TextTransform | undefined;
407
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
408
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
409
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
410
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
411
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
412
+ top?: import("csstype").Property.Top<string | number> | undefined;
413
+ touchAction?: import("csstype").Property.TouchAction | undefined;
414
+ transform?: import("csstype").Property.Transform | undefined;
415
+ transformBox?: import("csstype").Property.TransformBox | undefined;
416
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
417
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
418
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
419
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
420
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
421
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
422
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
423
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
424
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
425
+ userSelect?: import("csstype").Property.UserSelect | undefined;
426
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
427
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
428
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
429
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
430
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
431
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
432
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
433
+ visibility?: import("csstype").Property.Visibility | undefined;
434
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
435
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
436
+ widows?: import("csstype").Property.Widows | undefined;
437
+ width?: import("csstype").Property.Width<string | number> | undefined;
438
+ willChange?: import("csstype").Property.WillChange | undefined;
439
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
440
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
441
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
442
+ writingMode?: import("csstype").Property.WritingMode | undefined;
443
+ x?: import("csstype").Property.X<string | number> | undefined;
444
+ y?: import("csstype").Property.Y<string | number> | undefined;
445
+ zIndex?: import("csstype").Property.ZIndex | undefined;
446
+ zoom?: import("csstype").Property.Zoom | undefined;
447
+ all?: import("csstype").Property.All | undefined;
448
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
449
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
450
+ background?: import("csstype").Property.Background<string | number> | undefined;
451
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
452
+ border?: import("csstype").Property.Border<string | number> | undefined;
453
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
454
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
455
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
456
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
457
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
458
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
459
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
460
+ borderColor?: import("csstype").Property.BorderColor | undefined;
461
+ borderImage?: import("csstype").Property.BorderImage | undefined;
462
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
463
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
464
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
465
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
466
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
467
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
468
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
469
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
470
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
471
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
472
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
473
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
474
+ caret?: import("csstype").Property.Caret | undefined;
475
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
476
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
477
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
478
+ container?: import("csstype").Property.Container | undefined;
479
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
480
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
481
+ font?: import("csstype").Property.Font | undefined;
482
+ gap: import("csstype").Property.Gap<string | number>;
483
+ grid?: import("csstype").Property.Grid | undefined;
484
+ gridArea?: import("csstype").Property.GridArea | undefined;
485
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
486
+ gridRow?: import("csstype").Property.GridRow | undefined;
487
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
488
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
489
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
490
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
491
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
492
+ listStyle?: import("csstype").Property.ListStyle | undefined;
493
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
494
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
495
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
496
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
497
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
498
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
499
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
500
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
501
+ overflow?: import("csstype").Property.Overflow | undefined;
502
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
503
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
504
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
505
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
506
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
507
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
508
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
509
+ positionTry?: import("csstype").Property.PositionTry | undefined;
510
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
511
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
512
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
513
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
514
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
515
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
516
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
517
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
518
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
519
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
520
+ textWrap?: import("csstype").Property.TextWrap | undefined;
521
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
522
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
523
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
524
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
525
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
526
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
527
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
528
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
529
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
530
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
531
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
532
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
533
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
534
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
535
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
536
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
537
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
538
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
539
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
540
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
541
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
542
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
543
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
544
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
545
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
546
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
547
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
548
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
549
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
550
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
551
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
552
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
553
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
554
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
555
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
556
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
557
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
558
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
559
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
560
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
561
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
562
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
563
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
564
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
565
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
566
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
567
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
568
+ MozTransform?: import("csstype").Property.Transform | undefined;
569
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
570
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
571
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
572
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
573
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
574
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
575
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
576
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
577
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
578
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
579
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
580
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
581
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
582
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
583
+ msFilter?: import("csstype").Property.MsFilter | undefined;
584
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
585
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
586
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
587
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
588
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
589
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
590
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
591
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
592
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
593
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
594
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
595
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
596
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
597
+ msOrder?: import("csstype").Property.Order | undefined;
598
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
599
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
600
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
601
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
602
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
603
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
604
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
605
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
606
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
607
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
608
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
609
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
610
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
611
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
612
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
613
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
614
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
615
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
616
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
617
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
618
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
619
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
620
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
621
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
622
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
623
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
624
+ msTransform?: import("csstype").Property.Transform | undefined;
625
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
626
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
627
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
628
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
629
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
630
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
631
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
632
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
633
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
634
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
635
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
636
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
637
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
638
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
639
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
640
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
641
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
642
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
643
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
644
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
645
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
646
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
647
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
648
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
649
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
650
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
651
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
652
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
653
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
654
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
655
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
656
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
657
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
658
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
659
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
660
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
661
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
662
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
663
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
664
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
665
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
666
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
667
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
668
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
669
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
670
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
671
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
672
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
673
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
674
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
675
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
676
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
677
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
678
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
679
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
680
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
681
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
682
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
683
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
684
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
685
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
686
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
687
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
688
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
689
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
690
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
691
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
692
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
693
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
694
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
695
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
696
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
697
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
698
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
699
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
700
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
701
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
702
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
703
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
704
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
705
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
706
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
707
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
708
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
709
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
710
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
711
+ WebkitOrder?: import("csstype").Property.Order | undefined;
712
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
713
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
714
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
715
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
716
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
717
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
718
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
719
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
720
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
721
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
722
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
723
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
724
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
725
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
726
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
727
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
728
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
729
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
730
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
731
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
732
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
733
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
734
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
735
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
736
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
737
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
738
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
739
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
740
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
741
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
742
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
743
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
744
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
745
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
746
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
747
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
748
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
749
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
750
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
751
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
752
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
753
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
754
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
755
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
756
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
757
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
758
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
759
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
760
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
761
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
762
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
763
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
764
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
765
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
766
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
767
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
768
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
769
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
770
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
771
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
772
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
773
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
774
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
775
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
776
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
777
+ boxLines?: import("csstype").Property.BoxLines | undefined;
778
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
779
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
780
+ boxPack?: import("csstype").Property.BoxPack | undefined;
781
+ clip?: import("csstype").Property.Clip | undefined;
782
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
783
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
784
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
785
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
786
+ imeMode?: import("csstype").Property.ImeMode | undefined;
787
+ insetArea?: import("csstype").Property.PositionArea | undefined;
788
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
789
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
790
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
791
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
792
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
793
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
794
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
795
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
796
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
797
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
798
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
799
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
800
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
801
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
802
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
803
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
804
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
805
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
806
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
807
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
808
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
809
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
810
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
811
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
812
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
813
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
814
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
815
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
816
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
817
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
818
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
819
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
820
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
821
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
822
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
823
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
824
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
825
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
826
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
827
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
828
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
829
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
830
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
831
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
832
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
833
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
834
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
835
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
836
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
837
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
838
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
839
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
840
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
841
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
842
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
843
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
844
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
845
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
846
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
847
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
848
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
849
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
850
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
851
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
852
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
853
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
854
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
855
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
856
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
857
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
858
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
859
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
860
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
861
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
862
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
863
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
864
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
865
+ OTransform?: import("csstype").Property.Transform | undefined;
866
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
867
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
868
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
869
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
870
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
871
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
872
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
873
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
874
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
875
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
876
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
877
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
878
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
879
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
880
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
881
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
882
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
883
+ };
884
+ }, HTMLElement>;
885
+ export declare function TkxCountdown({ title, value, format, onFinish, prefix, suffix, style, }: TkxCountdownProps): import("react").DetailedReactHTMLElement<{
886
+ style: {
887
+ accentColor?: import("csstype").Property.AccentColor | undefined;
888
+ alignContent?: import("csstype").Property.AlignContent | undefined;
889
+ alignItems?: import("csstype").Property.AlignItems | undefined;
890
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
891
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
892
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
893
+ anchorName?: import("csstype").Property.AnchorName | undefined;
894
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
895
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
896
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
897
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
898
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
899
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
900
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
901
+ animationName?: import("csstype").Property.AnimationName | undefined;
902
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
903
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
904
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
905
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
906
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
907
+ appearance?: import("csstype").Property.Appearance | undefined;
908
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
909
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
910
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
911
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
912
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
913
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
914
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
915
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
916
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
917
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
918
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
919
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
920
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
921
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
922
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
923
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
924
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
925
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
926
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
927
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
928
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
929
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
930
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
931
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
932
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
933
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
934
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
935
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
936
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
937
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
938
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
939
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
940
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
941
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
942
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
943
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
944
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
945
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
946
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
947
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
948
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
949
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
950
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
951
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
952
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
953
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
954
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
955
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
956
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
957
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
958
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
959
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
960
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
961
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
962
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
963
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
964
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
965
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
966
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
967
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
968
+ breakInside?: import("csstype").Property.BreakInside | undefined;
969
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
970
+ caretColor?: import("csstype").Property.CaretColor | undefined;
971
+ caretShape?: import("csstype").Property.CaretShape | undefined;
972
+ clear?: import("csstype").Property.Clear | undefined;
973
+ clipPath?: import("csstype").Property.ClipPath | undefined;
974
+ clipRule?: import("csstype").Property.ClipRule | undefined;
975
+ color?: import("csstype").Property.Color | undefined;
976
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
977
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
978
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
979
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
980
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
981
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
982
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
983
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
984
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
985
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
986
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
987
+ contain?: import("csstype").Property.Contain | undefined;
988
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
989
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
990
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
991
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
992
+ containerName?: import("csstype").Property.ContainerName | undefined;
993
+ containerType?: import("csstype").Property.ContainerType | undefined;
994
+ content?: import("csstype").Property.Content | undefined;
995
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
996
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
997
+ counterReset?: import("csstype").Property.CounterReset | undefined;
998
+ counterSet?: import("csstype").Property.CounterSet | undefined;
999
+ cursor?: import("csstype").Property.Cursor | undefined;
1000
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
1001
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
1002
+ d?: import("csstype").Property.D | undefined;
1003
+ direction?: import("csstype").Property.Direction | undefined;
1004
+ display: import("csstype").Property.Display;
1005
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1006
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1007
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1008
+ fill?: import("csstype").Property.Fill | undefined;
1009
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1010
+ fillRule?: import("csstype").Property.FillRule | undefined;
1011
+ filter?: import("csstype").Property.Filter | undefined;
1012
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1013
+ flexDirection: import("csstype").Property.FlexDirection;
1014
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1015
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1016
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1017
+ float?: import("csstype").Property.Float | undefined;
1018
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1019
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1020
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1021
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1022
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1023
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1024
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1025
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1026
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1027
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1028
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1029
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1030
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1031
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1032
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1033
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1034
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1035
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1036
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1037
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1038
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1039
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1040
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1041
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1042
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1043
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1044
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1045
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
1046
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1047
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1048
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1049
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1050
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1051
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1052
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1053
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1054
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1055
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1056
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1057
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1058
+ height?: import("csstype").Property.Height<string | number> | undefined;
1059
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1060
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1061
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1062
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1063
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1064
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1065
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1066
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1067
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1068
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1069
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1070
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1071
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1072
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1073
+ isolation?: import("csstype").Property.Isolation | undefined;
1074
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1075
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1076
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1077
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1078
+ left?: import("csstype").Property.Left<string | number> | undefined;
1079
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1080
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1081
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1082
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1083
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1084
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1085
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1086
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1087
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1088
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1089
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1090
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1091
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1092
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1093
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1094
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1095
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1096
+ marker?: import("csstype").Property.Marker | undefined;
1097
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1098
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1099
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1100
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1101
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1102
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1103
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1104
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1105
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1106
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1107
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1108
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1109
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1110
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1111
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1112
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1113
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1114
+ maskType?: import("csstype").Property.MaskType | undefined;
1115
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1116
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1117
+ mathShift?: import("csstype").Property.MathShift | undefined;
1118
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1119
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1120
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1121
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1122
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1123
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1124
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1125
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1126
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1127
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1128
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1129
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1130
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1131
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1132
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1133
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1134
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1135
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1136
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1137
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1138
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1139
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1140
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1141
+ opacity?: import("csstype").Property.Opacity | undefined;
1142
+ order?: import("csstype").Property.Order | undefined;
1143
+ orphans?: import("csstype").Property.Orphans | undefined;
1144
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1145
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1146
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1147
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1148
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1149
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1150
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1151
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1152
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1153
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1154
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1155
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1156
+ overlay?: import("csstype").Property.Overlay | undefined;
1157
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1158
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1159
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1160
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1161
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1162
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1163
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1164
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1165
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1166
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1167
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1168
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1169
+ page?: import("csstype").Property.Page | undefined;
1170
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1171
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1172
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1173
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1174
+ position?: import("csstype").Property.Position | undefined;
1175
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1176
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1177
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1178
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1179
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1180
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1181
+ quotes?: import("csstype").Property.Quotes | undefined;
1182
+ r?: import("csstype").Property.R<string | number> | undefined;
1183
+ resize?: import("csstype").Property.Resize | undefined;
1184
+ right?: import("csstype").Property.Right<string | number> | undefined;
1185
+ rotate?: import("csstype").Property.Rotate | undefined;
1186
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1187
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1188
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1189
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1190
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1191
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
1192
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1193
+ scale?: import("csstype").Property.Scale | undefined;
1194
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1195
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1196
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1197
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1198
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1199
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1200
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1201
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1202
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1203
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1204
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1205
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1206
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1207
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1208
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1209
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1210
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1211
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1212
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1213
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1214
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1215
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1216
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1217
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1218
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1219
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1220
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1221
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1222
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1223
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1224
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1225
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1226
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1227
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1228
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
1229
+ stopColor?: import("csstype").Property.StopColor | undefined;
1230
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1231
+ stroke?: import("csstype").Property.Stroke | undefined;
1232
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
1233
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1234
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1235
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1236
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1237
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1238
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1239
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1240
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1241
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1242
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1243
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1244
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1245
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
1246
+ textBox?: import("csstype").Property.TextBox | undefined;
1247
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1248
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1249
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1250
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1251
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1252
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1253
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1254
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1255
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1256
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1257
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1258
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1259
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1260
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1261
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1262
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1263
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1264
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1265
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1266
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1267
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1268
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1269
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1270
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1271
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1272
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1273
+ top?: import("csstype").Property.Top<string | number> | undefined;
1274
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1275
+ transform?: import("csstype").Property.Transform | undefined;
1276
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1277
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1278
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1279
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1280
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1281
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1282
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1283
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1284
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1285
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1286
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1287
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1288
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1289
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1290
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1291
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1292
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1293
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1294
+ visibility?: import("csstype").Property.Visibility | undefined;
1295
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1296
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1297
+ widows?: import("csstype").Property.Widows | undefined;
1298
+ width?: import("csstype").Property.Width<string | number> | undefined;
1299
+ willChange?: import("csstype").Property.WillChange | undefined;
1300
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1301
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1302
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1303
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1304
+ x?: import("csstype").Property.X<string | number> | undefined;
1305
+ y?: import("csstype").Property.Y<string | number> | undefined;
1306
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1307
+ zoom?: import("csstype").Property.Zoom | undefined;
1308
+ all?: import("csstype").Property.All | undefined;
1309
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1310
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1311
+ background?: import("csstype").Property.Background<string | number> | undefined;
1312
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1313
+ border?: import("csstype").Property.Border<string | number> | undefined;
1314
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1315
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1316
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1317
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1318
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1319
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1320
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1321
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1322
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1323
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1324
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1325
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1326
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1327
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1328
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1329
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1330
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1331
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1332
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1333
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1334
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1335
+ caret?: import("csstype").Property.Caret | undefined;
1336
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1337
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
1338
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1339
+ container?: import("csstype").Property.Container | undefined;
1340
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
1341
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1342
+ font?: import("csstype").Property.Font | undefined;
1343
+ gap: import("csstype").Property.Gap<string | number>;
1344
+ grid?: import("csstype").Property.Grid | undefined;
1345
+ gridArea?: import("csstype").Property.GridArea | undefined;
1346
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1347
+ gridRow?: import("csstype").Property.GridRow | undefined;
1348
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1349
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1350
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1351
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1352
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1353
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1354
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1355
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1356
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1357
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
1358
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1359
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
1360
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
1361
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
1362
+ overflow?: import("csstype").Property.Overflow | undefined;
1363
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1364
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1365
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1366
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1367
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1368
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1369
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1370
+ positionTry?: import("csstype").Property.PositionTry | undefined;
1371
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1372
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1373
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1374
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1375
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1376
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1377
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1378
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1379
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1380
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1381
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1382
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1383
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1384
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1385
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1386
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1387
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1388
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1389
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1390
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1391
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1392
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1393
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1394
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1395
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1396
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1397
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1398
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1399
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1400
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1401
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1402
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1403
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1404
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1405
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1406
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1407
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1408
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1409
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1410
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1411
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1412
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1413
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1414
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1415
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1416
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1417
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1418
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1419
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1420
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1421
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1422
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1423
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1424
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1425
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1426
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1427
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1428
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1429
+ MozTransform?: import("csstype").Property.Transform | undefined;
1430
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1431
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1432
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1433
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1434
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1435
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1436
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1437
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1438
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1439
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1440
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1441
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1442
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1443
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1444
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1445
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1446
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1447
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1448
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1449
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1450
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1451
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1452
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1453
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1454
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1455
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1456
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1457
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1458
+ msOrder?: import("csstype").Property.Order | undefined;
1459
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1460
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1461
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1462
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1463
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1464
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1465
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1466
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1467
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1468
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1469
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1470
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1471
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1472
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1473
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1474
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1475
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1476
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1477
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1478
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1479
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1480
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1481
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1482
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1483
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1484
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1485
+ msTransform?: import("csstype").Property.Transform | undefined;
1486
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1487
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1488
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1489
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1490
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1491
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1492
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1493
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1494
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1495
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1496
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1497
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1498
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1499
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1500
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1501
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1502
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1503
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1504
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1505
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1506
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1507
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1508
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1509
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1510
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1511
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1512
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1513
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1514
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1515
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1516
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1517
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1518
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1519
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1520
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1521
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1522
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1523
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1524
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1525
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1526
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1527
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1528
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1529
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1530
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1531
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1532
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1533
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1534
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1535
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1536
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1537
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1538
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1539
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1540
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1541
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1542
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1543
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1544
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1545
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1546
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1547
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1548
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1549
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1550
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1551
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1552
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1553
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1554
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1555
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1556
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1557
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1558
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1559
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1560
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1561
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1562
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1563
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1564
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1565
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1566
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1567
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1568
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1569
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1570
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1571
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1572
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1573
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1574
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1575
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1576
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1577
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1578
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1579
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1580
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1581
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1582
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1583
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1584
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1585
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1586
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1587
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1588
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1589
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1590
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1591
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1592
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1593
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1594
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1595
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1596
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1597
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1598
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1599
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1600
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1601
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1602
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1603
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1604
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1605
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1606
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1607
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1608
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1609
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1610
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1611
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1612
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1613
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1614
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1615
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1616
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1617
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1618
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1619
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1620
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1621
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1622
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1623
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1624
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1625
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1626
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1627
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1628
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1629
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1630
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1631
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1632
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1633
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1634
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1635
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1636
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1637
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1638
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1639
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1640
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1641
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1642
+ clip?: import("csstype").Property.Clip | undefined;
1643
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1644
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1645
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1646
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1647
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1648
+ insetArea?: import("csstype").Property.PositionArea | undefined;
1649
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1650
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1651
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1652
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1653
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1654
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1655
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1656
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1657
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1658
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1659
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1660
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1661
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1662
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1663
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1664
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1665
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1666
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1667
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1668
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1669
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1670
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1671
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1672
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1673
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1674
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1675
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1676
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1677
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1678
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1679
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1680
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1681
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1682
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1683
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1684
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1685
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1686
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1687
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1688
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1689
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1690
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1691
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1692
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1693
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1694
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1695
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1696
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1697
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1698
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1699
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1700
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1701
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1702
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1703
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1704
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1705
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1706
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1707
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1708
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1709
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1710
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1711
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1712
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1713
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1714
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1715
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1716
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1717
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1718
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1719
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1720
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1721
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1722
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1723
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1724
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1725
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1726
+ OTransform?: import("csstype").Property.Transform | undefined;
1727
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1728
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1729
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1730
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1731
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1732
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1733
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1734
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1735
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1736
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1737
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1738
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1739
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1740
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1741
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1742
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1743
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1744
+ };
1745
+ }, HTMLElement>;
1746
+ //# sourceMappingURL=TkxStatistic.d.ts.map