@m4l/styles 0.0.16 → 0.0.18

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