@mythpe/quasar-ui-qui 0.5.49 → 0.5.51

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