yuyeon 0.3.2-rc.9 → 0.3.4-beta.12

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