yuyeon 0.3.4-rc.4 → 0.3.5

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