@m4l/styles 7.1.27 → 7.1.28-beta.3

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.
@@ -53,1662 +53,12 @@ export default function Table(theme: Omit<Theme, 'palette' | 'applyStyles'> & Cs
53
53
  MuiTablePagination: {
54
54
  styleOverrides: {
55
55
  root: {
56
- [x: string]: unknown;
57
- '@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
58
- accentColor?: import("csstype").Property.AccentColor | undefined;
59
- alignContent?: import("csstype").Property.AlignContent | undefined;
60
- alignItems?: import("csstype").Property.AlignItems | undefined;
61
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
62
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
63
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
64
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
65
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
66
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
67
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
68
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
69
- animationName?: import("csstype").Property.AnimationName | undefined;
70
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
71
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
72
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
73
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
74
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
75
- appearance?: import("csstype").Property.Appearance | undefined;
76
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
77
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
78
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
79
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
80
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
81
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
82
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
83
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
84
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
85
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
86
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
87
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
88
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
89
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
90
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
91
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
92
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
93
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
94
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
95
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
96
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
97
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
98
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
99
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
100
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
101
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
102
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
103
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
104
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
105
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
106
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
107
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
108
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
109
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
110
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
111
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
112
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
113
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
114
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
115
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
116
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
117
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
118
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
119
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
120
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
121
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
122
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
123
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
124
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
125
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
126
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
127
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
128
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
129
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
130
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
131
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
132
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
133
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
134
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
135
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
136
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
137
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
138
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
139
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
140
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
141
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
142
- breakInside?: import("csstype").Property.BreakInside | undefined;
143
- captionSide?: import("csstype").Property.CaptionSide | undefined;
144
- caretColor?: import("csstype").Property.CaretColor | undefined;
145
- caretShape?: import("csstype").Property.CaretShape | undefined;
146
- clear?: import("csstype").Property.Clear | undefined;
147
- clipPath?: import("csstype").Property.ClipPath | undefined;
148
- color?: import("csstype").Property.Color | undefined;
149
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
150
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
151
- columnCount?: import("csstype").Property.ColumnCount | undefined;
152
- columnFill?: import("csstype").Property.ColumnFill | undefined;
153
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
154
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
155
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
156
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
157
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
158
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
159
- contain?: import("csstype").Property.Contain | undefined;
160
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
161
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
162
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
163
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
164
- containerName?: import("csstype").Property.ContainerName | undefined;
165
- containerType?: import("csstype").Property.ContainerType | undefined;
166
- content?: import("csstype").Property.Content | undefined;
167
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
168
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
169
- counterReset?: import("csstype").Property.CounterReset | undefined;
170
- counterSet?: import("csstype").Property.CounterSet | undefined;
171
- cursor?: import("csstype").Property.Cursor | undefined;
172
- direction?: import("csstype").Property.Direction | undefined;
173
- display?: import("csstype").Property.Display | undefined;
174
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
175
- filter?: import("csstype").Property.Filter | undefined;
176
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
177
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
178
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
179
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
180
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
181
- float?: import("csstype").Property.Float | undefined;
182
- fontFamily?: import("csstype").Property.FontFamily | undefined;
183
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
184
- fontKerning?: import("csstype").Property.FontKerning | undefined;
185
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
186
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
187
- fontPalette?: import("csstype").Property.FontPalette | undefined;
188
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
189
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
190
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
191
- fontStretch?: import("csstype").Property.FontStretch | undefined;
192
- fontStyle?: import("csstype").Property.FontStyle | undefined;
193
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
194
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
195
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
196
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
197
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
198
- fontVariant?: import("csstype").Property.FontVariant | undefined;
199
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
200
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
201
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
202
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
203
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
204
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
205
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
206
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
207
- fontWeight?: import("csstype").Property.FontWeight | undefined;
208
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
209
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
210
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
211
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
212
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
213
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
214
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
215
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
216
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
217
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
218
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
219
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
220
- height?: import("csstype").Property.Height<string | number> | undefined;
221
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
222
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
223
- hyphens?: import("csstype").Property.Hyphens | undefined;
224
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
225
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
226
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
227
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
228
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
229
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
230
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
231
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
232
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
233
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
234
- isolation?: import("csstype").Property.Isolation | undefined;
235
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
236
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
237
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
238
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
239
- left?: import("csstype").Property.Left<string | number> | undefined;
240
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
241
- lineBreak?: import("csstype").Property.LineBreak | undefined;
242
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
243
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
244
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
245
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
246
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
247
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
248
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
249
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
250
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
251
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
252
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
253
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
254
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
255
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
256
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
257
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
258
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
259
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
260
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
261
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
262
- maskClip?: import("csstype").Property.MaskClip | undefined;
263
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
264
- maskImage?: import("csstype").Property.MaskImage | undefined;
265
- maskMode?: import("csstype").Property.MaskMode | undefined;
266
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
267
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
268
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
269
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
270
- maskType?: import("csstype").Property.MaskType | undefined;
271
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
272
- mathDepth?: import("csstype").Property.MathDepth | undefined;
273
- mathShift?: import("csstype").Property.MathShift | undefined;
274
- mathStyle?: import("csstype").Property.MathStyle | undefined;
275
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
276
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
277
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
278
- maxLines?: import("csstype").Property.MaxLines | undefined;
279
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
280
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
281
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
282
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
283
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
284
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
285
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
286
- motionPath?: import("csstype").Property.OffsetPath | undefined;
287
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
288
- objectFit?: import("csstype").Property.ObjectFit | undefined;
289
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
290
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
291
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
292
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
293
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
294
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
295
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
296
- opacity?: import("csstype").Property.Opacity | undefined;
297
- order?: import("csstype").Property.Order | undefined;
298
- orphans?: import("csstype").Property.Orphans | undefined;
299
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
300
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
301
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
302
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
303
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
304
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
305
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
306
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
307
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
308
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
309
- overflowX?: import("csstype").Property.OverflowX | undefined;
310
- overflowY?: import("csstype").Property.OverflowY | undefined;
311
- overlay?: import("csstype").Property.Overlay | undefined;
312
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
313
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
314
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
315
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
316
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
317
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
318
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
319
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
320
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
321
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
322
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
323
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
324
- page?: import("csstype").Property.Page | undefined;
325
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
326
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
327
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
328
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
329
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
330
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
331
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
332
- position?: import("csstype").Property.Position | undefined;
333
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
334
- quotes?: import("csstype").Property.Quotes | undefined;
335
- resize?: import("csstype").Property.Resize | undefined;
336
- right?: import("csstype").Property.Right<string | number> | undefined;
337
- rotate?: import("csstype").Property.Rotate | undefined;
338
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
339
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
340
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
341
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
342
- scale?: import("csstype").Property.Scale | undefined;
343
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
344
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
345
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
346
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
347
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
348
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
349
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
350
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
351
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
352
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
353
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
354
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
355
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
356
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
357
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
358
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
359
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
360
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
361
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
362
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
363
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
364
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
365
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
366
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
367
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
368
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
369
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
370
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
371
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
372
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
373
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
374
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
375
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
376
- tableLayout?: import("csstype").Property.TableLayout | undefined;
377
- textAlign?: import("csstype").Property.TextAlign | undefined;
378
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
379
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
380
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
381
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
382
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
383
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
384
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
385
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
386
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
387
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
388
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
389
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
390
- textJustify?: import("csstype").Property.TextJustify | undefined;
391
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
392
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
393
- textRendering?: import("csstype").Property.TextRendering | undefined;
394
- textShadow?: import("csstype").Property.TextShadow | undefined;
395
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
396
- textTransform?: import("csstype").Property.TextTransform | undefined;
397
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
398
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
399
- textWrap?: import("csstype").Property.TextWrap | undefined;
400
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
401
- top?: import("csstype").Property.Top<string | number> | undefined;
402
- touchAction?: import("csstype").Property.TouchAction | undefined;
403
- transform?: import("csstype").Property.Transform | undefined;
404
- transformBox?: import("csstype").Property.TransformBox | undefined;
405
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
406
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
407
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
408
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
409
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
410
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
411
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
412
- translate?: import("csstype").Property.Translate<string | number> | undefined;
413
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
414
- userSelect?: import("csstype").Property.UserSelect | undefined;
415
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
416
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
417
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
418
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
419
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
420
- visibility?: import("csstype").Property.Visibility | undefined;
421
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
422
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
423
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
424
- widows?: import("csstype").Property.Widows | undefined;
425
- width?: import("csstype").Property.Width<string | number> | undefined;
426
- willChange?: import("csstype").Property.WillChange | undefined;
427
- wordBreak?: import("csstype").Property.WordBreak | undefined;
428
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
429
- wordWrap?: import("csstype").Property.WordWrap | undefined;
430
- writingMode?: import("csstype").Property.WritingMode | undefined;
431
- zIndex?: import("csstype").Property.ZIndex | undefined;
432
- zoom?: import("csstype").Property.Zoom | undefined;
433
- all?: import("csstype").Property.All | undefined;
434
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
435
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
436
- background?: import("csstype").Property.Background<string | number> | undefined;
437
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
438
- border?: import("csstype").Property.Border<string | number> | undefined;
439
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
440
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
441
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
442
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
443
- borderColor?: import("csstype").Property.BorderColor | undefined;
444
- borderImage?: import("csstype").Property.BorderImage | undefined;
445
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
446
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
447
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
448
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
449
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
450
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
451
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
452
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
453
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
454
- caret?: import("csstype").Property.Caret | undefined;
455
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
456
- columns?: import("csstype").Property.Columns<string | number> | undefined;
457
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
458
- container?: import("csstype").Property.Container | undefined;
459
- flex?: import("csstype").Property.Flex<string | number> | undefined;
460
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
461
- font?: import("csstype").Property.Font | undefined;
462
- gap?: import("csstype").Property.Gap<string | number> | undefined;
463
- grid?: import("csstype").Property.Grid | undefined;
464
- gridArea?: import("csstype").Property.GridArea | undefined;
465
- gridColumn?: import("csstype").Property.GridColumn | undefined;
466
- gridRow?: import("csstype").Property.GridRow | undefined;
467
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
468
- inset?: import("csstype").Property.Inset<string | number> | undefined;
469
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
470
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
471
- lineClamp?: import("csstype").Property.LineClamp | undefined;
472
- listStyle?: import("csstype").Property.ListStyle | undefined;
473
- margin?: import("csstype").Property.Margin<string | number> | undefined;
474
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
475
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
476
- mask?: import("csstype").Property.Mask<string | number> | undefined;
477
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
478
- motion?: import("csstype").Property.Offset<string | number> | undefined;
479
- offset?: import("csstype").Property.Offset<string | number> | undefined;
480
- outline?: import("csstype").Property.Outline<string | number> | undefined;
481
- overflow?: import("csstype").Property.Overflow | undefined;
482
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
483
- padding?: import("csstype").Property.Padding<string | number> | undefined;
484
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
485
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
486
- placeContent?: import("csstype").Property.PlaceContent | undefined;
487
- placeItems?: import("csstype").Property.PlaceItems | undefined;
488
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
489
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
490
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
491
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
492
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
493
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
494
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
495
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
496
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
497
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
498
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
499
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
500
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
501
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
502
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
503
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
504
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
505
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
506
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
507
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
508
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
509
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
510
- MozBinding?: import("csstype").Property.MozBinding | undefined;
511
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
512
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
513
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
514
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
515
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
516
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
517
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
518
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
519
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
520
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
521
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
522
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
523
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
524
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
525
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
526
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
527
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
528
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
529
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
530
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
531
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
532
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
533
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
534
- MozOrient?: import("csstype").Property.MozOrient | undefined;
535
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
536
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
537
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
538
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
539
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
540
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
541
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
542
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
543
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
544
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
545
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
546
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
547
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
548
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
549
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
550
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
551
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
552
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
553
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
554
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
555
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
556
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
557
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
558
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
559
- msFilter?: import("csstype").Property.MsFilter | undefined;
560
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
561
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
562
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
563
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
564
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
565
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
566
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
567
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
568
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
569
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
570
- msHyphens?: import("csstype").Property.Hyphens | undefined;
571
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
572
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
573
- msOrder?: import("csstype").Property.Order | undefined;
574
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
575
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
576
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
577
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
578
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
579
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
580
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
581
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
582
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
583
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
584
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
585
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
586
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
587
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
588
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
589
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
590
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
591
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
592
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
593
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
594
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
595
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
596
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
597
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
598
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
599
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
600
- msTransform?: import("csstype").Property.Transform | undefined;
601
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
602
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
603
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
604
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
605
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
606
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
607
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
608
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
609
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
610
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
611
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
612
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
613
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
614
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
615
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
616
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
617
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
618
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
619
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
620
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
621
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
622
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
623
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
624
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
625
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
626
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
627
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
628
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
629
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
630
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
631
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
632
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
633
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
634
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
635
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
636
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
637
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
638
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
639
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
640
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
641
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
642
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
643
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
644
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
645
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
646
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
647
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
648
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
649
- WebkitFilter?: import("csstype").Property.Filter | undefined;
650
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
651
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
652
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
653
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
654
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
655
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
656
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
657
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
658
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
659
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
660
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
661
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
662
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
663
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
664
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
665
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
666
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
667
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
668
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
669
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
670
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
671
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
672
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
673
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
674
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
675
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
676
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
677
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
678
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
679
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
680
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
681
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
682
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
683
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
684
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
685
- WebkitOrder?: import("csstype").Property.Order | undefined;
686
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
687
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
688
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
689
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
690
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
691
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
692
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
693
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
694
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
695
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
696
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
697
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
698
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
699
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
700
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
701
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
702
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
703
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
704
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
705
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
706
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
707
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
708
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
709
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
710
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
711
- WebkitTransform?: import("csstype").Property.Transform | undefined;
712
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
713
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
714
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
715
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
716
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
717
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
718
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
719
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
720
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
721
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
722
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
723
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
724
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
725
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
726
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
727
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
728
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
729
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
730
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
731
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
732
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
733
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
734
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
735
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
736
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
737
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
738
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
739
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
740
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
741
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
742
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
743
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
744
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
745
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
746
- azimuth?: import("csstype").Property.Azimuth | undefined;
747
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
748
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
749
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
750
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
751
- boxLines?: import("csstype").Property.BoxLines | undefined;
752
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
753
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
754
- boxPack?: import("csstype").Property.BoxPack | undefined;
755
- clip?: import("csstype").Property.Clip | undefined;
756
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
757
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
758
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
759
- imeMode?: import("csstype").Property.ImeMode | undefined;
760
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
761
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
762
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
763
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
764
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
765
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
766
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
767
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
768
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
769
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
770
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
771
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
772
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
773
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
774
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
775
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
776
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
777
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
778
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
779
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
780
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
781
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
782
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
783
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
784
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
785
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
786
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
787
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
788
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
789
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
790
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
791
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
792
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
793
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
794
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
795
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
796
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
797
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
798
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
799
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
800
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
801
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
802
- MozOpacity?: import("csstype").Property.Opacity | undefined;
803
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
804
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
805
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
806
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
807
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
808
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
809
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
810
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
811
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
812
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
813
- MozTransform?: import("csstype").Property.Transform | undefined;
814
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
815
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
816
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
817
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
818
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
819
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
820
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
821
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
822
- msImeMode?: import("csstype").Property.ImeMode | undefined;
823
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
824
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
825
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
826
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
827
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
828
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
829
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
830
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
831
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
832
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
833
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
834
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
835
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
836
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
837
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
838
- OTransform?: import("csstype").Property.Transform | undefined;
839
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
840
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
841
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
842
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
843
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
844
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
845
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
846
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
847
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
848
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
849
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
850
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
851
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
852
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
853
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
854
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
855
- clipRule?: import("csstype").Property.ClipRule | undefined;
856
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
857
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
858
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
859
- fill?: import("csstype").Property.Fill | undefined;
860
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
861
- fillRule?: import("csstype").Property.FillRule | undefined;
862
- floodColor?: import("csstype").Property.FloodColor | undefined;
863
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
864
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
865
- lightingColor?: import("csstype").Property.LightingColor | undefined;
866
- marker?: import("csstype").Property.Marker | undefined;
867
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
868
- markerMid?: import("csstype").Property.MarkerMid | undefined;
869
- markerStart?: import("csstype").Property.MarkerStart | undefined;
870
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
871
- stopColor?: import("csstype").Property.StopColor | undefined;
872
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
873
- stroke?: import("csstype").Property.Stroke | undefined;
874
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
875
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
876
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
877
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
878
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
879
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
880
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
881
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
882
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
56
+ [x: string]: any;
883
57
  };
884
58
  toolbar: {
885
59
  '& .MuiInputBase-root': {
886
- '@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
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
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
893
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
894
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
895
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
896
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
897
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
898
- animationName?: import("csstype").Property.AnimationName | undefined;
899
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
900
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
901
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
902
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
903
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
904
- appearance?: import("csstype").Property.Appearance | undefined;
905
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
906
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
907
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
908
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
909
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
910
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
911
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
912
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
913
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
914
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
915
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
916
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
917
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
918
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
919
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
920
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
921
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
922
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
923
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
924
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
925
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
926
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
927
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
928
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<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
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
943
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
944
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
945
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
946
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
947
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
948
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
949
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
950
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
951
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
952
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
953
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
954
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
955
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
956
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
957
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
958
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
959
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
960
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
961
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
962
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
963
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
964
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
965
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
966
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
967
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
968
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
969
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
970
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
971
- breakInside?: import("csstype").Property.BreakInside | undefined;
972
- captionSide?: import("csstype").Property.CaptionSide | undefined;
973
- caretColor?: import("csstype").Property.CaretColor | undefined;
974
- caretShape?: import("csstype").Property.CaretShape | undefined;
975
- clear?: import("csstype").Property.Clear | undefined;
976
- clipPath?: import("csstype").Property.ClipPath | undefined;
977
- color?: import("csstype").Property.Color | undefined;
978
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
979
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
980
- columnCount?: import("csstype").Property.ColumnCount | undefined;
981
- columnFill?: import("csstype").Property.ColumnFill | undefined;
982
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
983
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
984
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
985
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
986
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
987
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
988
- contain?: import("csstype").Property.Contain | undefined;
989
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
990
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
991
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
992
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
993
- containerName?: import("csstype").Property.ContainerName | undefined;
994
- containerType?: import("csstype").Property.ContainerType | undefined;
995
- content?: import("csstype").Property.Content | undefined;
996
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
997
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
998
- counterReset?: import("csstype").Property.CounterReset | undefined;
999
- counterSet?: import("csstype").Property.CounterSet | undefined;
1000
- cursor?: import("csstype").Property.Cursor | undefined;
1001
- direction?: import("csstype").Property.Direction | undefined;
1002
- display?: import("csstype").Property.Display | undefined;
1003
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
1004
- filter?: import("csstype").Property.Filter | undefined;
1005
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1006
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
1007
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
1008
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
1009
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
1010
- float?: import("csstype").Property.Float | undefined;
1011
- fontFamily?: import("csstype").Property.FontFamily | undefined;
1012
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1013
- fontKerning?: import("csstype").Property.FontKerning | undefined;
1014
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1015
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1016
- fontPalette?: import("csstype").Property.FontPalette | undefined;
1017
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1018
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1019
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1020
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1021
- fontStyle?: import("csstype").Property.FontStyle | undefined;
1022
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1023
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1024
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1025
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1026
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1027
- fontVariant?: import("csstype").Property.FontVariant | undefined;
1028
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1029
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1030
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1031
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1032
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1033
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1034
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1035
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1036
- fontWeight?: import("csstype").Property.FontWeight | undefined;
1037
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1038
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1039
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1040
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1041
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1042
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1043
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1044
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1045
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1046
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1047
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1048
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1049
- height?: import("csstype").Property.Height<string | number> | undefined;
1050
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1051
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1052
- hyphens?: import("csstype").Property.Hyphens | undefined;
1053
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1054
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
1055
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
1056
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
1057
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1058
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1059
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1060
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1061
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1062
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1063
- isolation?: import("csstype").Property.Isolation | undefined;
1064
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
1065
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
1066
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
1067
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1068
- left?: import("csstype").Property.Left<string | number> | undefined;
1069
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1070
- lineBreak?: import("csstype").Property.LineBreak | undefined;
1071
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1072
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1073
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1074
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1075
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
1076
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1077
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1078
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1079
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1080
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1081
- marginLeft: import("csstype").Property.MarginLeft<string | number>;
1082
- marginRight: import("csstype").Property.MarginRight<string | number>;
1083
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1084
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
1085
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1086
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1087
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1088
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1089
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1090
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1091
- maskClip?: import("csstype").Property.MaskClip | undefined;
1092
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
1093
- maskImage?: import("csstype").Property.MaskImage | undefined;
1094
- maskMode?: import("csstype").Property.MaskMode | undefined;
1095
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1096
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1097
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1098
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1099
- maskType?: import("csstype").Property.MaskType | undefined;
1100
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1101
- mathDepth?: import("csstype").Property.MathDepth | undefined;
1102
- mathShift?: import("csstype").Property.MathShift | undefined;
1103
- mathStyle?: import("csstype").Property.MathStyle | undefined;
1104
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1105
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1106
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1107
- maxLines?: import("csstype").Property.MaxLines | undefined;
1108
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1109
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1110
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1111
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1112
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1113
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1114
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1115
- motionPath?: import("csstype").Property.OffsetPath | undefined;
1116
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1117
- objectFit?: import("csstype").Property.ObjectFit | undefined;
1118
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1119
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1120
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1121
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
1122
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1123
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1124
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1125
- opacity?: import("csstype").Property.Opacity | undefined;
1126
- order?: import("csstype").Property.Order | undefined;
1127
- orphans?: import("csstype").Property.Orphans | undefined;
1128
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
1129
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1130
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1131
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1132
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1133
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1134
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1135
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1136
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
1137
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1138
- overflowX?: import("csstype").Property.OverflowX | undefined;
1139
- overflowY?: import("csstype").Property.OverflowY | undefined;
1140
- overlay?: import("csstype").Property.Overlay | undefined;
1141
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1142
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1143
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1144
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1145
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1146
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1147
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1148
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1149
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1150
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1151
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1152
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1153
- page?: import("csstype").Property.Page | undefined;
1154
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1155
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1156
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1157
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
1158
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1159
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1160
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1161
- position?: import("csstype").Property.Position | undefined;
1162
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1163
- quotes?: import("csstype").Property.Quotes | undefined;
1164
- resize?: import("csstype").Property.Resize | undefined;
1165
- right?: import("csstype").Property.Right<string | number> | undefined;
1166
- rotate?: import("csstype").Property.Rotate | undefined;
1167
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1168
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1169
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1170
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1171
- scale?: import("csstype").Property.Scale | undefined;
1172
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1173
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1174
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1175
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1176
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1177
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1178
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1179
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1180
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1181
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1182
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1183
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1184
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1185
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1186
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1187
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1188
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1189
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1190
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1191
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1192
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1193
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1194
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1195
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1196
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1197
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1198
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1199
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1200
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1201
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1202
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1203
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1204
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1205
- tableLayout?: import("csstype").Property.TableLayout | undefined;
1206
- textAlign?: import("csstype").Property.TextAlign | undefined;
1207
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1208
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1209
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1210
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1211
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1212
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1213
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1214
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1215
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1216
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1217
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1218
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1219
- textJustify?: import("csstype").Property.TextJustify | undefined;
1220
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
1221
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
1222
- textRendering?: import("csstype").Property.TextRendering | undefined;
1223
- textShadow?: import("csstype").Property.TextShadow | undefined;
1224
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1225
- textTransform?: import("csstype").Property.TextTransform | undefined;
1226
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1227
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1228
- textWrap?: import("csstype").Property.TextWrap | undefined;
1229
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
1230
- top?: import("csstype").Property.Top<string | number> | undefined;
1231
- touchAction?: import("csstype").Property.TouchAction | undefined;
1232
- transform?: import("csstype").Property.Transform | undefined;
1233
- transformBox?: import("csstype").Property.TransformBox | undefined;
1234
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1235
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
1236
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1237
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1238
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1239
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1240
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1241
- translate?: import("csstype").Property.Translate<string | number> | undefined;
1242
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1243
- userSelect?: import("csstype").Property.UserSelect | undefined;
1244
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1245
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1246
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1247
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1248
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1249
- visibility?: import("csstype").Property.Visibility | undefined;
1250
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1251
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1252
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1253
- widows?: import("csstype").Property.Widows | undefined;
1254
- width?: import("csstype").Property.Width<string | number> | undefined;
1255
- willChange?: import("csstype").Property.WillChange | undefined;
1256
- wordBreak?: import("csstype").Property.WordBreak | undefined;
1257
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1258
- wordWrap?: import("csstype").Property.WordWrap | undefined;
1259
- writingMode?: import("csstype").Property.WritingMode | undefined;
1260
- zIndex?: import("csstype").Property.ZIndex | undefined;
1261
- zoom?: import("csstype").Property.Zoom | undefined;
1262
- all?: import("csstype").Property.All | undefined;
1263
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
1264
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1265
- background?: import("csstype").Property.Background<string | number> | undefined;
1266
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1267
- border?: import("csstype").Property.Border<string | number> | undefined;
1268
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1269
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1270
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1271
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1272
- borderColor?: import("csstype").Property.BorderColor | undefined;
1273
- borderImage?: import("csstype").Property.BorderImage | undefined;
1274
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1275
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1276
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1277
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1278
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1279
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1280
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
1281
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1282
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1283
- caret?: import("csstype").Property.Caret | undefined;
1284
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1285
- columns?: import("csstype").Property.Columns<string | number> | undefined;
1286
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1287
- container?: import("csstype").Property.Container | undefined;
1288
- flex?: import("csstype").Property.Flex<string | number> | undefined;
1289
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
1290
- font?: import("csstype").Property.Font | undefined;
1291
- gap?: import("csstype").Property.Gap<string | number> | undefined;
1292
- grid?: import("csstype").Property.Grid | undefined;
1293
- gridArea?: import("csstype").Property.GridArea | undefined;
1294
- gridColumn?: import("csstype").Property.GridColumn | undefined;
1295
- gridRow?: import("csstype").Property.GridRow | undefined;
1296
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1297
- inset?: import("csstype").Property.Inset<string | number> | undefined;
1298
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1299
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1300
- lineClamp?: import("csstype").Property.LineClamp | undefined;
1301
- listStyle?: import("csstype").Property.ListStyle | undefined;
1302
- margin?: import("csstype").Property.Margin<string | number> | undefined;
1303
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1304
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1305
- mask?: import("csstype").Property.Mask<string | number> | undefined;
1306
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
1307
- motion?: import("csstype").Property.Offset<string | number> | undefined;
1308
- offset?: import("csstype").Property.Offset<string | number> | undefined;
1309
- outline?: import("csstype").Property.Outline<string | number> | undefined;
1310
- overflow?: import("csstype").Property.Overflow | undefined;
1311
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1312
- padding?: import("csstype").Property.Padding<string | number> | undefined;
1313
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1314
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1315
- placeContent?: import("csstype").Property.PlaceContent | undefined;
1316
- placeItems?: import("csstype").Property.PlaceItems | undefined;
1317
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1318
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1319
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1320
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1321
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1322
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1323
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1324
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1325
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1326
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1327
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1328
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
1329
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1330
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1331
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1332
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1333
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1334
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1335
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1336
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1337
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1338
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1339
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1340
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1341
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1342
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1343
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1344
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1345
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1346
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1347
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1348
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1349
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1350
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1351
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1352
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1353
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1354
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1355
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1356
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1357
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1358
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1359
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
1360
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1361
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1362
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1363
- MozOrient?: import("csstype").Property.MozOrient | undefined;
1364
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1365
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1366
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1367
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1368
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1369
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1370
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1371
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1372
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1373
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1374
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1375
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1376
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1377
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1378
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1379
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1380
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1381
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1382
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1383
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1384
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1385
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1386
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1387
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1388
- msFilter?: import("csstype").Property.MsFilter | undefined;
1389
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1390
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1391
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1392
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1393
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1394
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1395
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1396
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1397
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1398
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1399
- msHyphens?: import("csstype").Property.Hyphens | undefined;
1400
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1401
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
1402
- msOrder?: import("csstype").Property.Order | undefined;
1403
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1404
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
1405
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
1406
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1407
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1408
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1409
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1410
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1411
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1412
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1413
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1414
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1415
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1416
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1417
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1418
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1419
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1420
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1421
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1422
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1423
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1424
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1425
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1426
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1427
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
1428
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1429
- msTransform?: import("csstype").Property.Transform | undefined;
1430
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1431
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1432
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1433
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1434
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1435
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1436
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
1437
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1438
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1439
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1440
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
1441
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1442
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1443
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1444
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1445
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1446
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1447
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1448
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1449
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1450
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1451
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1452
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1453
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1454
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1455
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1456
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1457
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1458
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1459
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1460
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1461
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1462
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1463
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1464
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1465
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1466
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1467
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1468
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1469
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1470
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1471
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1472
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1473
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1474
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1475
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1476
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1477
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1478
- WebkitFilter?: import("csstype").Property.Filter | undefined;
1479
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1480
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1481
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1482
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1483
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1484
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1485
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1486
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1487
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1488
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1489
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1490
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1491
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1492
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1493
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1494
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1495
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1496
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1497
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1498
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1499
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1500
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1501
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1502
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1503
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1504
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1505
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1506
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1507
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1508
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1509
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1510
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1511
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1512
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1513
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1514
- WebkitOrder?: import("csstype").Property.Order | undefined;
1515
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1516
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1517
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1518
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1519
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1520
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1521
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1522
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1523
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1524
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1525
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1526
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1527
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1528
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1529
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1530
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1531
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1532
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1533
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1534
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1535
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1536
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1537
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1538
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1539
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1540
- WebkitTransform?: import("csstype").Property.Transform | undefined;
1541
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1542
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1543
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1544
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1545
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1546
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1547
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1548
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1549
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1550
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1551
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1552
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1553
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1554
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1555
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1556
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1557
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1558
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1559
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1560
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1561
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1562
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1563
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1564
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1565
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1566
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1567
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1568
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1569
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1570
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1571
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1572
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1573
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1574
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1575
- azimuth?: import("csstype").Property.Azimuth | undefined;
1576
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
1577
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
1578
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
1579
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1580
- boxLines?: import("csstype").Property.BoxLines | undefined;
1581
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1582
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
1583
- boxPack?: import("csstype").Property.BoxPack | undefined;
1584
- clip?: import("csstype").Property.Clip | undefined;
1585
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1586
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1587
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1588
- imeMode?: import("csstype").Property.ImeMode | undefined;
1589
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1590
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1591
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1592
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1593
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1594
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1595
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1596
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1597
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1598
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1599
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1600
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1601
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1602
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1603
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1604
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1605
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1606
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1607
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1608
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1609
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1610
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1611
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1612
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1613
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1614
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1615
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1616
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1617
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1618
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1619
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1620
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1621
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1622
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1623
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1624
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1625
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1626
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1627
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1628
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1629
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1630
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1631
- MozOpacity?: import("csstype").Property.Opacity | undefined;
1632
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1633
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1634
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1635
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1636
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1637
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1638
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1639
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1640
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1641
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1642
- MozTransform?: import("csstype").Property.Transform | undefined;
1643
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1644
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1645
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1646
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1647
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1648
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1649
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1650
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1651
- msImeMode?: import("csstype").Property.ImeMode | undefined;
1652
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1653
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1654
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1655
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1656
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1657
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1658
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
1659
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1660
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1661
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1662
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
1663
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1664
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1665
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1666
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1667
- OTransform?: import("csstype").Property.Transform | undefined;
1668
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1669
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1670
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1671
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1672
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1673
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1674
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1675
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1676
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1677
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1678
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1679
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1680
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1681
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1682
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1683
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1684
- clipRule?: import("csstype").Property.ClipRule | undefined;
1685
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1686
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
1687
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1688
- fill?: import("csstype").Property.Fill | undefined;
1689
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1690
- fillRule?: import("csstype").Property.FillRule | undefined;
1691
- floodColor?: import("csstype").Property.FloodColor | undefined;
1692
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1693
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1694
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1695
- marker?: import("csstype").Property.Marker | undefined;
1696
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1697
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1698
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1699
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1700
- stopColor?: import("csstype").Property.StopColor | undefined;
1701
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1702
- stroke?: import("csstype").Property.Stroke | undefined;
1703
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1704
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1705
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1706
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1707
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1708
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1709
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1710
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1711
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
60
+ marginLeft: string;
61
+ marginRight: string;
1712
62
  };
1713
63
  '&.MuiToolbar-regular': {
1714
64
  minHeight: number;
@@ -1716,1663 +66,11 @@ export default function Table(theme: Omit<Theme, 'palette' | 'applyStyles'> & Cs
1716
66
  paddingRight: number;
1717
67
  };
1718
68
  '& .MuiTablePagination-displayedRows': {
1719
- [x: string]: unknown;
1720
- '@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
1721
- accentColor?: import("csstype").Property.AccentColor | undefined;
1722
- alignContent?: import("csstype").Property.AlignContent | undefined;
1723
- alignItems?: import("csstype").Property.AlignItems | undefined;
1724
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
1725
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
1726
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1727
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1728
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1729
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1730
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1731
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1732
- animationName?: import("csstype").Property.AnimationName | undefined;
1733
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1734
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1735
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1736
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1737
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1738
- appearance?: import("csstype").Property.Appearance | undefined;
1739
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1740
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1741
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1742
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1743
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1744
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1745
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1746
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1747
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1748
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1749
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1750
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1751
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1752
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1753
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1754
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1755
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1756
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1757
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1758
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1759
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1760
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1761
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1762
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1763
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1764
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1765
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1766
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1767
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1768
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1769
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1770
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1771
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1772
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1773
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1774
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1775
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1776
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1777
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1778
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1779
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1780
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1781
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1782
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1783
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1784
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1785
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1786
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1787
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1788
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1789
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1790
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1791
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1792
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1793
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1794
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1795
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1796
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1797
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1798
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1799
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
1800
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1801
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
1802
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
1803
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
1804
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
1805
- breakInside?: import("csstype").Property.BreakInside | undefined;
1806
- captionSide?: import("csstype").Property.CaptionSide | undefined;
1807
- caretColor?: import("csstype").Property.CaretColor | undefined;
1808
- caretShape?: import("csstype").Property.CaretShape | undefined;
1809
- clear?: import("csstype").Property.Clear | undefined;
1810
- clipPath?: import("csstype").Property.ClipPath | undefined;
1811
- color?: import("csstype").Property.Color | undefined;
1812
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1813
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
1814
- columnCount?: import("csstype").Property.ColumnCount | undefined;
1815
- columnFill?: import("csstype").Property.ColumnFill | undefined;
1816
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1817
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1818
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1819
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1820
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1821
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1822
- contain?: import("csstype").Property.Contain | undefined;
1823
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1824
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1825
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1826
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1827
- containerName?: import("csstype").Property.ContainerName | undefined;
1828
- containerType?: import("csstype").Property.ContainerType | undefined;
1829
- content?: import("csstype").Property.Content | undefined;
1830
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1831
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1832
- counterReset?: import("csstype").Property.CounterReset | undefined;
1833
- counterSet?: import("csstype").Property.CounterSet | undefined;
1834
- cursor?: import("csstype").Property.Cursor | undefined;
1835
- direction?: import("csstype").Property.Direction | undefined;
1836
- display?: import("csstype").Property.Display | undefined;
1837
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
1838
- filter?: import("csstype").Property.Filter | undefined;
1839
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1840
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
1841
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
1842
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
1843
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
1844
- float?: import("csstype").Property.Float | undefined;
1845
- fontFamily?: import("csstype").Property.FontFamily | undefined;
1846
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1847
- fontKerning?: import("csstype").Property.FontKerning | undefined;
1848
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1849
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1850
- fontPalette?: import("csstype").Property.FontPalette | undefined;
1851
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1852
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1853
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1854
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1855
- fontStyle?: import("csstype").Property.FontStyle | undefined;
1856
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1857
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1858
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1859
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1860
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1861
- fontVariant?: import("csstype").Property.FontVariant | undefined;
1862
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1863
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1864
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1865
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1866
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1867
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1868
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1869
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1870
- fontWeight?: import("csstype").Property.FontWeight | undefined;
1871
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1872
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1873
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1874
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1875
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1876
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1877
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1878
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1879
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1880
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1881
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1882
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1883
- height?: import("csstype").Property.Height<string | number> | undefined;
1884
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1885
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1886
- hyphens?: import("csstype").Property.Hyphens | undefined;
1887
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1888
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
1889
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
1890
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
1891
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1892
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1893
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1894
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1895
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1896
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1897
- isolation?: import("csstype").Property.Isolation | undefined;
1898
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
1899
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
1900
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
1901
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1902
- left?: import("csstype").Property.Left<string | number> | undefined;
1903
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1904
- lineBreak?: import("csstype").Property.LineBreak | undefined;
1905
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1906
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1907
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1908
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1909
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
1910
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1911
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1912
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1913
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1914
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1915
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1916
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1917
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1918
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
1919
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1920
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1921
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1922
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1923
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1924
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1925
- maskClip?: import("csstype").Property.MaskClip | undefined;
1926
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
1927
- maskImage?: import("csstype").Property.MaskImage | undefined;
1928
- maskMode?: import("csstype").Property.MaskMode | undefined;
1929
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1930
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1931
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1932
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1933
- maskType?: import("csstype").Property.MaskType | undefined;
1934
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1935
- mathDepth?: import("csstype").Property.MathDepth | undefined;
1936
- mathShift?: import("csstype").Property.MathShift | undefined;
1937
- mathStyle?: import("csstype").Property.MathStyle | undefined;
1938
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1939
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1940
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1941
- maxLines?: import("csstype").Property.MaxLines | undefined;
1942
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1943
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1944
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1945
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1946
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1947
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1948
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1949
- motionPath?: import("csstype").Property.OffsetPath | undefined;
1950
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1951
- objectFit?: import("csstype").Property.ObjectFit | undefined;
1952
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1953
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1954
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1955
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
1956
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1957
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1958
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1959
- opacity?: import("csstype").Property.Opacity | undefined;
1960
- order?: import("csstype").Property.Order | undefined;
1961
- orphans?: import("csstype").Property.Orphans | undefined;
1962
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
1963
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1964
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1965
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1966
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1967
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1968
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1969
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1970
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
1971
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1972
- overflowX?: import("csstype").Property.OverflowX | undefined;
1973
- overflowY?: import("csstype").Property.OverflowY | undefined;
1974
- overlay?: import("csstype").Property.Overlay | undefined;
1975
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1976
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1977
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1978
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1979
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1980
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1981
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1982
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1983
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1984
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1985
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1986
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1987
- page?: import("csstype").Property.Page | undefined;
1988
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1989
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1990
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1991
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
1992
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1993
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1994
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1995
- position?: import("csstype").Property.Position | undefined;
1996
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1997
- quotes?: import("csstype").Property.Quotes | undefined;
1998
- resize?: import("csstype").Property.Resize | undefined;
1999
- right?: import("csstype").Property.Right<string | number> | undefined;
2000
- rotate?: import("csstype").Property.Rotate | undefined;
2001
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
2002
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2003
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2004
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2005
- scale?: import("csstype").Property.Scale | undefined;
2006
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2007
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2008
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2009
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2010
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2011
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2012
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2013
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2014
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2015
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2016
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2017
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2018
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2019
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2020
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2021
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2022
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2023
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
2024
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2025
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2026
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2027
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2028
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
2029
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2030
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
2031
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
2032
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
2033
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
2034
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
2035
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2036
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2037
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2038
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2039
- tableLayout?: import("csstype").Property.TableLayout | undefined;
2040
- textAlign?: import("csstype").Property.TextAlign | undefined;
2041
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2042
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2043
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2044
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2045
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2046
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2047
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2048
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2049
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2050
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2051
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2052
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
2053
- textJustify?: import("csstype").Property.TextJustify | undefined;
2054
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
2055
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
2056
- textRendering?: import("csstype").Property.TextRendering | undefined;
2057
- textShadow?: import("csstype").Property.TextShadow | undefined;
2058
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2059
- textTransform?: import("csstype").Property.TextTransform | undefined;
2060
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2061
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2062
- textWrap?: import("csstype").Property.TextWrap | undefined;
2063
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
2064
- top?: import("csstype").Property.Top<string | number> | undefined;
2065
- touchAction?: import("csstype").Property.TouchAction | undefined;
2066
- transform?: import("csstype").Property.Transform | undefined;
2067
- transformBox?: import("csstype").Property.TransformBox | undefined;
2068
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2069
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
2070
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
2071
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2072
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2073
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2074
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2075
- translate?: import("csstype").Property.Translate<string | number> | undefined;
2076
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2077
- userSelect?: import("csstype").Property.UserSelect | undefined;
2078
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2079
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2080
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2081
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2082
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2083
- visibility?: import("csstype").Property.Visibility | undefined;
2084
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2085
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2086
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
2087
- widows?: import("csstype").Property.Widows | undefined;
2088
- width?: import("csstype").Property.Width<string | number> | undefined;
2089
- willChange?: import("csstype").Property.WillChange | undefined;
2090
- wordBreak?: import("csstype").Property.WordBreak | undefined;
2091
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2092
- wordWrap?: import("csstype").Property.WordWrap | undefined;
2093
- writingMode?: import("csstype").Property.WritingMode | undefined;
2094
- zIndex?: import("csstype").Property.ZIndex | undefined;
2095
- zoom?: import("csstype").Property.Zoom | undefined;
2096
- all?: import("csstype").Property.All | undefined;
2097
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
2098
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
2099
- background?: import("csstype").Property.Background<string | number> | undefined;
2100
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2101
- border?: import("csstype").Property.Border<string | number> | undefined;
2102
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2103
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2104
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2105
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2106
- borderColor?: import("csstype").Property.BorderColor | undefined;
2107
- borderImage?: import("csstype").Property.BorderImage | undefined;
2108
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2109
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2110
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2111
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2112
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2113
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
2114
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
2115
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
2116
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
2117
- caret?: import("csstype").Property.Caret | undefined;
2118
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2119
- columns?: import("csstype").Property.Columns<string | number> | undefined;
2120
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2121
- container?: import("csstype").Property.Container | undefined;
2122
- flex?: import("csstype").Property.Flex<string | number> | undefined;
2123
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
2124
- font?: import("csstype").Property.Font | undefined;
2125
- gap?: import("csstype").Property.Gap<string | number> | undefined;
2126
- grid?: import("csstype").Property.Grid | undefined;
2127
- gridArea?: import("csstype").Property.GridArea | undefined;
2128
- gridColumn?: import("csstype").Property.GridColumn | undefined;
2129
- gridRow?: import("csstype").Property.GridRow | undefined;
2130
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2131
- inset?: import("csstype").Property.Inset<string | number> | undefined;
2132
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2133
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2134
- lineClamp?: import("csstype").Property.LineClamp | undefined;
2135
- listStyle?: import("csstype").Property.ListStyle | undefined;
2136
- margin?: import("csstype").Property.Margin<string | number> | undefined;
2137
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2138
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2139
- mask?: import("csstype").Property.Mask<string | number> | undefined;
2140
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
2141
- motion?: import("csstype").Property.Offset<string | number> | undefined;
2142
- offset?: import("csstype").Property.Offset<string | number> | undefined;
2143
- outline?: import("csstype").Property.Outline<string | number> | undefined;
2144
- overflow?: import("csstype").Property.Overflow | undefined;
2145
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2146
- padding?: import("csstype").Property.Padding<string | number> | undefined;
2147
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2148
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2149
- placeContent?: import("csstype").Property.PlaceContent | undefined;
2150
- placeItems?: import("csstype").Property.PlaceItems | undefined;
2151
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2152
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2153
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2154
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2155
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2156
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2157
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2158
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2159
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2160
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2161
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2162
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
2163
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2164
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2165
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2166
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2167
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2168
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2169
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
2170
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2171
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2172
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2173
- MozBinding?: import("csstype").Property.MozBinding | undefined;
2174
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2175
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2176
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2177
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2178
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
2179
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
2180
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2181
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2182
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2183
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2184
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2185
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2186
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2187
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2188
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2189
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2190
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
2191
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2192
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2193
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
2194
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
2195
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2196
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2197
- MozOrient?: import("csstype").Property.MozOrient | undefined;
2198
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2199
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2200
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2201
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2202
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2203
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2204
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2205
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2206
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2207
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2208
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2209
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2210
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2211
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2212
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
2213
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
2214
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
2215
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
2216
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
2217
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2218
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2219
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2220
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
2221
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
2222
- msFilter?: import("csstype").Property.MsFilter | undefined;
2223
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2224
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
2225
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
2226
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
2227
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
2228
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
2229
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
2230
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2231
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2232
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2233
- msHyphens?: import("csstype").Property.Hyphens | undefined;
2234
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
2235
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
2236
- msOrder?: import("csstype").Property.Order | undefined;
2237
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
2238
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
2239
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
2240
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
2241
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
2242
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
2243
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
2244
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
2245
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
2246
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2247
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2248
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
2249
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
2250
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2251
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2252
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2253
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2254
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2255
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2256
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2257
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2258
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
2259
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
2260
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2261
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
2262
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
2263
- msTransform?: import("csstype").Property.Transform | undefined;
2264
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2265
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2266
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2267
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2268
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2269
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
2270
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
2271
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
2272
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
2273
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
2274
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
2275
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
2276
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
2277
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
2278
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2279
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2280
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2281
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2282
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2283
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
2284
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2285
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2286
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
2287
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2288
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2289
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2290
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2291
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2292
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2293
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2294
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
2295
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2296
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2297
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2298
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2299
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2300
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2301
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
2302
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2303
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2304
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
2305
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
2306
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
2307
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2308
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2309
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2310
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
2311
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2312
- WebkitFilter?: import("csstype").Property.Filter | undefined;
2313
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2314
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2315
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
2316
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
2317
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
2318
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2319
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
2320
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2321
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2322
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2323
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
2324
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
2325
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2326
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2327
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2328
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2329
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2330
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
2331
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2332
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2333
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2334
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
2335
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2336
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
2337
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
2338
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
2339
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
2340
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2341
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2342
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2343
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
2344
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2345
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2346
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2347
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2348
- WebkitOrder?: import("csstype").Property.Order | undefined;
2349
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2350
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2351
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2352
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2353
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2354
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2355
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
2356
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2357
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2358
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2359
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
2360
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2361
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2362
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2363
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2364
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2365
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2366
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2367
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
2368
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
2369
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2370
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2371
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
2372
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2373
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
2374
- WebkitTransform?: import("csstype").Property.Transform | undefined;
2375
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2376
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2377
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2378
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2379
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2380
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2381
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2382
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
2383
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2384
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2385
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2386
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2387
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2388
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2389
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2390
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2391
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
2392
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
2393
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
2394
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
2395
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2396
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2397
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
2398
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
2399
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2400
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2401
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
2402
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
2403
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
2404
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
2405
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
2406
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2407
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2408
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2409
- azimuth?: import("csstype").Property.Azimuth | undefined;
2410
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
2411
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
2412
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
2413
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2414
- boxLines?: import("csstype").Property.BoxLines | undefined;
2415
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2416
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
2417
- boxPack?: import("csstype").Property.BoxPack | undefined;
2418
- clip?: import("csstype").Property.Clip | undefined;
2419
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2420
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2421
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2422
- imeMode?: import("csstype").Property.ImeMode | undefined;
2423
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2424
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2425
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2426
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2427
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2428
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2429
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2430
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2431
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2432
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2433
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2434
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2435
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2436
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2437
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2438
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2439
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
2440
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2441
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2442
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
2443
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2444
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2445
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2446
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2447
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2448
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2449
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2450
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2451
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2452
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2453
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2454
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2455
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2456
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2457
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2458
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2459
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2460
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2461
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2462
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2463
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2464
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2465
- MozOpacity?: import("csstype").Property.Opacity | undefined;
2466
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
2467
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2468
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2469
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2470
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2471
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2472
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2473
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2474
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2475
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2476
- MozTransform?: import("csstype").Property.Transform | undefined;
2477
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2478
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2479
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2480
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2481
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2482
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2483
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2484
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2485
- msImeMode?: import("csstype").Property.ImeMode | undefined;
2486
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2487
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2488
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2489
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2490
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2491
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2492
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
2493
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2494
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2495
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2496
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
2497
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
2498
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2499
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2500
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2501
- OTransform?: import("csstype").Property.Transform | undefined;
2502
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2503
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2504
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2505
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2506
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2507
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2508
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2509
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2510
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2511
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2512
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
2513
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2514
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2515
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2516
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2517
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2518
- clipRule?: import("csstype").Property.ClipRule | undefined;
2519
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2520
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
2521
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2522
- fill?: import("csstype").Property.Fill | undefined;
2523
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2524
- fillRule?: import("csstype").Property.FillRule | undefined;
2525
- floodColor?: import("csstype").Property.FloodColor | undefined;
2526
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2527
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2528
- lightingColor?: import("csstype").Property.LightingColor | undefined;
2529
- marker?: import("csstype").Property.Marker | undefined;
2530
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2531
- markerMid?: import("csstype").Property.MarkerMid | undefined;
2532
- markerStart?: import("csstype").Property.MarkerStart | undefined;
2533
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2534
- stopColor?: import("csstype").Property.StopColor | undefined;
2535
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2536
- stroke?: import("csstype").Property.Stroke | undefined;
2537
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2538
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2539
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2540
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2541
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2542
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2543
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2544
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
2545
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
69
+ [x: string]: any;
2546
70
  };
2547
71
  };
2548
72
  selectLabel: {
2549
- [x: string]: unknown;
2550
- '@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
2551
- accentColor?: import("csstype").Property.AccentColor | undefined;
2552
- alignContent?: import("csstype").Property.AlignContent | undefined;
2553
- alignItems?: import("csstype").Property.AlignItems | undefined;
2554
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
2555
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
2556
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
2557
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2558
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
2559
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2560
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2561
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2562
- animationName?: import("csstype").Property.AnimationName | undefined;
2563
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2564
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
2565
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
2566
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
2567
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2568
- appearance?: import("csstype").Property.Appearance | undefined;
2569
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
2570
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2571
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2572
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
2573
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
2574
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2575
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
2576
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
2577
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2578
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
2579
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
2580
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
2581
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2582
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
2583
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
2584
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2585
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
2586
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
2587
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
2588
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
2589
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
2590
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
2591
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2592
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2593
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
2594
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2595
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2596
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
2597
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
2598
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
2599
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
2600
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
2601
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
2602
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
2603
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2604
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
2605
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
2606
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2607
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2608
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2609
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2610
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2611
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2612
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
2613
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2614
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2615
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
2616
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
2617
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
2618
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
2619
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
2620
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
2621
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
2622
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
2623
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
2624
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
2625
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2626
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2627
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
2628
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
2629
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
2630
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2631
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
2632
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
2633
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
2634
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
2635
- breakInside?: import("csstype").Property.BreakInside | undefined;
2636
- captionSide?: import("csstype").Property.CaptionSide | undefined;
2637
- caretColor?: import("csstype").Property.CaretColor | undefined;
2638
- caretShape?: import("csstype").Property.CaretShape | undefined;
2639
- clear?: import("csstype").Property.Clear | undefined;
2640
- clipPath?: import("csstype").Property.ClipPath | undefined;
2641
- color?: import("csstype").Property.Color | undefined;
2642
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2643
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
2644
- columnCount?: import("csstype").Property.ColumnCount | undefined;
2645
- columnFill?: import("csstype").Property.ColumnFill | undefined;
2646
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
2647
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2648
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2649
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2650
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
2651
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2652
- contain?: import("csstype").Property.Contain | undefined;
2653
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
2654
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
2655
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
2656
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
2657
- containerName?: import("csstype").Property.ContainerName | undefined;
2658
- containerType?: import("csstype").Property.ContainerType | undefined;
2659
- content?: import("csstype").Property.Content | undefined;
2660
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
2661
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
2662
- counterReset?: import("csstype").Property.CounterReset | undefined;
2663
- counterSet?: import("csstype").Property.CounterSet | undefined;
2664
- cursor?: import("csstype").Property.Cursor | undefined;
2665
- direction?: import("csstype").Property.Direction | undefined;
2666
- display?: import("csstype").Property.Display | undefined;
2667
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
2668
- filter?: import("csstype").Property.Filter | undefined;
2669
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2670
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
2671
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
2672
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
2673
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
2674
- float?: import("csstype").Property.Float | undefined;
2675
- fontFamily?: import("csstype").Property.FontFamily | undefined;
2676
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2677
- fontKerning?: import("csstype").Property.FontKerning | undefined;
2678
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2679
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
2680
- fontPalette?: import("csstype").Property.FontPalette | undefined;
2681
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
2682
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
2683
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
2684
- fontStretch?: import("csstype").Property.FontStretch | undefined;
2685
- fontStyle?: import("csstype").Property.FontStyle | undefined;
2686
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
2687
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
2688
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
2689
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
2690
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
2691
- fontVariant?: import("csstype").Property.FontVariant | undefined;
2692
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
2693
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
2694
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
2695
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
2696
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2697
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
2698
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
2699
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
2700
- fontWeight?: import("csstype").Property.FontWeight | undefined;
2701
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
2702
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
2703
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
2704
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
2705
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
2706
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
2707
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
2708
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
2709
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
2710
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
2711
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
2712
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
2713
- height?: import("csstype").Property.Height<string | number> | undefined;
2714
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2715
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
2716
- hyphens?: import("csstype").Property.Hyphens | undefined;
2717
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
2718
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
2719
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
2720
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
2721
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
2722
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
2723
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2724
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2725
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2726
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2727
- isolation?: import("csstype").Property.Isolation | undefined;
2728
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
2729
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
2730
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
2731
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
2732
- left?: import("csstype").Property.Left<string | number> | undefined;
2733
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
2734
- lineBreak?: import("csstype").Property.LineBreak | undefined;
2735
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
2736
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
2737
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
2738
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
2739
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
2740
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2741
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2742
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
2743
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2744
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2745
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
2746
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
2747
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
2748
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
2749
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
2750
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2751
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2752
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2753
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
2754
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2755
- maskClip?: import("csstype").Property.MaskClip | undefined;
2756
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
2757
- maskImage?: import("csstype").Property.MaskImage | undefined;
2758
- maskMode?: import("csstype").Property.MaskMode | undefined;
2759
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
2760
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
2761
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
2762
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
2763
- maskType?: import("csstype").Property.MaskType | undefined;
2764
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
2765
- mathDepth?: import("csstype").Property.MathDepth | undefined;
2766
- mathShift?: import("csstype").Property.MathShift | undefined;
2767
- mathStyle?: import("csstype").Property.MathStyle | undefined;
2768
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
2769
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
2770
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2771
- maxLines?: import("csstype").Property.MaxLines | undefined;
2772
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
2773
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
2774
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
2775
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
2776
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
2777
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
2778
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2779
- motionPath?: import("csstype").Property.OffsetPath | undefined;
2780
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
2781
- objectFit?: import("csstype").Property.ObjectFit | undefined;
2782
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2783
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2784
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2785
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
2786
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
2787
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
2788
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
2789
- opacity?: import("csstype").Property.Opacity | undefined;
2790
- order?: import("csstype").Property.Order | undefined;
2791
- orphans?: import("csstype").Property.Orphans | undefined;
2792
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
2793
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
2794
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2795
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2796
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
2797
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
2798
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
2799
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
2800
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
2801
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
2802
- overflowX?: import("csstype").Property.OverflowX | undefined;
2803
- overflowY?: import("csstype").Property.OverflowY | undefined;
2804
- overlay?: import("csstype").Property.Overlay | undefined;
2805
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
2806
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
2807
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
2808
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
2809
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2810
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2811
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
2812
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2813
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2814
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
2815
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
2816
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
2817
- page?: import("csstype").Property.Page | undefined;
2818
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2819
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2820
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2821
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
2822
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
2823
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2824
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
2825
- position?: import("csstype").Property.Position | undefined;
2826
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2827
- quotes?: import("csstype").Property.Quotes | undefined;
2828
- resize?: import("csstype").Property.Resize | undefined;
2829
- right?: import("csstype").Property.Right<string | number> | undefined;
2830
- rotate?: import("csstype").Property.Rotate | undefined;
2831
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
2832
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2833
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2834
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2835
- scale?: import("csstype").Property.Scale | undefined;
2836
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2837
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2838
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2839
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2840
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2841
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2842
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2843
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2844
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2845
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2846
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2847
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2848
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2849
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2850
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2851
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2852
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2853
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
2854
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2855
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2856
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2857
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2858
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
2859
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2860
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
2861
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
2862
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
2863
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
2864
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
2865
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2866
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2867
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2868
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2869
- tableLayout?: import("csstype").Property.TableLayout | undefined;
2870
- textAlign?: import("csstype").Property.TextAlign | undefined;
2871
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2872
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2873
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2874
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2875
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2876
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2877
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2878
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2879
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2880
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2881
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2882
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
2883
- textJustify?: import("csstype").Property.TextJustify | undefined;
2884
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
2885
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
2886
- textRendering?: import("csstype").Property.TextRendering | undefined;
2887
- textShadow?: import("csstype").Property.TextShadow | undefined;
2888
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2889
- textTransform?: import("csstype").Property.TextTransform | undefined;
2890
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2891
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2892
- textWrap?: import("csstype").Property.TextWrap | undefined;
2893
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
2894
- top?: import("csstype").Property.Top<string | number> | undefined;
2895
- touchAction?: import("csstype").Property.TouchAction | undefined;
2896
- transform?: import("csstype").Property.Transform | undefined;
2897
- transformBox?: import("csstype").Property.TransformBox | undefined;
2898
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2899
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
2900
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
2901
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2902
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2903
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2904
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2905
- translate?: import("csstype").Property.Translate<string | number> | undefined;
2906
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2907
- userSelect?: import("csstype").Property.UserSelect | undefined;
2908
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2909
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2910
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2911
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2912
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2913
- visibility?: import("csstype").Property.Visibility | undefined;
2914
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2915
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2916
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
2917
- widows?: import("csstype").Property.Widows | undefined;
2918
- width?: import("csstype").Property.Width<string | number> | undefined;
2919
- willChange?: import("csstype").Property.WillChange | undefined;
2920
- wordBreak?: import("csstype").Property.WordBreak | undefined;
2921
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2922
- wordWrap?: import("csstype").Property.WordWrap | undefined;
2923
- writingMode?: import("csstype").Property.WritingMode | undefined;
2924
- zIndex?: import("csstype").Property.ZIndex | undefined;
2925
- zoom?: import("csstype").Property.Zoom | undefined;
2926
- all?: import("csstype").Property.All | undefined;
2927
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
2928
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
2929
- background?: import("csstype").Property.Background<string | number> | undefined;
2930
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2931
- border?: import("csstype").Property.Border<string | number> | undefined;
2932
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2933
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2934
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2935
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2936
- borderColor?: import("csstype").Property.BorderColor | undefined;
2937
- borderImage?: import("csstype").Property.BorderImage | undefined;
2938
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2939
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2940
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2941
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2942
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2943
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
2944
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
2945
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
2946
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
2947
- caret?: import("csstype").Property.Caret | undefined;
2948
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2949
- columns?: import("csstype").Property.Columns<string | number> | undefined;
2950
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2951
- container?: import("csstype").Property.Container | undefined;
2952
- flex?: import("csstype").Property.Flex<string | number> | undefined;
2953
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
2954
- font?: import("csstype").Property.Font | undefined;
2955
- gap?: import("csstype").Property.Gap<string | number> | undefined;
2956
- grid?: import("csstype").Property.Grid | undefined;
2957
- gridArea?: import("csstype").Property.GridArea | undefined;
2958
- gridColumn?: import("csstype").Property.GridColumn | undefined;
2959
- gridRow?: import("csstype").Property.GridRow | undefined;
2960
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2961
- inset?: import("csstype").Property.Inset<string | number> | undefined;
2962
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2963
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2964
- lineClamp?: import("csstype").Property.LineClamp | undefined;
2965
- listStyle?: import("csstype").Property.ListStyle | undefined;
2966
- margin?: import("csstype").Property.Margin<string | number> | undefined;
2967
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2968
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2969
- mask?: import("csstype").Property.Mask<string | number> | undefined;
2970
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
2971
- motion?: import("csstype").Property.Offset<string | number> | undefined;
2972
- offset?: import("csstype").Property.Offset<string | number> | undefined;
2973
- outline?: import("csstype").Property.Outline<string | number> | undefined;
2974
- overflow?: import("csstype").Property.Overflow | undefined;
2975
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2976
- padding?: import("csstype").Property.Padding<string | number> | undefined;
2977
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2978
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2979
- placeContent?: import("csstype").Property.PlaceContent | undefined;
2980
- placeItems?: import("csstype").Property.PlaceItems | undefined;
2981
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2982
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2983
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2984
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2985
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2986
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2987
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2988
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2989
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2990
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2991
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2992
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
2993
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2994
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2995
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2996
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2997
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2998
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2999
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
3000
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
3001
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
3002
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
3003
- MozBinding?: import("csstype").Property.MozBinding | undefined;
3004
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
3005
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
3006
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
3007
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
3008
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
3009
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
3010
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
3011
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
3012
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
3013
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
3014
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
3015
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
3016
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
3017
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
3018
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
3019
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
3020
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
3021
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
3022
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
3023
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
3024
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
3025
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
3026
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
3027
- MozOrient?: import("csstype").Property.MozOrient | undefined;
3028
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
3029
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
3030
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
3031
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
3032
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
3033
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3034
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3035
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
3036
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
3037
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
3038
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
3039
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
3040
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
3041
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
3042
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
3043
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
3044
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
3045
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
3046
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
3047
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
3048
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
3049
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
3050
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
3051
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
3052
- msFilter?: import("csstype").Property.MsFilter | undefined;
3053
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
3054
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
3055
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
3056
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
3057
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
3058
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
3059
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
3060
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
3061
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
3062
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
3063
- msHyphens?: import("csstype").Property.Hyphens | undefined;
3064
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
3065
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
3066
- msOrder?: import("csstype").Property.Order | undefined;
3067
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
3068
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
3069
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
3070
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
3071
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
3072
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
3073
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
3074
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
3075
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
3076
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
3077
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
3078
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
3079
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
3080
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
3081
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
3082
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
3083
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
3084
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
3085
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
3086
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
3087
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
3088
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
3089
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
3090
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
3091
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
3092
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
3093
- msTransform?: import("csstype").Property.Transform | undefined;
3094
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3095
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3096
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3097
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3098
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3099
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
3100
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
3101
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
3102
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
3103
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
3104
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
3105
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
3106
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
3107
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
3108
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3109
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
3110
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3111
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
3112
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
3113
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
3114
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
3115
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
3116
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
3117
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
3118
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
3119
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
3120
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
3121
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3122
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
3123
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
3124
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
3125
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3126
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3127
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
3128
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3129
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3130
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
3131
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
3132
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
3133
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
3134
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
3135
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
3136
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
3137
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
3138
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
3139
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
3140
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
3141
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
3142
- WebkitFilter?: import("csstype").Property.Filter | undefined;
3143
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
3144
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
3145
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
3146
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
3147
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
3148
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
3149
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
3150
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
3151
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
3152
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
3153
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
3154
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
3155
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
3156
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
3157
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
3158
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
3159
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
3160
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
3161
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
3162
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
3163
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
3164
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
3165
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
3166
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
3167
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
3168
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
3169
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
3170
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
3171
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
3172
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
3173
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
3174
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
3175
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
3176
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
3177
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
3178
- WebkitOrder?: import("csstype").Property.Order | undefined;
3179
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
3180
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3181
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3182
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
3183
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3184
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
3185
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
3186
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
3187
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
3188
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
3189
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
3190
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
3191
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
3192
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
3193
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
3194
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
3195
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
3196
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
3197
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
3198
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
3199
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
3200
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
3201
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
3202
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
3203
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
3204
- WebkitTransform?: import("csstype").Property.Transform | undefined;
3205
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3206
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
3207
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3208
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3209
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3210
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3211
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
3212
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
3213
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
3214
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
3215
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
3216
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
3217
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
3218
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
3219
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
3220
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
3221
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
3222
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
3223
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
3224
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
3225
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3226
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
3227
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
3228
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
3229
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
3230
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
3231
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
3232
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
3233
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
3234
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
3235
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
3236
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
3237
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
3238
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3239
- azimuth?: import("csstype").Property.Azimuth | undefined;
3240
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
3241
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
3242
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
3243
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
3244
- boxLines?: import("csstype").Property.BoxLines | undefined;
3245
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3246
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
3247
- boxPack?: import("csstype").Property.BoxPack | undefined;
3248
- clip?: import("csstype").Property.Clip | undefined;
3249
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
3250
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
3251
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
3252
- imeMode?: import("csstype").Property.ImeMode | undefined;
3253
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
3254
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
3255
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
3256
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
3257
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
3258
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3259
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
3260
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
3261
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
3262
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
3263
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
3264
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
3265
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
3266
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
3267
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
3268
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
3269
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
3270
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3271
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3272
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
3273
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
3274
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
3275
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
3276
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
3277
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
3278
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
3279
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
3280
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3281
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
3282
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3283
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3284
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3285
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3286
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
3287
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
3288
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
3289
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3290
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3291
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
3292
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
3293
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
3294
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
3295
- MozOpacity?: import("csstype").Property.Opacity | undefined;
3296
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
3297
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
3298
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
3299
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
3300
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
3301
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3302
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
3303
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
3304
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
3305
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
3306
- MozTransform?: import("csstype").Property.Transform | undefined;
3307
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3308
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
3309
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3310
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3311
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3312
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3313
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3314
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
3315
- msImeMode?: import("csstype").Property.ImeMode | undefined;
3316
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
3317
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3318
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
3319
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3320
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
3321
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
3322
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
3323
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
3324
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
3325
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3326
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
3327
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
3328
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
3329
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
3330
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
3331
- OTransform?: import("csstype").Property.Transform | undefined;
3332
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3333
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
3334
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3335
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3336
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3337
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3338
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
3339
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
3340
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
3341
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
3342
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
3343
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
3344
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
3345
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
3346
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
3347
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
3348
- clipRule?: import("csstype").Property.ClipRule | undefined;
3349
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
3350
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
3351
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
3352
- fill?: import("csstype").Property.Fill | undefined;
3353
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
3354
- fillRule?: import("csstype").Property.FillRule | undefined;
3355
- floodColor?: import("csstype").Property.FloodColor | undefined;
3356
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
3357
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
3358
- lightingColor?: import("csstype").Property.LightingColor | undefined;
3359
- marker?: import("csstype").Property.Marker | undefined;
3360
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
3361
- markerMid?: import("csstype").Property.MarkerMid | undefined;
3362
- markerStart?: import("csstype").Property.MarkerStart | undefined;
3363
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
3364
- stopColor?: import("csstype").Property.StopColor | undefined;
3365
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
3366
- stroke?: import("csstype").Property.Stroke | undefined;
3367
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
3368
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
3369
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
3370
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
3371
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
3372
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
3373
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
3374
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
3375
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
73
+ [x: string]: any;
3376
74
  };
3377
75
  select: {
3378
76
  paddingBottom: number;