yuyeon 0.3.1-rc.2 → 0.3.1-rc.4

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