ele-admin-plus 1.2.0 → 1.2.1-beta.2

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