@mythpe/quasar-ui-qui 0.5.49 → 0.5.50

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