@orfium/ictinus 5.5.0 → 5.5.1

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 (761) hide show
  1. package/dist/codemods/avatarCodemod.d.ts +2 -1
  2. package/dist/codemods/buttonCodemod.d.ts +2 -1
  3. package/dist/codemods/checkboxCodemod.d.ts +2 -1
  4. package/dist/codemods/chipCodemode.d.ts +2 -1
  5. package/dist/codemods/drawerCodemod.d.ts +2 -1
  6. package/dist/codemods/filterCodemod.d.ts +2 -1
  7. package/dist/codemods/iconButtonCodemod.d.ts +2 -1
  8. package/dist/codemods/iconCodemod.d.ts +2 -1
  9. package/dist/codemods/loaderCodemod.d.ts +2 -1
  10. package/dist/codemods/menuCodemod.d.ts +2 -1
  11. package/dist/codemods/notificationsCodemod.d.ts +2 -1
  12. package/dist/codemods/paginationCodemod.d.ts +2 -1
  13. package/dist/codemods/radioCodemod.d.ts +2 -1
  14. package/dist/codemods/radioGroupCodemod.d.ts +2 -1
  15. package/dist/codemods/searchCodemod.d.ts +2 -1
  16. package/dist/codemods/selectCodemod.d.ts +2 -1
  17. package/dist/codemods/switchCodemod.d.ts +2 -1
  18. package/dist/codemods/tableCodemod.d.ts +2 -1
  19. package/dist/codemods/textareaCodemod.d.ts +2 -1
  20. package/dist/codemods/textfieldCodemod.d.ts +2 -1
  21. package/dist/codemods/tooltipCodemod.d.ts +2 -1
  22. package/dist/codemods/unchangedIconsCodemod.d.ts +2 -1
  23. package/dist/{index.mjs → index.js} +5739 -5690
  24. package/dist/index.umd.cjs +147 -0
  25. package/dist/src/components/Avatar/Avatar.d.ts +5 -0
  26. package/dist/src/components/Avatar/Avatar.stories.d.ts +61 -0
  27. package/dist/src/components/Avatar/Avatar.style.d.ts +9 -0
  28. package/dist/src/components/Avatar/Avatar.tokens.d.ts +8 -0
  29. package/dist/src/components/Avatar/Avatar.types.d.ts +22 -0
  30. package/dist/src/components/Avatar/AvatarStack/AvatarStack.d.ts +6 -0
  31. package/dist/src/components/Avatar/AvatarStack/AvatarStack.style.d.ts +11 -0
  32. package/dist/src/components/Avatar/AvatarStack/AvatarStack.types.d.ts +10 -0
  33. package/dist/src/components/Avatar/AvatarStack/index.d.ts +2 -0
  34. package/dist/src/components/Avatar/AvatarStack/utils.d.ts +7 -0
  35. package/dist/src/components/Avatar/AvatarStack.stories.d.ts +20 -0
  36. package/dist/src/components/Avatar/constants.d.ts +4 -0
  37. package/dist/src/components/Avatar/index.d.ts +3 -0
  38. package/dist/src/components/Box/Box.d.ts +6 -0
  39. package/dist/src/components/Box/Box.stories.d.ts +27 -0
  40. package/dist/src/components/Box/Box.style.d.ts +5 -0
  41. package/dist/src/components/Box/Box.test.d.ts +1 -0
  42. package/dist/src/components/Box/Box.types.d.ts +145 -0
  43. package/dist/src/components/Box/Box.utilities.d.ts +19 -0
  44. package/dist/src/components/Box/index.d.ts +3 -0
  45. package/dist/src/components/Breadcrumb/BackToItem/BackToItem.d.ts +6 -0
  46. package/dist/src/components/Breadcrumb/BackToItem/BackToItem.style.d.ts +4 -0
  47. package/dist/src/components/Breadcrumb/BackToItem/index.d.ts +1 -0
  48. package/dist/src/components/Breadcrumb/Breadcrumb.d.ts +7 -0
  49. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts +31 -0
  50. package/dist/src/components/Breadcrumb/Breadcrumb.style.d.ts +4 -0
  51. package/dist/src/components/Breadcrumb/Breadcrumb.types.d.ts +13 -0
  52. package/dist/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.d.ts +10 -0
  53. package/dist/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.style.d.ts +6 -0
  54. package/dist/src/components/Breadcrumb/BreadcrumbItem/index.d.ts +1 -0
  55. package/dist/src/components/Breadcrumb/index.d.ts +2 -0
  56. package/dist/src/components/Button/Button.d.ts +40 -0
  57. package/dist/src/components/Button/Button.stories.d.ts +102 -0
  58. package/dist/src/components/Button/Button.style.d.ts +8 -0
  59. package/dist/src/components/Button/Button.tokens.d.ts +6 -0
  60. package/dist/src/components/Button/Button.types.d.ts +4 -0
  61. package/dist/src/components/Button/ButtonLoader/ButtonLoader.d.ts +6 -0
  62. package/dist/src/components/Button/ButtonLoader/ButtonLoader.style.d.ts +6 -0
  63. package/dist/src/components/Button/ButtonLoader/index.d.ts +2 -0
  64. package/dist/src/components/Button/index.d.ts +2 -0
  65. package/dist/src/components/ButtonBase/ButtonBase.d.ts +57 -0
  66. package/dist/src/components/ButtonBase/ButtonBase.style.d.ts +13 -0
  67. package/dist/src/components/ButtonBase/constants.d.ts +7 -0
  68. package/dist/src/components/ButtonBase/index.d.ts +2 -0
  69. package/dist/src/components/Card/Card.d.ts +14 -0
  70. package/dist/src/components/Card/Card.stories.d.ts +24 -0
  71. package/dist/src/components/Card/Card.style.d.ts +5 -0
  72. package/dist/src/components/Card/index.d.ts +2 -0
  73. package/dist/src/components/Chart/BarChart/BarChart.d.ts +26 -0
  74. package/dist/src/components/Chart/BarChart/components/CustomLabel/CustomLabel.d.ts +9 -0
  75. package/dist/src/components/Chart/BarChart/components/CustomLabel/index.d.ts +1 -0
  76. package/dist/src/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.d.ts +8 -0
  77. package/dist/src/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.style.d.ts +6 -0
  78. package/dist/src/components/Chart/BarChart/components/CustomTooltip/index.d.ts +1 -0
  79. package/dist/src/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.d.ts +6 -0
  80. package/dist/src/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.d.ts +39 -0
  81. package/dist/src/components/Chart/BarChart/components/CustomTooltipContent/index.d.ts +1 -0
  82. package/dist/src/components/Chart/BarChart/index.d.ts +1 -0
  83. package/dist/src/components/Chart/BarChart/utils.d.ts +11 -0
  84. package/dist/src/components/Chart/Chart.stories.d.ts +55 -0
  85. package/dist/src/components/Chart/DonutChart/DonutChart.d.ts +17 -0
  86. package/dist/src/components/Chart/DonutChart/components/CustomLabel/CustomLabel.d.ts +9 -0
  87. package/dist/src/components/Chart/DonutChart/components/CustomLabel/CustomLabel.style.d.ts +5 -0
  88. package/dist/src/components/Chart/DonutChart/components/CustomLabel/index.d.ts +1 -0
  89. package/dist/src/components/Chart/DonutChart/index.d.ts +1 -0
  90. package/dist/src/components/Chart/LineChart/LineChart.d.ts +17 -0
  91. package/dist/src/components/Chart/LineChart/LineChart.test.d.ts +1 -0
  92. package/dist/src/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.d.ts +6 -0
  93. package/dist/src/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.d.ts +32 -0
  94. package/dist/src/components/Chart/LineChart/components/CustomTooltip/index.d.ts +1 -0
  95. package/dist/src/components/Chart/LineChart/components/GradientLine/GradientLine.d.ts +8 -0
  96. package/dist/src/components/Chart/LineChart/components/GradientLine/index.d.ts +1 -0
  97. package/dist/src/components/Chart/LineChart/index.d.ts +1 -0
  98. package/dist/src/components/Chart/LineChart/mockedData.d.ts +11 -0
  99. package/dist/src/components/Chart/LineChart/story.utils.d.ts +1 -0
  100. package/dist/src/components/Chart/LineChart/utils.d.ts +14 -0
  101. package/dist/src/components/Chart/Wrapper.d.ts +8 -0
  102. package/dist/src/components/Controls/CheckBox/CheckBox.d.ts +32 -0
  103. package/dist/src/components/Controls/CheckBox/CheckBox.stories.d.ts +99 -0
  104. package/dist/src/components/Controls/CheckBox/CheckBox.style.d.ts +7 -0
  105. package/dist/src/components/Controls/CheckBox/CheckBox.test.d.ts +1 -0
  106. package/dist/src/components/Controls/CheckBox/index.d.ts +2 -0
  107. package/dist/src/components/Controls/ControlLabel/ControlLabel.d.ts +7 -0
  108. package/dist/src/components/Controls/ControlLabel/ControlLabel.style.d.ts +7 -0
  109. package/dist/src/components/Controls/ControlLabel/index.d.ts +1 -0
  110. package/dist/src/components/Controls/Controls.tokens.d.ts +6 -0
  111. package/dist/src/components/Controls/Controls.types.d.ts +12 -0
  112. package/dist/src/components/Controls/Radio/Radio.d.ts +23 -0
  113. package/dist/src/components/Controls/Radio/Radio.stories.d.ts +89 -0
  114. package/dist/src/components/Controls/Radio/Radio.style.d.ts +7 -0
  115. package/dist/src/components/Controls/Radio/Radio.test.d.ts +1 -0
  116. package/dist/src/components/Controls/Radio/components/RadioGroup/RadioGroup.d.ts +27 -0
  117. package/dist/src/components/Controls/Radio/components/RadioGroup/RadioGroupContext.d.ts +5 -0
  118. package/dist/src/components/Controls/Radio/components/RadioGroup/index.d.ts +2 -0
  119. package/dist/src/components/Controls/Radio/index.d.ts +2 -0
  120. package/dist/src/components/Controls/Switch/Switch.d.ts +27 -0
  121. package/dist/src/components/Controls/Switch/Switch.stories.d.ts +90 -0
  122. package/dist/src/components/Controls/Switch/Switch.style.d.ts +5 -0
  123. package/dist/src/components/Controls/Switch/Switch.test.d.ts +1 -0
  124. package/dist/src/components/Controls/Switch/index.d.ts +2 -0
  125. package/dist/src/components/Controls/index.d.ts +4 -0
  126. package/dist/src/components/DatePicker/DatePickInput/DatePickInput.d.ts +40 -0
  127. package/dist/src/components/DatePicker/DatePickInput/DatePickInput.style.d.ts +4 -0
  128. package/dist/src/components/DatePicker/DatePickInput/index.d.ts +2 -0
  129. package/dist/src/components/DatePicker/DatePicker.d.ts +6 -0
  130. package/dist/src/components/DatePicker/DatePicker.stories.d.ts +138 -0
  131. package/dist/src/components/DatePicker/DatePicker.style.d.ts +4 -0
  132. package/dist/src/components/DatePicker/DatePicker.test.d.ts +1 -0
  133. package/dist/src/components/DatePicker/DatePicker.tokens.d.ts +6 -0
  134. package/dist/src/components/DatePicker/DatePicker.types.d.ts +48 -0
  135. package/dist/src/components/DatePicker/Day/Day.d.ts +17 -0
  136. package/dist/src/components/DatePicker/Day/Day.style.d.ts +20 -0
  137. package/dist/src/components/DatePicker/Day/Day.test.d.ts +1 -0
  138. package/dist/src/components/DatePicker/Day/index.d.ts +2 -0
  139. package/dist/src/components/DatePicker/Month/Month.d.ts +15 -0
  140. package/dist/src/components/DatePicker/Month/Month.style.d.ts +6 -0
  141. package/dist/src/components/DatePicker/Month/Month.test.d.ts +1 -0
  142. package/dist/src/components/DatePicker/Month/Month.utils.d.ts +8 -0
  143. package/dist/src/components/DatePicker/Month/hooks/useMonthKeyboardNavigation.d.ts +14 -0
  144. package/dist/src/components/DatePicker/Month/index.d.ts +2 -0
  145. package/dist/src/components/DatePicker/OverlayComponent/OverlayComponent.d.ts +20 -0
  146. package/dist/src/components/DatePicker/OverlayComponent/OverlayComponent.style.d.ts +11 -0
  147. package/dist/src/components/DatePicker/OverlayComponent/OverlayComponent.test.d.ts +1 -0
  148. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.d.ts +17 -0
  149. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.d.ts +12 -0
  150. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.test.d.ts +1 -0
  151. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.d.ts +0 -0
  152. package/dist/src/components/DatePicker/OverlayComponent/index.d.ts +2 -0
  153. package/dist/src/components/DatePicker/OverlayComponent/utils.d.ts +5 -0
  154. package/dist/src/components/DatePicker/constants.d.ts +51 -0
  155. package/dist/src/components/DatePicker/index.d.ts +4 -0
  156. package/dist/src/components/DatePicker/play-utils.d.ts +3 -0
  157. package/dist/src/components/DatePicker/utils.d.ts +11 -0
  158. package/dist/src/components/Drawer/Drawer.d.ts +14 -0
  159. package/dist/src/components/Drawer/Drawer.stories.d.ts +91 -0
  160. package/dist/src/components/Drawer/Drawer.style.d.ts +23 -0
  161. package/dist/src/components/Drawer/Drawer.test.d.ts +1 -0
  162. package/dist/src/components/Drawer/Drawer.types.d.ts +19 -0
  163. package/dist/src/components/Drawer/DrawerContext.d.ts +28 -0
  164. package/dist/src/components/Drawer/components/DrawerContent/DrawerContent.d.ts +5 -0
  165. package/dist/src/components/Drawer/components/DrawerContent/DrawerContent.stories.d.ts +18 -0
  166. package/dist/src/components/Drawer/components/DrawerContent/hooks/useDrawerContentObserver.d.ts +6 -0
  167. package/dist/src/components/Drawer/components/DrawerContent/index.d.ts +1 -0
  168. package/dist/src/components/Drawer/components/DrawerFooter/DrawerFooter.d.ts +5 -0
  169. package/dist/src/components/Drawer/components/DrawerFooter/DrawerFooter.stories.d.ts +18 -0
  170. package/dist/src/components/Drawer/components/DrawerFooter/index.d.ts +1 -0
  171. package/dist/src/components/Drawer/components/DrawerHeader/DrawerHeader.d.ts +5 -0
  172. package/dist/src/components/Drawer/components/DrawerHeader/DrawerHeader.stories.d.ts +18 -0
  173. package/dist/src/components/Drawer/components/DrawerHeader/index.d.ts +1 -0
  174. package/dist/src/components/Drawer/components/index.d.ts +3 -0
  175. package/dist/src/components/Drawer/index.d.ts +5 -0
  176. package/dist/src/components/DropdownButton/DropdownButton.d.ts +42 -0
  177. package/dist/src/components/DropdownButton/DropdownButton.stories.d.ts +33 -0
  178. package/dist/src/components/DropdownButton/DropdownButton.style.d.ts +16 -0
  179. package/dist/src/components/DropdownButton/DropdownButton.test.d.ts +1 -0
  180. package/dist/src/components/DropdownButton/index.d.ts +1 -0
  181. package/dist/src/components/ExpandCollapse/ExpandCollapse.d.ts +4 -0
  182. package/dist/src/components/ExpandCollapse/ExpandCollapse.stories.d.ts +14 -0
  183. package/dist/src/components/ExpandCollapse/ExpandCollapse.style.d.ts +1 -0
  184. package/dist/src/components/ExpandCollapse/ExpandCollapse.types.d.ts +65 -0
  185. package/dist/src/components/ExpandCollapse/index.d.ts +3 -0
  186. package/dist/src/components/ExpandCollapse/useManageContentRef.d.ts +2 -0
  187. package/dist/src/components/ExpandCollapse/utils.d.ts +7 -0
  188. package/dist/src/components/Filter/Filter.d.ts +5 -0
  189. package/dist/src/components/Filter/Filter.stories.d.ts +114 -0
  190. package/dist/src/components/Filter/Filter.test.d.ts +1 -0
  191. package/dist/src/components/Filter/Filter.tokens.d.ts +6 -0
  192. package/dist/src/components/Filter/Filter.types.d.ts +66 -0
  193. package/dist/src/components/Filter/StatefulFilter.d.ts +5 -0
  194. package/dist/src/components/Filter/components/FilterButton/FilterButton.d.ts +23 -0
  195. package/dist/src/components/Filter/components/FilterButton/FilterButton.style.d.ts +6 -0
  196. package/dist/src/components/Filter/components/FilterButton/index.d.ts +1 -0
  197. package/dist/src/components/Filter/components/FilterMenu/FilterMenu.d.ts +12 -0
  198. package/dist/src/components/Filter/components/FilterMenu/FilterMenu.style.d.ts +3 -0
  199. package/dist/src/components/Filter/components/FilterMenu/components/FilterSearchField/FilterSearchField.d.ts +10 -0
  200. package/dist/src/components/Filter/components/FilterMenu/components/FilterSearchField/FilterSearchField.style.d.ts +2 -0
  201. package/dist/src/components/Filter/components/FilterMenu/components/FilterSearchField/index.d.ts +1 -0
  202. package/dist/src/components/Filter/components/FilterMenu/components/Options/Options.d.ts +9 -0
  203. package/dist/src/components/Filter/components/FilterMenu/components/Options/Options.style.d.ts +6 -0
  204. package/dist/src/components/Filter/components/FilterMenu/components/Options/index.d.ts +1 -0
  205. package/dist/src/components/Filter/components/FilterMenu/index.d.ts +1 -0
  206. package/dist/src/components/Filter/constants.d.ts +16 -0
  207. package/dist/src/components/Filter/hooks/index.d.ts +1 -0
  208. package/dist/src/components/Filter/hooks/useFilterWithSelectionUtils.d.ts +14 -0
  209. package/dist/src/components/Filter/index.d.ts +3 -0
  210. package/dist/src/components/Icon/Icon.d.ts +19 -0
  211. package/dist/src/components/Icon/Icon.stories.d.ts +53 -0
  212. package/dist/src/components/Icon/Icon.style.d.ts +7 -0
  213. package/dist/src/components/Icon/Icon.types.d.ts +9 -0
  214. package/dist/src/components/Icon/assets/iconSelector.d.ts +6 -0
  215. package/dist/src/components/Icon/constants.d.ts +38 -0
  216. package/dist/src/components/Icon/index.d.ts +3 -0
  217. package/dist/src/components/IconButton/IconButton.d.ts +23 -0
  218. package/dist/src/components/IconButton/IconButton.stories.d.ts +41 -0
  219. package/dist/src/components/IconButton/index.d.ts +2 -0
  220. package/dist/src/components/Label/Label.d.ts +18 -0
  221. package/dist/src/components/Label/Label.style.d.ts +6 -0
  222. package/dist/src/components/Label/index.d.ts +2 -0
  223. package/dist/src/components/Link/Link.d.ts +12 -0
  224. package/dist/src/components/Link/Link.stories.d.ts +82 -0
  225. package/dist/src/components/Link/Link.style.d.ts +5 -0
  226. package/dist/src/components/Link/Link.tokens.d.ts +6 -0
  227. package/dist/src/components/Link/Link.types.d.ts +21 -0
  228. package/dist/src/components/Link/constants.d.ts +4 -0
  229. package/dist/src/components/Link/index.d.ts +1 -0
  230. package/dist/src/components/List/List.d.ts +44 -0
  231. package/dist/src/components/List/List.style.d.ts +13 -0
  232. package/dist/src/components/List/List.tokens.d.ts +6 -0
  233. package/dist/src/components/List/ListItem.d.ts +15 -0
  234. package/dist/src/components/List/ListSection.d.ts +14 -0
  235. package/dist/src/components/List/Window.d.ts +20 -0
  236. package/dist/src/components/List/components/ListItemAction/ListItemAction.d.ts +5 -0
  237. package/dist/src/components/List/components/ListItemAction/ListItemAction.style.d.ts +3 -0
  238. package/dist/src/components/List/components/ListItemAction/index.d.ts +2 -0
  239. package/dist/src/components/List/components/ListItemText/ListItemText.d.ts +7 -0
  240. package/dist/src/components/List/components/ListItemText/ListItemText.style.d.ts +5 -0
  241. package/dist/src/components/List/components/ListItemText/index.d.ts +2 -0
  242. package/dist/src/components/List/components/ListItemWrapper/ListItemWrapper.d.ts +29 -0
  243. package/dist/src/components/List/components/ListItemWrapper/ListItemWrapper.style.d.ts +9 -0
  244. package/dist/src/components/List/components/ListItemWrapper/index.d.ts +2 -0
  245. package/dist/src/components/List/index.d.ts +7 -0
  246. package/dist/src/components/List/stories/List.stories.d.ts +36 -0
  247. package/dist/src/components/List/stories/ListItem.stories.d.ts +23 -0
  248. package/dist/src/components/List/stories/ListItemAction.stories.d.ts +18 -0
  249. package/dist/src/components/List/stories/ListItemText.stories.d.ts +24 -0
  250. package/dist/src/components/List/stories/ListSection.stories.d.ts +23 -0
  251. package/dist/src/components/List/types.d.ts +9 -0
  252. package/dist/src/components/List/utils.d.ts +6 -0
  253. package/dist/src/components/Menu/Menu.d.ts +26 -0
  254. package/dist/src/components/Menu/Menu.stories.d.ts +51 -0
  255. package/dist/src/components/Menu/Menu.style.d.ts +13 -0
  256. package/dist/src/components/Menu/MenuItemDivider.d.ts +8 -0
  257. package/dist/src/components/Menu/index.d.ts +4 -0
  258. package/dist/src/components/Modal/Modal.d.ts +18 -0
  259. package/dist/src/components/Modal/Modal.stories.d.ts +37 -0
  260. package/dist/src/components/Modal/Modal.style.d.ts +8 -0
  261. package/dist/src/components/Modal/Modal.test.d.ts +1 -0
  262. package/dist/src/components/Modal/ModalContent/ModalContent.d.ts +22 -0
  263. package/dist/src/components/Modal/ModalContent/ModalContent.style.d.ts +8 -0
  264. package/dist/src/components/Modal/ModalContent/index.d.ts +1 -0
  265. package/dist/src/components/Modal/index.d.ts +1 -0
  266. package/dist/src/components/MultiTextFieldBase/MultiTextFieldBase.d.ts +44 -0
  267. package/dist/src/components/MultiTextFieldBase/MultiTextFieldBase.style.d.ts +58 -0
  268. package/dist/src/components/MultiTextFieldBase/hooks.d.ts +19 -0
  269. package/dist/src/components/MultiTextFieldBase/index.d.ts +1 -0
  270. package/dist/src/components/Navigation/Directory/Directory.d.ts +6 -0
  271. package/dist/src/components/Navigation/Directory/Directory.style.d.ts +11 -0
  272. package/dist/src/components/Navigation/Directory/MenuItem/MenuItem.d.ts +12 -0
  273. package/dist/src/components/Navigation/Directory/index.d.ts +1 -0
  274. package/dist/src/components/Navigation/Navigation.d.ts +15 -0
  275. package/dist/src/components/Navigation/Navigation.stories.d.ts +24 -0
  276. package/dist/src/components/Navigation/Navigation.style.d.ts +4 -0
  277. package/dist/src/components/Navigation/Navigation.test.d.ts +1 -0
  278. package/dist/src/components/Navigation/index.d.ts +3 -0
  279. package/dist/src/components/Navigation/types.d.ts +13 -0
  280. package/dist/src/components/Notification/Banner/Banner.d.ts +21 -0
  281. package/dist/src/components/Notification/Banner/index.d.ts +2 -0
  282. package/dist/src/components/Notification/InlineNotification/InlineNotification.d.ts +19 -0
  283. package/dist/src/components/Notification/InlineNotification/index.d.ts +2 -0
  284. package/dist/src/components/Notification/Notification.d.ts +13 -0
  285. package/dist/src/components/Notification/Notification.stories.d.ts +102 -0
  286. package/dist/src/components/Notification/Notification.style.d.ts +11 -0
  287. package/dist/src/components/Notification/Notification.test.d.ts +1 -0
  288. package/dist/src/components/Notification/NotificationVisual/NotificationVisual.d.ts +13 -0
  289. package/dist/src/components/Notification/NotificationVisual/NotificationVisual.style.d.ts +5 -0
  290. package/dist/src/components/Notification/NotificationVisual/index.d.ts +2 -0
  291. package/dist/src/components/Notification/NotificationsContainer/NotificationsContainer.d.ts +10 -0
  292. package/dist/src/components/Notification/NotificationsContainer/NotificationsContainer.style.d.ts +4 -0
  293. package/dist/src/components/Notification/NotificationsContainer/index.d.ts +2 -0
  294. package/dist/src/components/Notification/Snackbar/Snackbar.d.ts +19 -0
  295. package/dist/src/components/Notification/Snackbar/Snackbar.style.d.ts +8 -0
  296. package/dist/src/components/Notification/Snackbar/index.d.ts +2 -0
  297. package/dist/src/components/Notification/subcomponents/CompactNotification/CompactNotification.d.ts +28 -0
  298. package/dist/src/components/Notification/subcomponents/CompactNotification/CompactNotification.style.d.ts +10 -0
  299. package/dist/src/components/Notification/subcomponents/CompactNotification/index.d.ts +2 -0
  300. package/dist/src/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.d.ts +7 -0
  301. package/dist/src/components/Notification/subcomponents/NotificationActionsArea/index.d.ts +1 -0
  302. package/dist/src/components/NumberField/NumberField.d.ts +36 -0
  303. package/dist/src/components/NumberField/NumberField.stories.d.ts +95 -0
  304. package/dist/src/components/NumberField/NumberField.style.d.ts +3 -0
  305. package/dist/src/components/NumberField/NumberField.test.d.ts +1 -0
  306. package/dist/src/components/NumberField/components/Stepper/Stepper.d.ts +8 -0
  307. package/dist/src/components/NumberField/components/Stepper/Stepper.style.d.ts +5 -0
  308. package/dist/src/components/NumberField/components/Stepper/index.d.ts +1 -0
  309. package/dist/src/components/NumberField/index.d.ts +2 -0
  310. package/dist/src/components/Pagination/Pagination.d.ts +16 -0
  311. package/dist/src/components/Pagination/Pagination.stories.d.ts +33 -0
  312. package/dist/src/components/Pagination/index.d.ts +2 -0
  313. package/dist/src/components/ProgressIndicator/ProgressIndicator.d.ts +9 -0
  314. package/dist/src/components/ProgressIndicator/ProgressIndicator.stories.d.ts +90 -0
  315. package/dist/src/components/ProgressIndicator/ProgressIndicator.tokens.d.ts +6 -0
  316. package/dist/src/components/ProgressIndicator/ProgressIndicator.types.d.ts +12 -0
  317. package/dist/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.d.ts +5 -0
  318. package/dist/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.d.ts +7 -0
  319. package/dist/src/components/ProgressIndicator/components/ProgressBar/index.d.ts +1 -0
  320. package/dist/src/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.d.ts +5 -0
  321. package/dist/src/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.style.d.ts +3 -0
  322. package/dist/src/components/ProgressIndicator/components/ProgressCircle/index.d.ts +1 -0
  323. package/dist/src/components/ProgressIndicator/index.d.ts +1 -0
  324. package/dist/src/components/Search/Search.d.ts +6 -0
  325. package/dist/src/components/Search/Search.stories.d.ts +51 -0
  326. package/dist/src/components/Search/Search.style.d.ts +1937 -0
  327. package/dist/src/components/Search/Search.test.d.ts +1 -0
  328. package/dist/src/components/Search/Search.tokens.d.ts +6 -0
  329. package/dist/src/components/Search/Search.types.d.ts +11 -0
  330. package/dist/src/components/Search/StatefulSearch.d.ts +5 -0
  331. package/dist/src/components/Search/constants.d.ts +5 -0
  332. package/dist/src/components/Search/index.d.ts +3 -0
  333. package/dist/src/components/Select/Select.d.ts +6 -0
  334. package/dist/src/components/Select/Select.stories.d.ts +123 -0
  335. package/dist/src/components/Select/Select.style.d.ts +5 -0
  336. package/dist/src/components/Select/Select.test.d.ts +1 -0
  337. package/dist/src/components/Select/StatefulSelect.d.ts +5 -0
  338. package/dist/src/components/Select/components/SelectMenu/SelectMenu.d.ts +27 -0
  339. package/dist/src/components/Select/components/SelectMenu/SelectMenu.style.d.ts +12 -0
  340. package/dist/src/components/Select/components/SelectMenu/index.d.ts +2 -0
  341. package/dist/src/components/Select/constants.d.ts +45 -0
  342. package/dist/src/components/Select/index.d.ts +4 -0
  343. package/dist/src/components/Select/storyUtils.d.ts +6 -0
  344. package/dist/src/components/Select/types.d.ts +66 -0
  345. package/dist/src/components/Slider/Slider.d.ts +22 -0
  346. package/dist/src/components/Slider/Slider.stories.d.ts +42 -0
  347. package/dist/src/components/Slider/Slider.style.d.ts +13 -0
  348. package/dist/src/components/Slider/components/SliderMark/SliderMark.d.ts +13 -0
  349. package/dist/src/components/Slider/components/SliderMark/SliderMark.style.d.ts +17 -0
  350. package/dist/src/components/Slider/components/SliderMark/index.d.ts +2 -0
  351. package/dist/src/components/Slider/components/SliderThumb/SliderThumb.d.ts +12 -0
  352. package/dist/src/components/Slider/components/SliderThumb/SliderThumb.style.d.ts +10 -0
  353. package/dist/src/components/Slider/components/SliderThumb/index.d.ts +2 -0
  354. package/dist/src/components/Slider/components/SliderTrack/SliderTrack.d.ts +12 -0
  355. package/dist/src/components/Slider/components/SliderTrack/SliderTrack.style.d.ts +10 -0
  356. package/dist/src/components/Slider/components/SliderTrack/index.d.ts +2 -0
  357. package/dist/src/components/Slider/index.d.ts +2 -0
  358. package/dist/src/components/Table/Table.d.ts +70 -0
  359. package/dist/src/components/Table/Table.stories.d.ts +48 -0
  360. package/dist/src/components/Table/Table.style.d.ts +6 -0
  361. package/dist/src/components/Table/Table.test.d.ts +1 -0
  362. package/dist/src/components/Table/TableRowContext.d.ts +21 -0
  363. package/dist/src/components/Table/components/ExtendedColumnItem/ExtendedColumnItem.d.ts +10 -0
  364. package/dist/src/components/Table/components/ExtendedColumnItem/ExtendedColumnItem.style.d.ts +5 -0
  365. package/dist/src/components/Table/components/ExtendedColumnItem/index.d.ts +2 -0
  366. package/dist/src/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.d.ts +14 -0
  367. package/dist/src/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.style.d.ts +11 -0
  368. package/dist/src/components/Table/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.d.ts +20 -0
  369. package/dist/src/components/Table/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.style.d.ts +4 -0
  370. package/dist/src/components/Table/components/RenderRowOrNestedRow/components/ContentCell/index.d.ts +1 -0
  371. package/dist/src/components/Table/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.d.ts +13 -0
  372. package/dist/src/components/Table/components/RenderRowOrNestedRow/components/ExpandedButtonCell/index.d.ts +1 -0
  373. package/dist/src/components/Table/components/RenderRowOrNestedRow/index.d.ts +1 -0
  374. package/dist/src/components/Table/components/TableCell/TableCell.d.ts +19 -0
  375. package/dist/src/components/Table/components/TableCell/TableCell.style.d.ts +6 -0
  376. package/dist/src/components/Table/components/TableCell/index.d.ts +2 -0
  377. package/dist/src/components/Table/components/TableCell/utils.d.ts +3 -0
  378. package/dist/src/components/Table/components/TableRow/TableRow.d.ts +8 -0
  379. package/dist/src/components/Table/components/TableRow/index.d.ts +2 -0
  380. package/dist/src/components/Table/components/TableRowWrapper/TableRowWrapper.d.ts +21 -0
  381. package/dist/src/components/Table/components/TableRowWrapper/index.d.ts +2 -0
  382. package/dist/src/components/Table/index.d.ts +3 -0
  383. package/dist/src/components/Table/types.d.ts +18 -0
  384. package/dist/src/components/Table/utils/TableStoryComponents.d.ts +10 -0
  385. package/dist/src/components/Table/utils/index.d.ts +1 -0
  386. package/dist/src/components/Table/utils/utils.d.ts +6 -0
  387. package/dist/src/components/Tag/Tag.d.ts +11 -0
  388. package/dist/src/components/Tag/Tag.stories.d.ts +84 -0
  389. package/dist/src/components/Tag/Tag.style.d.ts +9 -0
  390. package/dist/src/components/Tag/Tag.test.d.ts +1 -0
  391. package/dist/src/components/Tag/Tag.tokens.d.ts +6 -0
  392. package/dist/src/components/Tag/Tag.types.d.ts +23 -0
  393. package/dist/src/components/Tag/constants.d.ts +4 -0
  394. package/dist/src/components/Tag/hooks/useGetTagUtils.d.ts +13 -0
  395. package/dist/src/components/Tag/index.d.ts +2 -0
  396. package/dist/src/components/TextArea/TextArea.d.ts +33 -0
  397. package/dist/src/components/TextArea/TextArea.stories.d.ts +77 -0
  398. package/dist/src/components/TextArea/TextArea.style.d.ts +11 -0
  399. package/dist/src/components/TextArea/index.d.ts +2 -0
  400. package/dist/src/components/TextField/TextField.d.ts +37 -0
  401. package/dist/src/components/TextField/TextField.stories.d.ts +99 -0
  402. package/dist/src/components/TextField/TextField.style.d.ts +8 -0
  403. package/dist/src/components/TextField/TextField.test.d.ts +1 -0
  404. package/dist/src/components/TextField/components/commons.d.ts +6 -0
  405. package/dist/src/components/TextField/index.d.ts +2 -0
  406. package/dist/src/components/TextInputBase/TextInputBase.d.ts +39 -0
  407. package/dist/src/components/TextInputBase/TextInputBase.style.d.ts +14 -0
  408. package/dist/src/components/TextInputBase/TextInputBase.tokens.d.ts +6 -0
  409. package/dist/src/components/TextInputBase/index.d.ts +2 -0
  410. package/dist/src/components/ThemeProvider/Test.d.ts +4 -0
  411. package/dist/src/components/ThemeProvider/ThemeProvider.d.ts +9 -0
  412. package/dist/src/components/ThemeProvider/ThemeProvider.stories.d.ts +14 -0
  413. package/dist/src/components/ThemeProvider/ThemeProvider.style.d.ts +5 -0
  414. package/dist/src/components/ThemeProvider/ThemeProvider.test.d.ts +1 -0
  415. package/dist/src/components/ThemeProvider/index.d.ts +2 -0
  416. package/dist/src/components/Toast/Toast.d.ts +23 -0
  417. package/dist/src/components/Toast/Toast.style.d.ts +12 -0
  418. package/dist/src/components/Toast/Toast.test.d.ts +1 -0
  419. package/dist/src/components/Toast/index.d.ts +2 -0
  420. package/dist/src/components/Tooltip/Tooltip.d.ts +5 -0
  421. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +76 -0
  422. package/dist/src/components/Tooltip/Tooltip.style.d.ts +5 -0
  423. package/dist/src/components/Tooltip/Tooltip.types.d.ts +29 -0
  424. package/dist/src/components/Tooltip/index.d.ts +3 -0
  425. package/dist/src/components/Tooltip/utils.d.ts +3 -0
  426. package/dist/src/components/TopAppBar/TopAppBar.d.ts +5 -0
  427. package/dist/src/components/TopAppBar/TopAppBar.stories.d.ts +53 -0
  428. package/dist/src/components/TopAppBar/TopAppBar.style.d.ts +10 -0
  429. package/dist/src/components/TopAppBar/TopAppBar.test.d.ts +1 -0
  430. package/dist/src/components/TopAppBar/TopAppBar.types.d.ts +25 -0
  431. package/dist/src/components/TopAppBar/components/Logo/Logo.style.d.ts +9 -0
  432. package/dist/src/components/TopAppBar/components/Logo/Logo.wrapper.d.ts +7 -0
  433. package/dist/src/components/TopAppBar/components/Logo/index.d.ts +2 -0
  434. package/dist/src/components/TopAppBar/components/Search/Search.d.ts +13 -0
  435. package/dist/src/components/TopAppBar/components/Search/Search.style.d.ts +5 -0
  436. package/dist/src/components/TopAppBar/components/Search/index.d.ts +2 -0
  437. package/dist/src/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.d.ts +5 -0
  438. package/dist/src/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.style.d.ts +7 -0
  439. package/dist/src/components/TopAppBar/components/SidebarMenuIcon/index.d.ts +2 -0
  440. package/dist/src/components/TopAppBar/components/UserMenu/UserMenu.d.ts +13 -0
  441. package/dist/src/components/TopAppBar/components/UserMenu/UserMenu.style.d.ts +7 -0
  442. package/dist/src/components/TopAppBar/components/UserMenu/index.d.ts +2 -0
  443. package/dist/src/components/TopAppBar/components/index.d.ts +6 -0
  444. package/dist/src/components/TopAppBar/index.d.ts +3 -0
  445. package/dist/src/components/TruncatedContent/TruncatedContent.d.ts +12 -0
  446. package/dist/src/components/TruncatedContent/TruncatedContent.stories.d.ts +18 -0
  447. package/dist/src/components/TruncatedContent/TruncatedContent.style.d.ts +5 -0
  448. package/dist/src/components/TruncatedContent/TruncatedContent.test.d.ts +1 -0
  449. package/dist/src/components/TruncatedContent/index.d.ts +2 -0
  450. package/dist/src/components/Typography/Typography.config.styles.d.ts +19 -0
  451. package/dist/src/components/Typography/Typography.d.ts +29 -0
  452. package/dist/src/components/Typography/Typography.stories.d.ts +40 -0
  453. package/dist/src/components/Typography/Typography.style.d.ts +14 -0
  454. package/dist/src/components/Typography/index.d.ts +2 -0
  455. package/dist/src/components/Typography/utils.d.ts +4 -0
  456. package/dist/src/components/storyUtils/BarChartShowCase/BarChartShowCase.d.ts +5 -0
  457. package/dist/src/components/storyUtils/BarChartShowCase/index.d.ts +1 -0
  458. package/dist/src/components/storyUtils/BreadcrumbShowcase/BreadcrumbShowcase.d.ts +8 -0
  459. package/dist/src/components/storyUtils/BreadcrumbShowcase/index.d.ts +1 -0
  460. package/dist/src/components/storyUtils/Breakpoints/Breakpoints.d.ts +2 -0
  461. package/dist/src/components/storyUtils/Breakpoints/index.d.ts +1 -0
  462. package/dist/src/components/storyUtils/ButtonShowcases/ButtonShowcase.d.ts +8 -0
  463. package/dist/src/components/storyUtils/ButtonShowcases/LoadingButtonShowcase.d.ts +4 -0
  464. package/dist/src/components/storyUtils/ButtonShowcases/index.d.ts +2 -0
  465. package/dist/src/components/storyUtils/CardShowcase/CardShowcase.d.ts +11 -0
  466. package/dist/src/components/storyUtils/CardShowcase/CardShowcase.style.d.ts +4 -0
  467. package/dist/src/components/storyUtils/CardShowcase/index.d.ts +1 -0
  468. package/dist/src/components/storyUtils/ColorUtility/ColorBox.d.ts +10 -0
  469. package/dist/src/components/storyUtils/ColorUtility/ColorUtility.d.ts +4 -0
  470. package/dist/src/components/storyUtils/ColorUtility/ColorUtility.style.d.ts +4 -0
  471. package/dist/src/components/storyUtils/ColorUtility/RangeInput.d.ts +8 -0
  472. package/dist/src/components/storyUtils/ColorUtility/index.d.ts +0 -0
  473. package/dist/src/components/storyUtils/ColorUtility/useColors.d.ts +17 -0
  474. package/dist/src/components/storyUtils/ColorUtility/utils.d.ts +2 -0
  475. package/dist/src/components/storyUtils/DonutChartShowCase/DonutChartShowCase.d.ts +8 -0
  476. package/dist/src/components/storyUtils/DonutChartShowCase/index.d.ts +1 -0
  477. package/dist/src/components/storyUtils/EdgeCasesSelectShowcase/EdgeCasesSelectShowcase.d.ts +4 -0
  478. package/dist/src/components/storyUtils/EdgeCasesSelectShowcase/EdgeCasesSelectShowcase.style.d.ts +3 -0
  479. package/dist/src/components/storyUtils/EdgeCasesSelectShowcase/index.d.ts +1 -0
  480. package/dist/src/components/storyUtils/IconographyShowcase/IconographyShowcase.d.ts +4 -0
  481. package/dist/src/components/storyUtils/IconographyShowcase/index.d.ts +1 -0
  482. package/dist/src/components/storyUtils/LabelConfigStoryComponents.d.ts +5 -0
  483. package/dist/src/components/storyUtils/ModalShowcase/ModalShowcase.d.ts +8 -0
  484. package/dist/src/components/storyUtils/ModalShowcase/index.d.ts +1 -0
  485. package/dist/src/components/storyUtils/NavigationShowcase/MenuItems.d.ts +3 -0
  486. package/dist/src/components/storyUtils/NavigationShowcase/NavigationShowcase.d.ts +7 -0
  487. package/dist/src/components/storyUtils/NavigationShowcase/index.d.ts +1 -0
  488. package/dist/src/components/storyUtils/NotificationShowcase/NotificationShowcase.d.ts +12 -0
  489. package/dist/src/components/storyUtils/NotificationShowcase/index.d.ts +2 -0
  490. package/dist/src/components/storyUtils/PaletteShowcase/PaletteShowcase.d.ts +2 -0
  491. package/dist/src/components/storyUtils/PaletteShowcase/PaletteShowcase.style.d.ts +18 -0
  492. package/dist/src/components/storyUtils/PaletteShowcase/PaletteShowcase.test.d.ts +1 -0
  493. package/dist/src/components/storyUtils/PaletteShowcase/index.d.ts +1 -0
  494. package/dist/src/components/storyUtils/PresentComponent/PresentComponent.d.ts +8 -0
  495. package/dist/src/components/storyUtils/PresentComponent/index.d.ts +1 -0
  496. package/dist/src/components/storyUtils/SelectShowcase/MultiSelectShowcase.d.ts +9 -0
  497. package/dist/src/components/storyUtils/SelectShowcase/MultiSelectShowcase.style.d.ts +5 -0
  498. package/dist/src/components/storyUtils/SelectShowcase/SelectShowcase.d.ts +11 -0
  499. package/dist/src/components/storyUtils/SelectShowcase/index.d.ts +2 -0
  500. package/dist/src/components/storyUtils/SliderShowcase/SliderShowcase.d.ts +10 -0
  501. package/dist/src/components/storyUtils/SliderShowcase/index.d.ts +1 -0
  502. package/dist/src/components/storyUtils/Stack/Stack.d.ts +10 -0
  503. package/dist/src/components/storyUtils/Stack/index.d.ts +1 -0
  504. package/dist/src/components/storyUtils/TableFilterShowcase/TableFilterShowcase.d.ts +4 -0
  505. package/dist/src/components/storyUtils/TableFilterShowcase/index.d.ts +1 -0
  506. package/dist/src/components/storyUtils/TextFieldShowcases/MultiTextFieldShowcase.d.ts +7 -0
  507. package/dist/src/components/storyUtils/TextFieldShowcases/TextFieldShowCase.d.ts +8 -0
  508. package/dist/src/components/storyUtils/TextFieldShowcases/index.d.ts +2 -0
  509. package/dist/src/components/storyUtils/ThemeWrapper/ThemeWrapper.d.ts +4 -0
  510. package/dist/src/components/storyUtils/ThemeWrapper/index.d.ts +1 -0
  511. package/dist/src/components/storyUtils/TooltipShowcase/TooltipShowcase.d.ts +6 -0
  512. package/dist/src/components/storyUtils/TooltipShowcase/components/TooltipContent/TooltipContent.d.ts +7 -0
  513. package/dist/src/components/storyUtils/TooltipShowcase/components/TooltipContent/TooltipContent.style.d.ts +5 -0
  514. package/dist/src/components/storyUtils/TooltipShowcase/components/TooltipContent/index.d.ts +1 -0
  515. package/dist/src/components/storyUtils/TooltipShowcase/index.d.ts +1 -0
  516. package/dist/src/components/storyUtils/TopAppBarShowcase.d.ts +20 -0
  517. package/dist/src/components/storyUtils/componentsForTypes.d.ts +12 -0
  518. package/dist/src/components/utils/ClickAwayListener/ClickAwayListener.d.ts +12 -0
  519. package/dist/src/components/utils/ClickAwayListener/index.d.ts +1 -0
  520. package/dist/src/components/utils/DropdownOptions/index.d.ts +9 -0
  521. package/dist/src/components/utils/PositionInScreen/PositionInScreen.d.ts +25 -0
  522. package/dist/src/components/utils/PositionInScreen/PositionInScreen.style.d.ts +11 -0
  523. package/dist/src/components/utils/PositionInScreen/hooks.d.ts +5 -0
  524. package/dist/src/components/utils/PositionInScreen/index.d.ts +1 -0
  525. package/dist/src/components/utils/PositionInScreen/utils.d.ts +1 -0
  526. package/dist/src/components/utils/handleSearch.d.ts +12 -0
  527. package/dist/src/hooks/__tests__/useSearchQueryParams.test.d.ts +1 -0
  528. package/dist/src/hooks/index.d.ts +1 -0
  529. package/dist/src/hooks/storyUtils/DemoUseSearchQueryParams.d.ts +7 -0
  530. package/dist/src/hooks/useBreakpoints.d.ts +4 -0
  531. package/dist/src/hooks/useBreakpoints.test.d.ts +1 -0
  532. package/dist/src/hooks/useCheck.d.ts +7 -0
  533. package/dist/src/hooks/useCombinedRefs.d.ts +3 -0
  534. package/dist/src/hooks/useElementSize.d.ts +10 -0
  535. package/dist/src/hooks/useEscape.d.ts +2 -0
  536. package/dist/src/hooks/useEventListener.d.ts +4 -0
  537. package/dist/src/hooks/useFieldUtils.d.ts +14 -0
  538. package/dist/src/hooks/useIsoMorphicLayoutEffect.d.ts +4 -0
  539. package/dist/src/hooks/useKeyboardEvents.d.ts +31 -0
  540. package/dist/src/hooks/useLoading.d.ts +8 -0
  541. package/dist/src/hooks/useLocationToGetCurrentMenuItem.d.ts +4 -0
  542. package/dist/src/hooks/usePagination.d.ts +15 -0
  543. package/dist/src/hooks/useSearchQueryParams.d.ts +2 -0
  544. package/dist/src/hooks/useSearchQueryParams.stories.d.ts +23 -0
  545. package/dist/src/hooks/useTheme.d.ts +2 -0
  546. package/dist/src/hooks/useThemeSwitch.d.ts +9 -0
  547. package/dist/src/hooks/useToggle.d.ts +2 -0
  548. package/dist/src/hooks/useTypeColorToColorMatch.d.ts +17 -0
  549. package/dist/src/index.d.ts +119 -0
  550. package/dist/src/storybook/Link/Link.d.ts +8 -0
  551. package/dist/src/storybook/Link/Link.style.d.ts +4 -0
  552. package/dist/src/storybook/Link/index.d.ts +2 -0
  553. package/dist/src/storybook/Note/Note.d.ts +4 -0
  554. package/dist/src/storybook/Note/Note.style.d.ts +4 -0
  555. package/dist/src/storybook/Note/index.d.ts +1 -0
  556. package/dist/src/storybook/Overview/Overview.d.ts +6 -0
  557. package/dist/src/storybook/Overview/Overview.style.d.ts +3 -0
  558. package/dist/src/storybook/Overview/index.d.ts +1 -0
  559. package/dist/src/storybook/Preview/Preview.d.ts +7 -0
  560. package/dist/src/storybook/Preview/Preview.style.d.ts +3 -0
  561. package/dist/src/storybook/Preview/index.d.ts +2 -0
  562. package/dist/src/storybook/SectionHeader/SectionHeader.d.ts +12 -0
  563. package/dist/src/storybook/SectionHeader/SectionHeader.style.d.ts +6 -0
  564. package/dist/src/storybook/SectionHeader/index.d.ts +2 -0
  565. package/dist/src/storybook/Showcases/BorderWidthShowcase/BorderWidthShowcase.d.ts +2 -0
  566. package/dist/src/storybook/Showcases/BorderWidthShowcase/index.d.ts +1 -0
  567. package/dist/src/storybook/Showcases/BoxShadowShowcase/BoxShadowShowcase.d.ts +2 -0
  568. package/dist/src/storybook/Showcases/BoxShadowShowcase/index.d.ts +1 -0
  569. package/dist/src/storybook/Showcases/LayoutShowcase/LayoutShowcase.d.ts +13 -0
  570. package/dist/src/storybook/Showcases/LayoutShowcase/LayoutShowcase.style.d.ts +13 -0
  571. package/dist/src/storybook/Showcases/LayoutShowcase/index.d.ts +1 -0
  572. package/dist/src/storybook/Showcases/MinHeightShowcase/MinHeightShowcase.d.ts +2 -0
  573. package/dist/src/storybook/Showcases/MinHeightShowcase/index.d.ts +1 -0
  574. package/dist/src/storybook/Showcases/OpacityShowcase/OpacityShowcase.d.ts +2 -0
  575. package/dist/src/storybook/Showcases/OpacityShowcase/index.d.ts +1 -0
  576. package/dist/src/storybook/Showcases/OverviewShowcase/OverviewShowcase.d.ts +10 -0
  577. package/dist/src/storybook/Showcases/OverviewShowcase/OverviewShowcase.style.d.ts +3 -0
  578. package/dist/src/storybook/Showcases/OverviewShowcase/index.d.ts +1 -0
  579. package/dist/src/storybook/Showcases/RadiusShowcase/RadiusShowcase.d.ts +5 -0
  580. package/dist/src/storybook/Showcases/RadiusShowcase/index.d.ts +1 -0
  581. package/dist/src/storybook/Showcases/SizingShowcase/SizingShowcase.d.ts +5 -0
  582. package/dist/src/storybook/Showcases/SizingShowcase/index.d.ts +1 -0
  583. package/dist/src/storybook/Showcases/SpacingSizingShowcase/SpacingSizingShowcase.d.ts +5 -0
  584. package/dist/src/storybook/Showcases/SpacingSizingShowcase/SpacingSizingShowcase.style.d.ts +0 -0
  585. package/dist/src/storybook/Showcases/SpacingSizingShowcase/index.d.ts +1 -0
  586. package/dist/src/storybook/Showcases/StateShowcase/StateShowcase.d.ts +2 -0
  587. package/dist/src/storybook/Showcases/StateShowcase/index.d.ts +1 -0
  588. package/dist/src/storybook/Showcases/TagShowcase/TagShowcase.d.ts +9 -0
  589. package/dist/src/storybook/Showcases/TagShowcase/index.d.ts +1 -0
  590. package/dist/src/storybook/Showcases/TextColorShowcase/TextColorShowcase.d.ts +2 -0
  591. package/dist/src/storybook/Showcases/TextColorShowcase/TextColorShowcase.style.d.ts +5 -0
  592. package/dist/src/storybook/Showcases/TextColorShowcase/index.d.ts +1 -0
  593. package/dist/src/storybook/Showcases/TokenColorsShowcase/TokenColorsShowcase.d.ts +10 -0
  594. package/dist/src/storybook/Showcases/TokenColorsShowcase/TokenColorsShowcase.style.d.ts +7 -0
  595. package/dist/src/storybook/Showcases/TokenColorsShowcase/index.d.ts +2 -0
  596. package/dist/src/storybook/Showcases/TokenColorsShowcase/utils.d.ts +17 -0
  597. package/dist/src/storybook/Showcases/TypographyTokensShowcase/TypographyTokensShowcase.d.ts +2 -0
  598. package/dist/src/storybook/Showcases/TypographyTokensShowcase/TypographyTokensShowcase.style.d.ts +4 -0
  599. package/dist/src/storybook/Showcases/TypographyTokensShowcase/index.d.ts +1 -0
  600. package/dist/src/storybook/SubsectionHeader/SubsectionHeader.d.ts +9 -0
  601. package/dist/src/storybook/SubsectionHeader/SubsectionHeader.style.d.ts +3 -0
  602. package/dist/src/storybook/SubsectionHeader/index.d.ts +1 -0
  603. package/dist/src/storybook/Tip/Tip.d.ts +7 -0
  604. package/dist/src/storybook/Tip/Tip.style.d.ts +5 -0
  605. package/dist/src/storybook/Tip/index.d.ts +2 -0
  606. package/dist/src/storybook/Typography/Typography.d.ts +9 -0
  607. package/dist/src/storybook/Typography/Typography.style.d.ts +4 -0
  608. package/dist/src/storybook/Typography/constants.d.ts +4 -0
  609. package/dist/src/storybook/Typography/index.d.ts +2 -0
  610. package/dist/src/storybook/UsageGuidelines/UsageGuidelines.d.ts +7 -0
  611. package/dist/src/storybook/UsageGuidelines/UsageGuidelines.style.d.ts +4 -0
  612. package/dist/src/storybook/UsageGuidelines/index.d.ts +1 -0
  613. package/dist/src/storybook/index.d.ts +8 -0
  614. package/dist/src/storybook/styles/OverviewCard.style.d.ts +4 -0
  615. package/dist/src/storybook.test.d.ts +1 -0
  616. package/dist/src/test/index.d.ts +1 -0
  617. package/dist/src/test/setup.d.ts +1 -0
  618. package/dist/src/test/utils.d.ts +7 -0
  619. package/dist/src/theme/dimension/borderRadius.d.ts +9 -0
  620. package/dist/src/theme/dimension/borderWidth.d.ts +9 -0
  621. package/dist/src/theme/dimension/index.d.ts +10 -0
  622. package/dist/src/theme/dimension/minHeight.d.ts +9 -0
  623. package/dist/src/theme/dimension/opacity.d.ts +9 -0
  624. package/dist/src/theme/dimension/sizing.d.ts +9 -0
  625. package/dist/src/theme/dimension/spacing.d.ts +9 -0
  626. package/dist/src/theme/dimension/state.d.ts +9 -0
  627. package/dist/src/theme/dimension/variables/borderRadius.d.ts +28 -0
  628. package/dist/src/theme/dimension/variables/borderWidth.d.ts +23 -0
  629. package/dist/src/theme/dimension/variables/minHeight.d.ts +20 -0
  630. package/dist/src/theme/dimension/variables/opacity.d.ts +18 -0
  631. package/dist/src/theme/dimension/variables/sizing.d.ts +30 -0
  632. package/dist/src/theme/dimension/variables/spacing.d.ts +43 -0
  633. package/dist/src/theme/dimension/variables/state.d.ts +25 -0
  634. package/dist/src/theme/functions.d.ts +9 -0
  635. package/dist/src/theme/globals/borderRadius.d.ts +8 -0
  636. package/dist/src/theme/globals/borderWidth.d.ts +8 -0
  637. package/dist/src/theme/globals/colors.d.ts +9 -0
  638. package/dist/src/theme/globals/constants/borderRadius.d.ts +43 -0
  639. package/dist/src/theme/globals/constants/borderWidth.d.ts +17 -0
  640. package/dist/src/theme/globals/constants/colors.d.ts +295 -0
  641. package/dist/src/theme/globals/constants/fontFamily.d.ts +12 -0
  642. package/dist/src/theme/globals/constants/fontSize.d.ts +44 -0
  643. package/dist/src/theme/globals/constants/fontWeight.d.ts +18 -0
  644. package/dist/src/theme/globals/constants/letterSpacing.d.ts +19 -0
  645. package/dist/src/theme/globals/constants/lineHeight.d.ts +48 -0
  646. package/dist/src/theme/globals/constants/opacity.d.ts +29 -0
  647. package/dist/src/theme/globals/constants/sizing.d.ts +95 -0
  648. package/dist/src/theme/globals/constants/spacing.d.ts +55 -0
  649. package/dist/src/theme/globals/constants/textCase.d.ts +11 -0
  650. package/dist/src/theme/globals/constants/textDecoration.d.ts +12 -0
  651. package/dist/src/theme/globals/elevation.d.ts +8 -0
  652. package/dist/src/theme/globals/index.d.ts +12 -0
  653. package/dist/src/theme/globals/oldColors.d.ts +2 -0
  654. package/dist/src/theme/globals/opacity.d.ts +8 -0
  655. package/dist/src/theme/globals/sizing.d.ts +8 -0
  656. package/dist/src/theme/globals/spacing.d.ts +8 -0
  657. package/dist/src/theme/globals/typography.d.ts +54 -0
  658. package/dist/src/theme/index.d.ts +5 -0
  659. package/dist/src/theme/overrides.d.ts +3 -0
  660. package/dist/src/theme/palette.config.d.ts +46 -0
  661. package/dist/src/theme/palette.d.ts +74 -0
  662. package/dist/src/theme/states/disabled.d.ts +12 -0
  663. package/dist/src/theme/states/focus.d.ts +17 -0
  664. package/dist/src/theme/states/hover.d.ts +16 -0
  665. package/dist/src/theme/states/index.d.ts +6 -0
  666. package/dist/src/theme/states/pressed.d.ts +16 -0
  667. package/dist/src/theme/states/statesConfig.d.ts +37 -0
  668. package/dist/src/theme/states/tests/states.test.d.ts +1 -0
  669. package/dist/src/theme/states/utils.d.ts +10 -0
  670. package/dist/src/theme/tests/utils.test.d.ts +1 -0
  671. package/dist/src/theme/tokens/components/variables/avatar.d.ts +103 -0
  672. package/dist/src/theme/tokens/components/variables/button.d.ts +27 -0
  673. package/dist/src/theme/tokens/components/variables/controls.d.ts +19 -0
  674. package/dist/src/theme/tokens/components/variables/datePicker.d.ts +18 -0
  675. package/dist/src/theme/tokens/components/variables/field.d.ts +93 -0
  676. package/dist/src/theme/tokens/components/variables/filter.d.ts +8 -0
  677. package/dist/src/theme/tokens/components/variables/link.d.ts +58 -0
  678. package/dist/src/theme/tokens/components/variables/listItem.d.ts +13 -0
  679. package/dist/src/theme/tokens/components/variables/progressIndicator.d.ts +15 -0
  680. package/dist/src/theme/tokens/components/variables/search.d.ts +10 -0
  681. package/dist/src/theme/tokens/components/variables/tag.d.ts +17 -0
  682. package/dist/src/theme/tokens/index.d.ts +10 -0
  683. package/dist/src/theme/tokens/semantic/boxShadow.d.ts +8 -0
  684. package/dist/src/theme/tokens/semantic/colors.d.ts +9 -0
  685. package/dist/src/theme/tokens/semantic/disabledState.d.ts +8 -0
  686. package/dist/src/theme/tokens/semantic/index.d.ts +8 -0
  687. package/dist/src/theme/tokens/semantic/state.d.ts +8 -0
  688. package/dist/src/theme/tokens/semantic/tests/constants.d.ts +22 -0
  689. package/dist/src/theme/tokens/semantic/tests/utils.test.d.ts +1 -0
  690. package/dist/src/theme/tokens/semantic/typography.d.ts +12 -0
  691. package/dist/src/theme/tokens/semantic/variables/boxShadow.d.ts +71 -0
  692. package/dist/src/theme/tokens/semantic/variables/colors.d.ts +308 -0
  693. package/dist/src/theme/tokens/semantic/variables/disabledState.d.ts +7 -0
  694. package/dist/src/theme/tokens/semantic/variables/state.d.ts +24 -0
  695. package/dist/src/theme/tokens/semantic/variables/typography.d.ts +359 -0
  696. package/dist/src/theme/tokens/utils/components.d.ts +13 -0
  697. package/dist/src/theme/tokens/utils/index.d.ts +4 -0
  698. package/dist/src/theme/tokens/utils/parsers.d.ts +21 -0
  699. package/dist/src/theme/tokens/utils/semantic.d.ts +11 -0
  700. package/dist/src/theme/tokens/utils/types.d.ts +49 -0
  701. package/dist/src/theme/types.d.ts +82 -0
  702. package/dist/src/theme/utils.d.ts +51 -0
  703. package/dist/src/utils/common.d.ts +22 -0
  704. package/dist/src/utils/date.d.ts +5 -0
  705. package/dist/src/utils/errors.d.ts +6 -0
  706. package/dist/src/utils/helpers.d.ts +20 -0
  707. package/dist/src/utils/storyshots.d.ts +18 -0
  708. package/dist/src/utils/tests/helpers.test.d.ts +1 -0
  709. package/dist/src/utils/tests/themeFunctions.test.d.ts +1 -0
  710. package/dist/src/utils/themeFunctions.d.ts +35 -0
  711. package/dist/src/utils/types.d.ts +11 -0
  712. package/dist/types/index.d.ts +1 -0
  713. package/package.json +21 -14
  714. package/dist/codemods/avatarCodemod.js +0 -45
  715. package/dist/codemods/avatarCodemod.js.map +0 -1
  716. package/dist/codemods/buttonCodemod.js +0 -32
  717. package/dist/codemods/buttonCodemod.js.map +0 -1
  718. package/dist/codemods/checkboxCodemod.js +0 -29
  719. package/dist/codemods/checkboxCodemod.js.map +0 -1
  720. package/dist/codemods/chipCodemode.js +0 -39
  721. package/dist/codemods/chipCodemode.js.map +0 -1
  722. package/dist/codemods/drawerCodemod.js +0 -61
  723. package/dist/codemods/drawerCodemod.js.map +0 -1
  724. package/dist/codemods/filterCodemod.js +0 -27
  725. package/dist/codemods/filterCodemod.js.map +0 -1
  726. package/dist/codemods/globalsCodemod.js +0 -130
  727. package/dist/codemods/globalsCodemod.js.map +0 -1
  728. package/dist/codemods/iconButtonCodemod.js +0 -28
  729. package/dist/codemods/iconButtonCodemod.js.map +0 -1
  730. package/dist/codemods/iconCodemod.js +0 -19
  731. package/dist/codemods/iconCodemod.js.map +0 -1
  732. package/dist/codemods/loaderCodemod.js +0 -42
  733. package/dist/codemods/loaderCodemod.js.map +0 -1
  734. package/dist/codemods/menuCodemod.js +0 -31
  735. package/dist/codemods/menuCodemod.js.map +0 -1
  736. package/dist/codemods/notificationsCodemod.js +0 -17
  737. package/dist/codemods/notificationsCodemod.js.map +0 -1
  738. package/dist/codemods/paginationCodemod.js +0 -32
  739. package/dist/codemods/paginationCodemod.js.map +0 -1
  740. package/dist/codemods/radioCodemod.js +0 -21
  741. package/dist/codemods/radioCodemod.js.map +0 -1
  742. package/dist/codemods/radioGroupCodemod.js +0 -18
  743. package/dist/codemods/radioGroupCodemod.js.map +0 -1
  744. package/dist/codemods/searchCodemod.js +0 -31
  745. package/dist/codemods/searchCodemod.js.map +0 -1
  746. package/dist/codemods/selectCodemod.js +0 -66
  747. package/dist/codemods/selectCodemod.js.map +0 -1
  748. package/dist/codemods/switchCodemod.js +0 -28
  749. package/dist/codemods/switchCodemod.js.map +0 -1
  750. package/dist/codemods/tableCodemod.js +0 -23
  751. package/dist/codemods/tableCodemod.js.map +0 -1
  752. package/dist/codemods/textareaCodemod.js +0 -44
  753. package/dist/codemods/textareaCodemod.js.map +0 -1
  754. package/dist/codemods/textfieldCodemod.js +0 -43
  755. package/dist/codemods/textfieldCodemod.js.map +0 -1
  756. package/dist/codemods/tooltipCodemod.js +0 -26
  757. package/dist/codemods/tooltipCodemod.js.map +0 -1
  758. package/dist/codemods/unchangedIconsCodemod.js +0 -56
  759. package/dist/codemods/unchangedIconsCodemod.js.map +0 -1
  760. package/dist/index.d.ts +0 -3479
  761. package/dist/index.umd.js +0 -147
@@ -0,0 +1,1937 @@
1
+ import { SerializedStyles } from '@emotion/react';
2
+ import { Theme } from 'theme';
3
+ import { SearchProps } from './Search.types';
4
+
5
+ export declare const searchContainer: () => SerializedStyles;
6
+ export declare const searchInputStyles: () => (theme: Theme) => SerializedStyles;
7
+ export declare const filterStyles: () => (theme: Theme) => SerializedStyles;
8
+ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
9
+ hasFilter: boolean;
10
+ } & Pick<SearchProps, 'isDisabled' | 'sx'>) => (theme: Theme) => {
11
+ wrapper: {
12
+ accentColor?: readonly string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
13
+ alignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
14
+ alignItems?: readonly string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
15
+ alignSelf?: readonly string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
16
+ alignTracks?: readonly string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
17
+ animationComposition?: readonly string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
18
+ animationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
19
+ animationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
20
+ animationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
21
+ animationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
22
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
23
+ animationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
24
+ animationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
25
+ animationRangeEnd?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number>>[];
26
+ animationRangeStart?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number>>[];
27
+ animationTimeline?: readonly string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
28
+ animationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
29
+ appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance>[] | readonly import("csstype").Property.Appearance[];
30
+ aspectRatio?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio>[];
31
+ backdropFilter?: readonly string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
32
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
33
+ backgroundAttachment?: readonly string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
34
+ backgroundBlendMode?: readonly string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
35
+ backgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
36
+ backgroundColor?: readonly string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
37
+ backgroundImage?: readonly string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
38
+ backgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
39
+ backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
40
+ backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
41
+ backgroundRepeat?: readonly string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
42
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
43
+ blockOverflow?: readonly string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
44
+ blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number>>[];
45
+ borderBlockColor?: readonly string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
46
+ borderBlockEndColor?: readonly string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
47
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
48
+ borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
49
+ borderBlockStartColor?: readonly string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
50
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
51
+ borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
52
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
53
+ borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
54
+ borderBottomColor?: readonly string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
55
+ borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
56
+ borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
57
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
58
+ borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
59
+ borderCollapse?: import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
60
+ borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
61
+ borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
62
+ borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
63
+ borderImageRepeat?: readonly string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
64
+ borderImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[];
65
+ borderImageSource?: readonly string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
66
+ borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
67
+ borderInlineColor?: readonly string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
68
+ borderInlineEndColor?: readonly string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
69
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
70
+ borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
71
+ borderInlineStartColor?: readonly string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
72
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
73
+ borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
74
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
75
+ borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
76
+ borderLeftColor?: readonly string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
77
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
78
+ borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
79
+ borderRightColor?: readonly string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
80
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
81
+ borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
82
+ borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
83
+ borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
84
+ borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
85
+ borderTopColor?: readonly string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
86
+ borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
87
+ borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
88
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
89
+ borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
90
+ bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number>>[];
91
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
92
+ boxShadow: string | readonly string[];
93
+ boxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
94
+ breakAfter?: import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
95
+ breakBefore?: import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
96
+ breakInside?: import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
97
+ captionSide?: import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
98
+ caretColor?: readonly string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
99
+ caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape>[] | readonly import("csstype").Property.CaretShape[];
100
+ clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
101
+ clipPath?: readonly string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
102
+ color?: readonly string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
103
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
104
+ colorScheme?: readonly string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
105
+ columnCount?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[];
106
+ columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
107
+ columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
108
+ columnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
109
+ columnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
110
+ columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
111
+ columnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
112
+ columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
113
+ contain?: readonly string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
114
+ containIntrinsicBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number>>[];
115
+ containIntrinsicHeight?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number>>[];
116
+ containIntrinsicInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number>>[];
117
+ containIntrinsicWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number>>[];
118
+ containerName?: readonly string[] | import("csstype").Property.ContainerName | readonly import("csstype").Property.ContainerName[];
119
+ containerType?: import("csstype").Property.ContainerType | readonly NonNullable<import("csstype").Property.ContainerType>[] | readonly import("csstype").Property.ContainerType[];
120
+ content?: readonly string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
121
+ contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
122
+ counterIncrement?: readonly string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
123
+ counterReset?: readonly string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
124
+ counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
125
+ cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
126
+ direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
127
+ display?: readonly string[] | import("csstype").Property.Display | readonly import("csstype").Property.Display[];
128
+ emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
129
+ filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
130
+ flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
131
+ flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
132
+ flexGrow?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[];
133
+ flexShrink?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[];
134
+ flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
135
+ float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
136
+ fontFamily?: readonly string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
137
+ fontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
138
+ fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
139
+ fontLanguageOverride?: readonly string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
140
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
141
+ fontPalette?: readonly string[] | import("csstype").Property.FontPalette | readonly import("csstype").Property.FontPalette[];
142
+ fontSize?: readonly (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number>>[];
143
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import('csstype').Globals | "from-font")[];
144
+ fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
145
+ fontStretch?: readonly string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
146
+ fontStyle?: readonly string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
147
+ fontSynthesis?: readonly string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
148
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition>[] | readonly import("csstype").Property.FontSynthesisPosition[];
149
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps>[] | readonly import("csstype").Property.FontSynthesisSmallCaps[];
150
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle>[] | readonly import("csstype").Property.FontSynthesisStyle[];
151
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight>[] | readonly import("csstype").Property.FontSynthesisWeight[];
152
+ fontVariant?: readonly string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
153
+ fontVariantAlternates?: readonly string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
154
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
155
+ fontVariantEastAsian?: readonly string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
156
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji>[] | readonly import("csstype").Property.FontVariantEmoji[];
157
+ fontVariantLigatures?: readonly string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
158
+ fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
159
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
160
+ fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
161
+ fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | "normal" | (string & {}) | import('csstype').Globals | "bolder" | "lighter")[];
162
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
163
+ gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
164
+ gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
165
+ gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
166
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd>[] | readonly ((string & {}) | "auto" | import('csstype').Globals)[];
167
+ gridColumnStart?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart>[];
168
+ gridRowEnd?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd>[];
169
+ gridRowStart?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart>[];
170
+ gridTemplateAreas?: readonly string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
171
+ gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
172
+ gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
173
+ hangingPunctuation?: readonly string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
174
+ height: any;
175
+ hyphenateCharacter?: readonly string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
176
+ hyphenateLimitChars?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars>[];
177
+ hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
178
+ imageOrientation?: readonly string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
179
+ imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
180
+ imageResolution?: readonly string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
181
+ initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[] | readonly ("normal" | (string & {}) | import('csstype').Globals)[];
182
+ inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number>>[];
183
+ inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
184
+ insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
185
+ insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
186
+ insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
187
+ insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
188
+ isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
189
+ justifyContent?: readonly string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
190
+ justifyItems?: readonly string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
191
+ justifySelf?: readonly string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
192
+ justifyTracks?: readonly string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
193
+ left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number>>[];
194
+ letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
195
+ lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
196
+ lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number>>[];
197
+ lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
198
+ listStyleImage?: readonly string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
199
+ listStylePosition?: import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
200
+ listStyleType?: readonly string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
201
+ marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
202
+ marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
203
+ marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
204
+ marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
205
+ marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
206
+ marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
207
+ marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number>>[];
208
+ marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[];
209
+ marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim>[] | readonly import("csstype").Property.MarginTrim[];
210
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
211
+ maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
212
+ maskBorderRepeat?: readonly string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
213
+ maskBorderSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[];
214
+ maskBorderSource?: readonly string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
215
+ maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
216
+ maskClip?: readonly string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
217
+ maskComposite?: readonly string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
218
+ maskImage?: readonly string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
219
+ maskMode?: readonly string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
220
+ maskOrigin?: readonly string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
221
+ maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
222
+ maskRepeat?: readonly string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
223
+ maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number>>[];
224
+ maskType?: import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
225
+ masonryAutoFlow?: readonly string[] | import("csstype").Property.MasonryAutoFlow | readonly import("csstype").Property.MasonryAutoFlow[];
226
+ mathDepth?: import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import('csstype').Globals | "auto-add")[];
227
+ mathShift?: import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
228
+ mathStyle?: import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
229
+ maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
230
+ maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
231
+ maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
232
+ maxLines?: import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import('csstype').Globals)[];
233
+ maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
234
+ minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
235
+ minHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number>>[];
236
+ minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
237
+ minWidth: string | number | readonly NonNullable<import("csstype").Property.MinWidth<string | number>>[];
238
+ mixBlendMode?: import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
239
+ motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
240
+ motionPath?: readonly string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
241
+ motionRotation?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
242
+ objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
243
+ objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
244
+ offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
245
+ offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
246
+ offsetPath?: readonly string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
247
+ offsetPosition?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number>>[];
248
+ offsetRotate?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
249
+ offsetRotation?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
250
+ opacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[] | readonly ((string & {}) | import('csstype').Globals)[];
251
+ order?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[];
252
+ orphans?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans>[];
253
+ outlineColor?: readonly string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
254
+ outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
255
+ outlineStyle?: readonly string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
256
+ outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
257
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
258
+ overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
259
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
260
+ overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
261
+ overflowInline?: import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
262
+ overflowWrap?: import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
263
+ overflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
264
+ overflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
265
+ overlay?: import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay>[] | readonly import("csstype").Property.Overlay[];
266
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
267
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
268
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
269
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
270
+ paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
271
+ paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
272
+ paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
273
+ paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
274
+ paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
275
+ paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
276
+ paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
277
+ paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
278
+ page?: readonly string[] | import("csstype").Property.Page | readonly import("csstype").Property.Page[];
279
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
280
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
281
+ pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
282
+ paintOrder?: readonly string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
283
+ perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[];
284
+ perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
285
+ pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
286
+ position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position>[] | readonly import("csstype").Property.Position[];
287
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
288
+ quotes?: readonly string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
289
+ resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
290
+ right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number>>[];
291
+ rotate?: readonly string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
292
+ rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number>>[];
293
+ rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
294
+ rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
295
+ rubyPosition?: readonly string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
296
+ scale?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale>[];
297
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
298
+ scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
299
+ scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
300
+ scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
301
+ scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
302
+ scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
303
+ scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
304
+ scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
305
+ scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
306
+ scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
307
+ scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
308
+ scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
309
+ scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
310
+ scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
311
+ scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
312
+ scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
313
+ scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
314
+ scrollSnapAlign?: readonly string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
315
+ scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
316
+ scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
317
+ scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
318
+ scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
319
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
320
+ scrollSnapType?: readonly string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
321
+ scrollTimelineAxis?: readonly string[] | import("csstype").Property.ScrollTimelineAxis | readonly import("csstype").Property.ScrollTimelineAxis[];
322
+ scrollTimelineName?: readonly string[] | import("csstype").Property.ScrollTimelineName | readonly import("csstype").Property.ScrollTimelineName[];
323
+ scrollbarColor?: readonly string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
324
+ scrollbarGutter?: readonly string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
325
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
326
+ shapeImageThreshold?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold>[];
327
+ shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
328
+ shapeOutside?: readonly string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
329
+ tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[];
330
+ tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
331
+ textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
332
+ textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
333
+ textCombineUpright?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
334
+ textDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
335
+ textDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
336
+ textDecorationSkip?: readonly string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
337
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
338
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
339
+ textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
340
+ textEmphasisColor?: readonly string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
341
+ textEmphasisPosition?: readonly string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
342
+ textEmphasisStyle?: readonly string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
343
+ textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number>>[];
344
+ textJustify?: import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
345
+ textOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
346
+ textOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
347
+ textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
348
+ textShadow?: readonly string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
349
+ textSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
350
+ textTransform?: import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
351
+ textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
352
+ textUnderlinePosition?: readonly string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
353
+ textWrap?: import("csstype").Property.TextWrap | readonly NonNullable<import("csstype").Property.TextWrap>[] | readonly import("csstype").Property.TextWrap[];
354
+ timelineScope?: readonly string[] | import("csstype").Property.TimelineScope | readonly import("csstype").Property.TimelineScope[];
355
+ top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number>>[];
356
+ touchAction?: readonly string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
357
+ transform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
358
+ transformBox?: import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
359
+ transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
360
+ transformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
361
+ transitionBehavior?: readonly string[] | import("csstype").Property.TransitionBehavior | readonly import("csstype").Property.TransitionBehavior[];
362
+ transitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
363
+ transitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
364
+ transitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
365
+ transitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
366
+ translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number>>[];
367
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
368
+ userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
369
+ verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
370
+ viewTimelineAxis?: readonly string[] | import("csstype").Property.ViewTimelineAxis | readonly import("csstype").Property.ViewTimelineAxis[];
371
+ viewTimelineInset?: readonly (string | (string & {}))[] | import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number>>[];
372
+ viewTimelineName?: readonly string[] | import("csstype").Property.ViewTimelineName | readonly import("csstype").Property.ViewTimelineName[];
373
+ viewTransitionName?: readonly string[] | import("csstype").Property.ViewTransitionName | readonly import("csstype").Property.ViewTransitionName[];
374
+ visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
375
+ whiteSpace?: readonly string[] | import("csstype").Property.WhiteSpace | readonly import("csstype").Property.WhiteSpace[];
376
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse>[] | readonly import("csstype").Property.WhiteSpaceCollapse[];
377
+ whiteSpaceTrim?: readonly string[] | import("csstype").Property.WhiteSpaceTrim | readonly import("csstype").Property.WhiteSpaceTrim[];
378
+ widows?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows>[];
379
+ width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number>>[];
380
+ willChange?: readonly string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
381
+ wordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
382
+ wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
383
+ wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
384
+ writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
385
+ zIndex: number | "inherit" | (string & {}) | "initial" | "unset" | "auto" | "-moz-initial" | "revert" | "revert-layer" | readonly NonNullable<import("csstype").Property.ZIndex>[];
386
+ zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom>[] | readonly ("normal" | (string & {}) | "reset" | import('csstype').Globals)[];
387
+ all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals>[] | readonly import('csstype').Globals[];
388
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
389
+ animationRange?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number>>[];
390
+ background: string | number | readonly NonNullable<import("csstype").Property.Background<string | number>>[];
391
+ backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
392
+ border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | readonly NonNullable<import("csstype").Property.Border<string | number>>[];
393
+ borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
394
+ borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
395
+ borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
396
+ borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
397
+ borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
398
+ borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
399
+ borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number>>[];
400
+ borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
401
+ borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
402
+ borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
403
+ borderRadius: string | number | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
404
+ borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number>>[];
405
+ borderStyle?: readonly string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
406
+ borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number>>[];
407
+ borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
408
+ caret?: readonly string[] | import("csstype").Property.Caret | readonly import("csstype").Property.Caret[];
409
+ columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
410
+ columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
411
+ containIntrinsicSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number>>[];
412
+ container?: readonly string[] | import("csstype").Property.Container | readonly import("csstype").Property.Container[];
413
+ flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[];
414
+ flexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
415
+ font?: readonly string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
416
+ gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number>>[];
417
+ grid?: readonly string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
418
+ gridArea?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea>[];
419
+ gridColumn?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn>[];
420
+ gridRow?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow>[];
421
+ gridTemplate?: readonly string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
422
+ inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number>>[];
423
+ insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
424
+ insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[];
425
+ lineClamp?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp>[];
426
+ listStyle?: readonly string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
427
+ margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number>>[];
428
+ marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
429
+ marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number>>[];
430
+ mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number>>[];
431
+ maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space" | "alpha" | "luminance")[];
432
+ motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[];
433
+ offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[];
434
+ outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[];
435
+ overflow?: readonly string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
436
+ overscrollBehavior?: readonly string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
437
+ padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[];
438
+ paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
439
+ paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
440
+ placeContent?: readonly string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
441
+ placeItems?: readonly string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
442
+ placeSelf?: readonly string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
443
+ scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
444
+ scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
445
+ scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
446
+ scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
447
+ scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
448
+ scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
449
+ scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
450
+ scrollTimeline?: readonly string[] | import("csstype").Property.ScrollTimeline | readonly import("csstype").Property.ScrollTimeline[];
451
+ textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
452
+ textEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
453
+ transition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
454
+ viewTimeline?: readonly string[] | import("csstype").Property.ViewTimeline | readonly import("csstype").Property.ViewTimeline[];
455
+ MozAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
456
+ MozAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
457
+ MozAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
458
+ MozAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
459
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
460
+ MozAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
461
+ MozAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
462
+ MozAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
463
+ MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
464
+ MozBinding?: readonly string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
465
+ MozBorderBottomColors?: readonly string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
466
+ MozBorderEndColor?: readonly string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
467
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
468
+ MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
469
+ MozBorderLeftColors?: readonly string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
470
+ MozBorderRightColors?: readonly string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
471
+ MozBorderStartColor?: readonly string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
472
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
473
+ MozBorderTopColors?: readonly string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
474
+ MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
475
+ MozColumnCount?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[];
476
+ MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
477
+ MozColumnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
478
+ MozColumnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
479
+ MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
480
+ MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
481
+ MozContextProperties?: readonly string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
482
+ MozFontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
483
+ MozFontLanguageOverride?: readonly string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
484
+ MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
485
+ MozImageRegion?: readonly string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
486
+ MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
487
+ MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
488
+ MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
489
+ MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
490
+ MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
491
+ MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
492
+ MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
493
+ MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
494
+ MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
495
+ MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
496
+ MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
497
+ MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[];
498
+ MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
499
+ MozTextSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
500
+ MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
501
+ MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
502
+ MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
503
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
504
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
505
+ msAccelerator?: import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
506
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
507
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
508
+ msContentZoomLimitMax?: readonly string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
509
+ msContentZoomLimitMin?: readonly string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
510
+ msContentZoomSnapPoints?: readonly string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
511
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
512
+ msContentZooming?: import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
513
+ msFilter?: readonly string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
514
+ msFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
515
+ msFlexPositive?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[];
516
+ msFlowFrom?: readonly string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
517
+ msFlowInto?: readonly string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
518
+ msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
519
+ msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
520
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
521
+ msHyphenateLimitChars?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
522
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[];
523
+ msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
524
+ msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
525
+ msImeAlign?: import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
526
+ msLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
527
+ msOrder?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[];
528
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
529
+ msOverflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
530
+ msOverflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
531
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
532
+ msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
533
+ msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
534
+ msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
535
+ msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
536
+ msScrollRails?: import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
537
+ msScrollSnapPointsX?: readonly string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
538
+ msScrollSnapPointsY?: readonly string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
539
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
540
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
541
+ msScrollbar3dlightColor?: readonly string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
542
+ msScrollbarArrowColor?: readonly string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
543
+ msScrollbarBaseColor?: readonly string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
544
+ msScrollbarDarkshadowColor?: readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
545
+ msScrollbarFaceColor?: readonly string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
546
+ msScrollbarHighlightColor?: readonly string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
547
+ msScrollbarShadowColor?: readonly string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
548
+ msScrollbarTrackColor?: readonly string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
549
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
550
+ msTextCombineHorizontal?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
551
+ msTextOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
552
+ msTouchAction?: readonly string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
553
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
554
+ msTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
555
+ msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
556
+ msTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
557
+ msTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
558
+ msTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
559
+ msTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
560
+ msUserSelect?: import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
561
+ msWordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
562
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
563
+ msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
564
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
565
+ msWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
566
+ WebkitAlignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
567
+ WebkitAlignItems?: readonly string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
568
+ WebkitAlignSelf?: readonly string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
569
+ WebkitAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
570
+ WebkitAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
571
+ WebkitAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
572
+ WebkitAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
573
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
574
+ WebkitAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
575
+ WebkitAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
576
+ WebkitAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
577
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
578
+ WebkitBackdropFilter?: readonly string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
579
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
580
+ WebkitBackgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
581
+ WebkitBackgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
582
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
583
+ WebkitBorderBeforeColor?: readonly string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
584
+ WebkitBorderBeforeStyle?: readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
585
+ WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
586
+ WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
587
+ WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
588
+ WebkitBorderImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[];
589
+ WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
590
+ WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
591
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
592
+ WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
593
+ WebkitBoxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
594
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
595
+ WebkitClipPath?: readonly string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
596
+ WebkitColumnCount?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[];
597
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
598
+ WebkitColumnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
599
+ WebkitColumnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
600
+ WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
601
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
602
+ WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
603
+ WebkitFilter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
604
+ WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
605
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
606
+ WebkitFlexGrow?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[];
607
+ WebkitFlexShrink?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[];
608
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
609
+ WebkitFontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
610
+ WebkitFontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
611
+ WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
612
+ WebkitFontVariantLigatures?: readonly string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
613
+ WebkitHyphenateCharacter?: readonly string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
614
+ WebkitHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
615
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[] | readonly ("normal" | (string & {}) | import('csstype').Globals)[];
616
+ WebkitJustifyContent?: readonly string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
617
+ WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
618
+ WebkitLineClamp?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp>[];
619
+ WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
620
+ WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
621
+ WebkitMaskAttachment?: readonly string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
622
+ WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
623
+ WebkitMaskBoxImageRepeat?: readonly string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
624
+ WebkitMaskBoxImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[];
625
+ WebkitMaskBoxImageSource?: readonly string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
626
+ WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
627
+ WebkitMaskClip?: readonly string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
628
+ WebkitMaskComposite?: readonly string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
629
+ WebkitMaskImage?: readonly string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
630
+ WebkitMaskOrigin?: readonly string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
631
+ WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
632
+ WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
633
+ WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
634
+ WebkitMaskRepeat?: readonly string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
635
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
636
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
637
+ WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
638
+ WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
639
+ WebkitOrder?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[];
640
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
641
+ WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
642
+ WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
643
+ WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[];
644
+ WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
645
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
646
+ WebkitRubyPosition?: readonly string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
647
+ WebkitScrollSnapType?: readonly string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
648
+ WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
649
+ WebkitTapHighlightColor?: readonly string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
650
+ WebkitTextCombine?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
651
+ WebkitTextDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
652
+ WebkitTextDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
653
+ WebkitTextDecorationSkip?: readonly string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
654
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
655
+ WebkitTextEmphasisColor?: readonly string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
656
+ WebkitTextEmphasisPosition?: readonly string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
657
+ WebkitTextEmphasisStyle?: readonly string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
658
+ WebkitTextFillColor?: readonly string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
659
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
660
+ WebkitTextSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
661
+ WebkitTextStrokeColor?: readonly string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
662
+ WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
663
+ WebkitTextUnderlinePosition?: readonly string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
664
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
665
+ WebkitTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
666
+ WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
667
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
668
+ WebkitTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
669
+ WebkitTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
670
+ WebkitTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
671
+ WebkitTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
672
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
673
+ WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
674
+ WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
675
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
676
+ MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
677
+ MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
678
+ MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
679
+ MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
680
+ msContentZoomLimit?: readonly string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
681
+ msContentZoomSnap?: readonly string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
682
+ msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[];
683
+ msScrollLimit?: readonly string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
684
+ msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
685
+ msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
686
+ msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
687
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
688
+ WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
689
+ WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
690
+ WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
691
+ WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
692
+ WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
693
+ WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[];
694
+ WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
695
+ WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
696
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space" | "alpha" | "luminance")[];
697
+ WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
698
+ WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
699
+ WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
700
+ azimuth?: readonly string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
701
+ boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
702
+ boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
703
+ boxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
704
+ boxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[];
705
+ boxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
706
+ boxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
707
+ boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
708
+ boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
709
+ clip?: readonly string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
710
+ gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
711
+ gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number>>[];
712
+ gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
713
+ imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
714
+ offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
715
+ offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
716
+ offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
717
+ offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[];
718
+ offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
719
+ offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
720
+ scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
721
+ scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
722
+ scrollSnapPointsX?: readonly string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
723
+ scrollSnapPointsY?: readonly string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
724
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
725
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
726
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
727
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
728
+ KhtmlBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
729
+ KhtmlBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[];
730
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
731
+ KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
732
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
733
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
734
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
735
+ KhtmlOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[] | readonly ((string & {}) | import('csstype').Globals)[];
736
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
737
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
738
+ MozBackgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
739
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
740
+ MozBackgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
741
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
742
+ MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
743
+ MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
744
+ MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
745
+ MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
746
+ MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
747
+ MozBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
748
+ MozBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
749
+ MozBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
750
+ MozBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
751
+ MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
752
+ MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
753
+ MozBoxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
754
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
755
+ MozForceBrokenImageIcon?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
756
+ MozOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[] | readonly ((string & {}) | import('csstype').Globals)[];
757
+ MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[];
758
+ MozOutlineColor?: readonly string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
759
+ MozOutlineStyle?: readonly string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
760
+ MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
761
+ MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[];
762
+ MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
763
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
764
+ MozTextDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
765
+ MozTextDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
766
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
767
+ MozTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
768
+ MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
769
+ MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
770
+ MozTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
771
+ MozTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
772
+ MozTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
773
+ MozTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
774
+ MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
775
+ MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
776
+ msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
777
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
778
+ OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
779
+ OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
780
+ OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
781
+ OAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
782
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
783
+ OAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
784
+ OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
785
+ OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
786
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
787
+ OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
788
+ OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
789
+ OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
790
+ OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[];
791
+ OTextOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
792
+ OTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
793
+ OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
794
+ OTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
795
+ OTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
796
+ OTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
797
+ OTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
798
+ OTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
799
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
800
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
801
+ WebkitBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
802
+ WebkitBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[];
803
+ WebkitBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
804
+ WebkitBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
805
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
806
+ WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
807
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
808
+ baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
809
+ clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
810
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
811
+ colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
812
+ dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
813
+ fill?: readonly string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
814
+ fillOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity>[];
815
+ fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
816
+ floodColor?: readonly string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
817
+ floodOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity>[];
818
+ glyphOrientationVertical?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
819
+ lightingColor?: readonly string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
820
+ marker?: readonly string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
821
+ markerEnd?: readonly string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
822
+ markerMid?: readonly string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
823
+ markerStart?: readonly string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
824
+ shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
825
+ stopColor?: readonly string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
826
+ stopOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity>[];
827
+ stroke?: readonly string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
828
+ strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
829
+ strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
830
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
831
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
832
+ strokeMiterlimit?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit>[];
833
+ strokeOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity>[];
834
+ strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
835
+ textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
836
+ vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
837
+ ":-moz-any()"?: import('@emotion/react').CSSObject;
838
+ ":-moz-dir"?: import('@emotion/react').CSSObject;
839
+ ":-webkit-any()"?: import('@emotion/react').CSSObject;
840
+ "::cue"?: import('@emotion/react').CSSObject;
841
+ "::cue-region"?: import('@emotion/react').CSSObject;
842
+ "::part"?: import('@emotion/react').CSSObject;
843
+ "::slotted"?: import('@emotion/react').CSSObject;
844
+ "::view-transition-group"?: import('@emotion/react').CSSObject;
845
+ "::view-transition-image-pair"?: import('@emotion/react').CSSObject;
846
+ "::view-transition-new"?: import('@emotion/react').CSSObject;
847
+ "::view-transition-old"?: import('@emotion/react').CSSObject;
848
+ ":dir"?: import('@emotion/react').CSSObject;
849
+ ":has"?: import('@emotion/react').CSSObject;
850
+ ":host"?: import('@emotion/react').CSSObject;
851
+ ":host-context"?: import('@emotion/react').CSSObject;
852
+ ":is"?: import('@emotion/react').CSSObject;
853
+ ":lang"?: import('@emotion/react').CSSObject;
854
+ ":matches()"?: import('@emotion/react').CSSObject;
855
+ ":not"?: import('@emotion/react').CSSObject;
856
+ ":nth-child"?: import('@emotion/react').CSSObject;
857
+ ":nth-last-child"?: import('@emotion/react').CSSObject;
858
+ ":nth-last-of-type"?: import('@emotion/react').CSSObject;
859
+ ":nth-of-type"?: import('@emotion/react').CSSObject;
860
+ ":where"?: import('@emotion/react').CSSObject;
861
+ ":-khtml-any-link"?: import('@emotion/react').CSSObject;
862
+ ":-moz-any-link"?: import('@emotion/react').CSSObject;
863
+ ":-moz-focusring"?: import('@emotion/react').CSSObject;
864
+ ":-moz-full-screen"?: import('@emotion/react').CSSObject;
865
+ ":-moz-placeholder"?: import('@emotion/react').CSSObject;
866
+ ":-moz-read-only"?: import('@emotion/react').CSSObject;
867
+ ":-moz-read-write"?: import('@emotion/react').CSSObject;
868
+ ":-moz-ui-invalid"?: import('@emotion/react').CSSObject;
869
+ ":-moz-ui-valid"?: import('@emotion/react').CSSObject;
870
+ ":-ms-fullscreen"?: import('@emotion/react').CSSObject;
871
+ ":-ms-input-placeholder"?: import('@emotion/react').CSSObject;
872
+ ":-webkit-any-link"?: import('@emotion/react').CSSObject;
873
+ ":-webkit-full-screen"?: import('@emotion/react').CSSObject;
874
+ "::-moz-placeholder"?: import('@emotion/react').CSSObject;
875
+ "::-moz-progress-bar"?: import('@emotion/react').CSSObject;
876
+ "::-moz-range-progress"?: import('@emotion/react').CSSObject;
877
+ "::-moz-range-thumb"?: import('@emotion/react').CSSObject;
878
+ "::-moz-range-track"?: import('@emotion/react').CSSObject;
879
+ "::-moz-selection"?: import('@emotion/react').CSSObject;
880
+ "::-ms-backdrop"?: import('@emotion/react').CSSObject;
881
+ "::-ms-browse"?: import('@emotion/react').CSSObject;
882
+ "::-ms-check"?: import('@emotion/react').CSSObject;
883
+ "::-ms-clear"?: import('@emotion/react').CSSObject;
884
+ "::-ms-expand"?: import('@emotion/react').CSSObject;
885
+ "::-ms-fill"?: import('@emotion/react').CSSObject;
886
+ "::-ms-fill-lower"?: import('@emotion/react').CSSObject;
887
+ "::-ms-fill-upper"?: import('@emotion/react').CSSObject;
888
+ "::-ms-input-placeholder"?: import('@emotion/react').CSSObject;
889
+ "::-ms-reveal"?: import('@emotion/react').CSSObject;
890
+ "::-ms-thumb"?: import('@emotion/react').CSSObject;
891
+ "::-ms-ticks-after"?: import('@emotion/react').CSSObject;
892
+ "::-ms-ticks-before"?: import('@emotion/react').CSSObject;
893
+ "::-ms-tooltip"?: import('@emotion/react').CSSObject;
894
+ "::-ms-track"?: import('@emotion/react').CSSObject;
895
+ "::-ms-value"?: import('@emotion/react').CSSObject;
896
+ "::-webkit-backdrop"?: import('@emotion/react').CSSObject;
897
+ "::-webkit-input-placeholder"?: import('@emotion/react').CSSObject;
898
+ "::-webkit-progress-bar"?: import('@emotion/react').CSSObject;
899
+ "::-webkit-progress-inner-value"?: import('@emotion/react').CSSObject;
900
+ "::-webkit-progress-value"?: import('@emotion/react').CSSObject;
901
+ "::-webkit-slider-runnable-track"?: import('@emotion/react').CSSObject;
902
+ "::-webkit-slider-thumb"?: import('@emotion/react').CSSObject;
903
+ "::after"?: import('@emotion/react').CSSObject;
904
+ "::backdrop"?: import('@emotion/react').CSSObject;
905
+ "::before"?: import('@emotion/react').CSSObject;
906
+ "::first-letter"?: import('@emotion/react').CSSObject;
907
+ "::first-line"?: import('@emotion/react').CSSObject;
908
+ "::grammar-error"?: import('@emotion/react').CSSObject;
909
+ "::marker"?: import('@emotion/react').CSSObject;
910
+ "::placeholder"?: import('@emotion/react').CSSObject;
911
+ "::selection"?: import('@emotion/react').CSSObject;
912
+ "::spelling-error"?: import('@emotion/react').CSSObject;
913
+ "::target-text"?: import('@emotion/react').CSSObject;
914
+ "::view-transition"?: import('@emotion/react').CSSObject;
915
+ ":active"?: import('@emotion/react').CSSObject;
916
+ ":after"?: import('@emotion/react').CSSObject;
917
+ ":any-link"?: import('@emotion/react').CSSObject;
918
+ ":before"?: import('@emotion/react').CSSObject;
919
+ ":blank"?: import('@emotion/react').CSSObject;
920
+ ":checked"?: import('@emotion/react').CSSObject;
921
+ ":current"?: import('@emotion/react').CSSObject;
922
+ ":default"?: import('@emotion/react').CSSObject;
923
+ ":defined"?: import('@emotion/react').CSSObject;
924
+ ":disabled"?: import('@emotion/react').CSSObject;
925
+ ":empty"?: import('@emotion/react').CSSObject;
926
+ ":enabled"?: import('@emotion/react').CSSObject;
927
+ ":first"?: import('@emotion/react').CSSObject;
928
+ ":first-child"?: import('@emotion/react').CSSObject;
929
+ ":first-letter"?: import('@emotion/react').CSSObject;
930
+ ":first-line"?: import('@emotion/react').CSSObject;
931
+ ":first-of-type"?: import('@emotion/react').CSSObject;
932
+ ":focus"?: import('@emotion/react').CSSObject;
933
+ ":focus-visible"?: import('@emotion/react').CSSObject;
934
+ ":focus-within"?: import('@emotion/react').CSSObject;
935
+ ":fullscreen"?: import('@emotion/react').CSSObject;
936
+ ":future"?: import('@emotion/react').CSSObject;
937
+ ":hover"?: import('@emotion/react').CSSObject;
938
+ ":in-range"?: import('@emotion/react').CSSObject;
939
+ ":indeterminate"?: import('@emotion/react').CSSObject;
940
+ ":invalid"?: import('@emotion/react').CSSObject;
941
+ ":last-child"?: import('@emotion/react').CSSObject;
942
+ ":last-of-type"?: import('@emotion/react').CSSObject;
943
+ ":left"?: import('@emotion/react').CSSObject;
944
+ ":link"?: import('@emotion/react').CSSObject;
945
+ ":local-link"?: import('@emotion/react').CSSObject;
946
+ ":nth-col"?: import('@emotion/react').CSSObject;
947
+ ":nth-last-col"?: import('@emotion/react').CSSObject;
948
+ ":only-child"?: import('@emotion/react').CSSObject;
949
+ ":only-of-type"?: import('@emotion/react').CSSObject;
950
+ ":optional"?: import('@emotion/react').CSSObject;
951
+ ":out-of-range"?: import('@emotion/react').CSSObject;
952
+ ":past"?: import('@emotion/react').CSSObject;
953
+ ":paused"?: import('@emotion/react').CSSObject;
954
+ ":picture-in-picture"?: import('@emotion/react').CSSObject;
955
+ ":placeholder-shown"?: import('@emotion/react').CSSObject;
956
+ ":playing"?: import('@emotion/react').CSSObject;
957
+ ":read-only"?: import('@emotion/react').CSSObject;
958
+ ":read-write"?: import('@emotion/react').CSSObject;
959
+ ":required"?: import('@emotion/react').CSSObject;
960
+ ":right"?: import('@emotion/react').CSSObject;
961
+ ":root"?: import('@emotion/react').CSSObject;
962
+ ":scope"?: import('@emotion/react').CSSObject;
963
+ ":target"?: import('@emotion/react').CSSObject;
964
+ ":target-within"?: import('@emotion/react').CSSObject;
965
+ ":user-invalid"?: import('@emotion/react').CSSObject;
966
+ ":user-valid"?: import('@emotion/react').CSSObject;
967
+ ":valid"?: import('@emotion/react').CSSObject;
968
+ ":visited"?: import('@emotion/react').CSSObject;
969
+ '&:hover': {
970
+ background: string;
971
+ };
972
+ '&:focus-within': {
973
+ background: string;
974
+ outline: string;
975
+ boxShadow: string;
976
+ };
977
+ };
978
+ textField: {
979
+ accentColor?: readonly string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
980
+ alignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
981
+ alignItems?: readonly string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
982
+ alignSelf?: readonly string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
983
+ alignTracks?: readonly string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
984
+ animationComposition?: readonly string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
985
+ animationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
986
+ animationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
987
+ animationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
988
+ animationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
989
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
990
+ animationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
991
+ animationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
992
+ animationRangeEnd?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number>>[];
993
+ animationRangeStart?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number>>[];
994
+ animationTimeline?: readonly string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
995
+ animationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
996
+ appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance>[] | readonly import("csstype").Property.Appearance[];
997
+ aspectRatio?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio>[];
998
+ backdropFilter?: readonly string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
999
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1000
+ backgroundAttachment?: readonly string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
1001
+ backgroundBlendMode?: readonly string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
1002
+ backgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1003
+ backgroundColor?: readonly string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
1004
+ backgroundImage?: readonly string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
1005
+ backgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1006
+ backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
1007
+ backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
1008
+ backgroundRepeat?: readonly string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
1009
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
1010
+ blockOverflow?: readonly string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
1011
+ blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number>>[];
1012
+ borderBlockColor?: readonly string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
1013
+ borderBlockEndColor?: readonly string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
1014
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
1015
+ borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
1016
+ borderBlockStartColor?: readonly string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
1017
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
1018
+ borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
1019
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
1020
+ borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
1021
+ borderBottomColor?: readonly string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
1022
+ borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1023
+ borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1024
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
1025
+ borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
1026
+ borderCollapse?: import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
1027
+ borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
1028
+ borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
1029
+ borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
1030
+ borderImageRepeat?: readonly string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
1031
+ borderImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[];
1032
+ borderImageSource?: readonly string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
1033
+ borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
1034
+ borderInlineColor?: readonly string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
1035
+ borderInlineEndColor?: readonly string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
1036
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
1037
+ borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
1038
+ borderInlineStartColor?: readonly string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
1039
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
1040
+ borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
1041
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
1042
+ borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
1043
+ borderLeftColor?: readonly string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
1044
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
1045
+ borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
1046
+ borderRightColor?: readonly string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
1047
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
1048
+ borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
1049
+ borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
1050
+ borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
1051
+ borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
1052
+ borderTopColor?: readonly string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
1053
+ borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1054
+ borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1055
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
1056
+ borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
1057
+ bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number>>[];
1058
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1059
+ boxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1060
+ boxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1061
+ breakAfter?: import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
1062
+ breakBefore?: import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
1063
+ breakInside?: import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
1064
+ captionSide?: import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
1065
+ caretColor?: readonly string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
1066
+ caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape>[] | readonly import("csstype").Property.CaretShape[];
1067
+ clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
1068
+ clipPath?: readonly string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1069
+ color?: readonly string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
1070
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1071
+ colorScheme?: readonly string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
1072
+ columnCount?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[];
1073
+ columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1074
+ columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
1075
+ columnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1076
+ columnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1077
+ columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1078
+ columnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1079
+ columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1080
+ contain?: readonly string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
1081
+ containIntrinsicBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number>>[];
1082
+ containIntrinsicHeight?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number>>[];
1083
+ containIntrinsicInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number>>[];
1084
+ containIntrinsicWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number>>[];
1085
+ containerName?: readonly string[] | import("csstype").Property.ContainerName | readonly import("csstype").Property.ContainerName[];
1086
+ containerType?: import("csstype").Property.ContainerType | readonly NonNullable<import("csstype").Property.ContainerType>[] | readonly import("csstype").Property.ContainerType[];
1087
+ content?: readonly string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
1088
+ contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
1089
+ counterIncrement?: readonly string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
1090
+ counterReset?: readonly string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
1091
+ counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
1092
+ cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
1093
+ direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
1094
+ display?: readonly string[] | import("csstype").Property.Display | readonly import("csstype").Property.Display[];
1095
+ emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
1096
+ filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1097
+ flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1098
+ flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1099
+ flexGrow?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[];
1100
+ flexShrink?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[];
1101
+ flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1102
+ float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
1103
+ fontFamily?: readonly string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
1104
+ fontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1105
+ fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1106
+ fontLanguageOverride?: readonly string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1107
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
1108
+ fontPalette?: readonly string[] | import("csstype").Property.FontPalette | readonly import("csstype").Property.FontPalette[];
1109
+ fontSize?: readonly (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number>>[];
1110
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import('csstype').Globals | "from-font")[];
1111
+ fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1112
+ fontStretch?: readonly string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
1113
+ fontStyle?: readonly string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
1114
+ fontSynthesis?: readonly string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
1115
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition>[] | readonly import("csstype").Property.FontSynthesisPosition[];
1116
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps>[] | readonly import("csstype").Property.FontSynthesisSmallCaps[];
1117
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle>[] | readonly import("csstype").Property.FontSynthesisStyle[];
1118
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight>[] | readonly import("csstype").Property.FontSynthesisWeight[];
1119
+ fontVariant?: readonly string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
1120
+ fontVariantAlternates?: readonly string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
1121
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
1122
+ fontVariantEastAsian?: readonly string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
1123
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji>[] | readonly import("csstype").Property.FontVariantEmoji[];
1124
+ fontVariantLigatures?: readonly string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1125
+ fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
1126
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
1127
+ fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
1128
+ fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | "normal" | (string & {}) | import('csstype').Globals | "bolder" | "lighter")[];
1129
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
1130
+ gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
1131
+ gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
1132
+ gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
1133
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd>[] | readonly ((string & {}) | "auto" | import('csstype').Globals)[];
1134
+ gridColumnStart?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart>[];
1135
+ gridRowEnd?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd>[];
1136
+ gridRowStart?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart>[];
1137
+ gridTemplateAreas?: readonly string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
1138
+ gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
1139
+ gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
1140
+ hangingPunctuation?: readonly string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
1141
+ height?: readonly (string | (string & {}))[] | import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number>>[];
1142
+ hyphenateCharacter?: readonly string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
1143
+ hyphenateLimitChars?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars>[];
1144
+ hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1145
+ imageOrientation?: readonly string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
1146
+ imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
1147
+ imageResolution?: readonly string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
1148
+ initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[] | readonly ("normal" | (string & {}) | import('csstype').Globals)[];
1149
+ inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number>>[];
1150
+ inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
1151
+ insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
1152
+ insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
1153
+ insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
1154
+ insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
1155
+ isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
1156
+ justifyContent?: readonly string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
1157
+ justifyItems?: readonly string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
1158
+ justifySelf?: readonly string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
1159
+ justifyTracks?: readonly string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
1160
+ left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number>>[];
1161
+ letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
1162
+ lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1163
+ lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number>>[];
1164
+ lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
1165
+ listStyleImage?: readonly string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
1166
+ listStylePosition?: import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
1167
+ listStyleType?: readonly string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
1168
+ marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
1169
+ marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
1170
+ marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
1171
+ marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1172
+ marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1173
+ marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
1174
+ marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number>>[];
1175
+ marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[];
1176
+ marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim>[] | readonly import("csstype").Property.MarginTrim[];
1177
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
1178
+ maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
1179
+ maskBorderRepeat?: readonly string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
1180
+ maskBorderSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[];
1181
+ maskBorderSource?: readonly string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
1182
+ maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
1183
+ maskClip?: readonly string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
1184
+ maskComposite?: readonly string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
1185
+ maskImage?: readonly string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
1186
+ maskMode?: readonly string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
1187
+ maskOrigin?: readonly string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
1188
+ maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
1189
+ maskRepeat?: readonly string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
1190
+ maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number>>[];
1191
+ maskType?: import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
1192
+ masonryAutoFlow?: readonly string[] | import("csstype").Property.MasonryAutoFlow | readonly import("csstype").Property.MasonryAutoFlow[];
1193
+ mathDepth?: import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import('csstype').Globals | "auto-add")[];
1194
+ mathShift?: import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
1195
+ mathStyle?: import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
1196
+ maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
1197
+ maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
1198
+ maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
1199
+ maxLines?: import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import('csstype').Globals)[];
1200
+ maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
1201
+ minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
1202
+ minHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number>>[];
1203
+ minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
1204
+ minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number>>[];
1205
+ mixBlendMode?: import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
1206
+ motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
1207
+ motionPath?: readonly string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
1208
+ motionRotation?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1209
+ objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
1210
+ objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
1211
+ offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
1212
+ offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
1213
+ offsetPath?: readonly string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
1214
+ offsetPosition?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number>>[];
1215
+ offsetRotate?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1216
+ offsetRotation?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1217
+ opacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[] | readonly ((string & {}) | import('csstype').Globals)[];
1218
+ order?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[];
1219
+ orphans?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans>[];
1220
+ outlineColor?: readonly string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
1221
+ outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
1222
+ outlineStyle?: readonly string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
1223
+ outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
1224
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
1225
+ overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
1226
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
1227
+ overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
1228
+ overflowInline?: import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
1229
+ overflowWrap?: import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
1230
+ overflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
1231
+ overflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
1232
+ overlay?: import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay>[] | readonly import("csstype").Property.Overlay[];
1233
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
1234
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
1235
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
1236
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
1237
+ paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
1238
+ paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
1239
+ paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
1240
+ paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1241
+ paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1242
+ paddingLeft: string | number | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
1243
+ paddingRight: string | number | readonly NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
1244
+ paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
1245
+ page?: readonly string[] | import("csstype").Property.Page | readonly import("csstype").Property.Page[];
1246
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
1247
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
1248
+ pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
1249
+ paintOrder?: readonly string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
1250
+ perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[];
1251
+ perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1252
+ pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
1253
+ position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position>[] | readonly import("csstype").Property.Position[];
1254
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1255
+ quotes?: readonly string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
1256
+ resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
1257
+ right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number>>[];
1258
+ rotate?: readonly string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
1259
+ rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number>>[];
1260
+ rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
1261
+ rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
1262
+ rubyPosition?: readonly string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
1263
+ scale?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale>[];
1264
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
1265
+ scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
1266
+ scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
1267
+ scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
1268
+ scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
1269
+ scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
1270
+ scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
1271
+ scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
1272
+ scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
1273
+ scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
1274
+ scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
1275
+ scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
1276
+ scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
1277
+ scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
1278
+ scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
1279
+ scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
1280
+ scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
1281
+ scrollSnapAlign?: readonly string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
1282
+ scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
1283
+ scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
1284
+ scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
1285
+ scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
1286
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
1287
+ scrollSnapType?: readonly string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
1288
+ scrollTimelineAxis?: readonly string[] | import("csstype").Property.ScrollTimelineAxis | readonly import("csstype").Property.ScrollTimelineAxis[];
1289
+ scrollTimelineName?: readonly string[] | import("csstype").Property.ScrollTimelineName | readonly import("csstype").Property.ScrollTimelineName[];
1290
+ scrollbarColor?: readonly string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
1291
+ scrollbarGutter?: readonly string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
1292
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
1293
+ shapeImageThreshold?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold>[];
1294
+ shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
1295
+ shapeOutside?: readonly string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
1296
+ tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[];
1297
+ tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
1298
+ textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
1299
+ textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
1300
+ textCombineUpright?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1301
+ textDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1302
+ textDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1303
+ textDecorationSkip?: readonly string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
1304
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
1305
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1306
+ textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
1307
+ textEmphasisColor?: readonly string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
1308
+ textEmphasisPosition?: readonly string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
1309
+ textEmphasisStyle?: readonly string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
1310
+ textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number>>[];
1311
+ textJustify?: import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
1312
+ textOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
1313
+ textOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1314
+ textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
1315
+ textShadow?: readonly string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
1316
+ textSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1317
+ textTransform?: import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
1318
+ textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
1319
+ textUnderlinePosition?: readonly string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
1320
+ textWrap?: import("csstype").Property.TextWrap | readonly NonNullable<import("csstype").Property.TextWrap>[] | readonly import("csstype").Property.TextWrap[];
1321
+ timelineScope?: readonly string[] | import("csstype").Property.TimelineScope | readonly import("csstype").Property.TimelineScope[];
1322
+ top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number>>[];
1323
+ touchAction?: readonly string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
1324
+ transform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1325
+ transformBox?: import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
1326
+ transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1327
+ transformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1328
+ transitionBehavior?: readonly string[] | import("csstype").Property.TransitionBehavior | readonly import("csstype").Property.TransitionBehavior[];
1329
+ transitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1330
+ transitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1331
+ transitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1332
+ transitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1333
+ translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number>>[];
1334
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
1335
+ userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1336
+ verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
1337
+ viewTimelineAxis?: readonly string[] | import("csstype").Property.ViewTimelineAxis | readonly import("csstype").Property.ViewTimelineAxis[];
1338
+ viewTimelineInset?: readonly (string | (string & {}))[] | import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number>>[];
1339
+ viewTimelineName?: readonly string[] | import("csstype").Property.ViewTimelineName | readonly import("csstype").Property.ViewTimelineName[];
1340
+ viewTransitionName?: readonly string[] | import("csstype").Property.ViewTransitionName | readonly import("csstype").Property.ViewTransitionName[];
1341
+ visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
1342
+ whiteSpace?: readonly string[] | import("csstype").Property.WhiteSpace | readonly import("csstype").Property.WhiteSpace[];
1343
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse>[] | readonly import("csstype").Property.WhiteSpaceCollapse[];
1344
+ whiteSpaceTrim?: readonly string[] | import("csstype").Property.WhiteSpaceTrim | readonly import("csstype").Property.WhiteSpaceTrim[];
1345
+ widows?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows>[];
1346
+ width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number>>[];
1347
+ willChange?: readonly string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
1348
+ wordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
1349
+ wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
1350
+ wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
1351
+ writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1352
+ zIndex?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex>[];
1353
+ zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom>[] | readonly ("normal" | (string & {}) | "reset" | import('csstype').Globals)[];
1354
+ all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals>[] | readonly import('csstype').Globals[];
1355
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1356
+ animationRange?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number>>[];
1357
+ background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number>>[];
1358
+ backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
1359
+ border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | readonly NonNullable<import("csstype").Property.Border<string | number>>[];
1360
+ borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
1361
+ borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
1362
+ borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
1363
+ borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
1364
+ borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
1365
+ borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
1366
+ borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number>>[];
1367
+ borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
1368
+ borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
1369
+ borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
1370
+ borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1371
+ borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number>>[];
1372
+ borderStyle?: readonly string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
1373
+ borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number>>[];
1374
+ borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
1375
+ caret?: readonly string[] | import("csstype").Property.Caret | readonly import("csstype").Property.Caret[];
1376
+ columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1377
+ columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
1378
+ containIntrinsicSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number>>[];
1379
+ container?: readonly string[] | import("csstype").Property.Container | readonly import("csstype").Property.Container[];
1380
+ flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[];
1381
+ flexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
1382
+ font?: readonly string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
1383
+ gap: string | number | readonly NonNullable<import("csstype").Property.Gap<string | number>>[];
1384
+ grid?: readonly string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
1385
+ gridArea?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea>[];
1386
+ gridColumn?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn>[];
1387
+ gridRow?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow>[];
1388
+ gridTemplate?: readonly string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
1389
+ inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number>>[];
1390
+ insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
1391
+ insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[];
1392
+ lineClamp?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp>[];
1393
+ listStyle?: readonly string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
1394
+ margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number>>[];
1395
+ marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
1396
+ marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number>>[];
1397
+ mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number>>[];
1398
+ maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space" | "alpha" | "luminance")[];
1399
+ motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[];
1400
+ offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[];
1401
+ outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[];
1402
+ overflow?: readonly string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
1403
+ overscrollBehavior?: readonly string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
1404
+ padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[];
1405
+ paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
1406
+ paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
1407
+ placeContent?: readonly string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
1408
+ placeItems?: readonly string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
1409
+ placeSelf?: readonly string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
1410
+ scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
1411
+ scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
1412
+ scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
1413
+ scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
1414
+ scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
1415
+ scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
1416
+ scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
1417
+ scrollTimeline?: readonly string[] | import("csstype").Property.ScrollTimeline | readonly import("csstype").Property.ScrollTimeline[];
1418
+ textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
1419
+ textEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
1420
+ transition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1421
+ viewTimeline?: readonly string[] | import("csstype").Property.ViewTimeline | readonly import("csstype").Property.ViewTimeline[];
1422
+ MozAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1423
+ MozAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1424
+ MozAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1425
+ MozAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1426
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
1427
+ MozAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1428
+ MozAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1429
+ MozAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1430
+ MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
1431
+ MozBinding?: readonly string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
1432
+ MozBorderBottomColors?: readonly string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
1433
+ MozBorderEndColor?: readonly string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
1434
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
1435
+ MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
1436
+ MozBorderLeftColors?: readonly string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
1437
+ MozBorderRightColors?: readonly string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
1438
+ MozBorderStartColor?: readonly string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
1439
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
1440
+ MozBorderTopColors?: readonly string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
1441
+ MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1442
+ MozColumnCount?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[];
1443
+ MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1444
+ MozColumnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1445
+ MozColumnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1446
+ MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1447
+ MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1448
+ MozContextProperties?: readonly string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
1449
+ MozFontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1450
+ MozFontLanguageOverride?: readonly string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1451
+ MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1452
+ MozImageRegion?: readonly string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
1453
+ MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1454
+ MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1455
+ MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
1456
+ MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1457
+ MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
1458
+ MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
1459
+ MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
1460
+ MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
1461
+ MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1462
+ MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1463
+ MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
1464
+ MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[];
1465
+ MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
1466
+ MozTextSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1467
+ MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
1468
+ MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
1469
+ MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1470
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
1471
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
1472
+ msAccelerator?: import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
1473
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
1474
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
1475
+ msContentZoomLimitMax?: readonly string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
1476
+ msContentZoomLimitMin?: readonly string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
1477
+ msContentZoomSnapPoints?: readonly string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
1478
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
1479
+ msContentZooming?: import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
1480
+ msFilter?: readonly string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
1481
+ msFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1482
+ msFlexPositive?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[];
1483
+ msFlowFrom?: readonly string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
1484
+ msFlowInto?: readonly string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
1485
+ msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
1486
+ msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
1487
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
1488
+ msHyphenateLimitChars?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
1489
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[];
1490
+ msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
1491
+ msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1492
+ msImeAlign?: import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
1493
+ msLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1494
+ msOrder?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[];
1495
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
1496
+ msOverflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
1497
+ msOverflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
1498
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
1499
+ msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
1500
+ msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
1501
+ msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
1502
+ msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
1503
+ msScrollRails?: import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
1504
+ msScrollSnapPointsX?: readonly string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
1505
+ msScrollSnapPointsY?: readonly string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
1506
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
1507
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
1508
+ msScrollbar3dlightColor?: readonly string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
1509
+ msScrollbarArrowColor?: readonly string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
1510
+ msScrollbarBaseColor?: readonly string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
1511
+ msScrollbarDarkshadowColor?: readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
1512
+ msScrollbarFaceColor?: readonly string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
1513
+ msScrollbarHighlightColor?: readonly string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
1514
+ msScrollbarShadowColor?: readonly string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
1515
+ msScrollbarTrackColor?: readonly string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
1516
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
1517
+ msTextCombineHorizontal?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1518
+ msTextOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1519
+ msTouchAction?: readonly string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
1520
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
1521
+ msTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1522
+ msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1523
+ msTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1524
+ msTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1525
+ msTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1526
+ msTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1527
+ msUserSelect?: import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
1528
+ msWordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
1529
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
1530
+ msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
1531
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
1532
+ msWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1533
+ WebkitAlignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
1534
+ WebkitAlignItems?: readonly string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
1535
+ WebkitAlignSelf?: readonly string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
1536
+ WebkitAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1537
+ WebkitAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1538
+ WebkitAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1539
+ WebkitAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1540
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
1541
+ WebkitAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1542
+ WebkitAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1543
+ WebkitAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1544
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
1545
+ WebkitBackdropFilter?: readonly string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
1546
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1547
+ WebkitBackgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1548
+ WebkitBackgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1549
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
1550
+ WebkitBorderBeforeColor?: readonly string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
1551
+ WebkitBorderBeforeStyle?: readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
1552
+ WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
1553
+ WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1554
+ WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1555
+ WebkitBorderImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[];
1556
+ WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1557
+ WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1558
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1559
+ WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
1560
+ WebkitBoxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1561
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1562
+ WebkitClipPath?: readonly string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1563
+ WebkitColumnCount?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[];
1564
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1565
+ WebkitColumnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1566
+ WebkitColumnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1567
+ WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1568
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1569
+ WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1570
+ WebkitFilter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1571
+ WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1572
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1573
+ WebkitFlexGrow?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[];
1574
+ WebkitFlexShrink?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[];
1575
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1576
+ WebkitFontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1577
+ WebkitFontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1578
+ WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1579
+ WebkitFontVariantLigatures?: readonly string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1580
+ WebkitHyphenateCharacter?: readonly string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
1581
+ WebkitHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1582
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[] | readonly ("normal" | (string & {}) | import('csstype').Globals)[];
1583
+ WebkitJustifyContent?: readonly string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
1584
+ WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1585
+ WebkitLineClamp?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp>[];
1586
+ WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1587
+ WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1588
+ WebkitMaskAttachment?: readonly string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
1589
+ WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
1590
+ WebkitMaskBoxImageRepeat?: readonly string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
1591
+ WebkitMaskBoxImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[];
1592
+ WebkitMaskBoxImageSource?: readonly string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
1593
+ WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
1594
+ WebkitMaskClip?: readonly string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
1595
+ WebkitMaskComposite?: readonly string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
1596
+ WebkitMaskImage?: readonly string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
1597
+ WebkitMaskOrigin?: readonly string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
1598
+ WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
1599
+ WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
1600
+ WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
1601
+ WebkitMaskRepeat?: readonly string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
1602
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
1603
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
1604
+ WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
1605
+ WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
1606
+ WebkitOrder?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[];
1607
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
1608
+ WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1609
+ WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1610
+ WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[];
1611
+ WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1612
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1613
+ WebkitRubyPosition?: readonly string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
1614
+ WebkitScrollSnapType?: readonly string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
1615
+ WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
1616
+ WebkitTapHighlightColor?: readonly string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
1617
+ WebkitTextCombine?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1618
+ WebkitTextDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1619
+ WebkitTextDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1620
+ WebkitTextDecorationSkip?: readonly string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
1621
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1622
+ WebkitTextEmphasisColor?: readonly string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
1623
+ WebkitTextEmphasisPosition?: readonly string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
1624
+ WebkitTextEmphasisStyle?: readonly string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
1625
+ WebkitTextFillColor?: readonly string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
1626
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
1627
+ WebkitTextSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1628
+ WebkitTextStrokeColor?: readonly string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
1629
+ WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
1630
+ WebkitTextUnderlinePosition?: readonly string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
1631
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
1632
+ WebkitTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1633
+ WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1634
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1635
+ WebkitTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1636
+ WebkitTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1637
+ WebkitTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1638
+ WebkitTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1639
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
1640
+ WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1641
+ WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1642
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1643
+ MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
1644
+ MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1645
+ MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
1646
+ MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
1647
+ msContentZoomLimit?: readonly string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
1648
+ msContentZoomSnap?: readonly string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
1649
+ msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[];
1650
+ msScrollLimit?: readonly string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
1651
+ msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
1652
+ msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
1653
+ msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1654
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1655
+ WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
1656
+ WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
1657
+ WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1658
+ WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1659
+ WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
1660
+ WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[];
1661
+ WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
1662
+ WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
1663
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space" | "alpha" | "luminance")[];
1664
+ WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
1665
+ WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
1666
+ WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1667
+ azimuth?: readonly string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
1668
+ boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1669
+ boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1670
+ boxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
1671
+ boxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[];
1672
+ boxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1673
+ boxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1674
+ boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1675
+ boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1676
+ clip?: readonly string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
1677
+ gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
1678
+ gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number>>[];
1679
+ gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
1680
+ imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1681
+ offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
1682
+ offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
1683
+ offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
1684
+ offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[];
1685
+ offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
1686
+ offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
1687
+ scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
1688
+ scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
1689
+ scrollSnapPointsX?: readonly string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
1690
+ scrollSnapPointsY?: readonly string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
1691
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
1692
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
1693
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1694
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1695
+ KhtmlBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
1696
+ KhtmlBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[];
1697
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1698
+ KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1699
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1700
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1701
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1702
+ KhtmlOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[] | readonly ((string & {}) | import('csstype').Globals)[];
1703
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1704
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1705
+ MozBackgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1706
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1707
+ MozBackgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1708
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
1709
+ MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1710
+ MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1711
+ MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1712
+ MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1713
+ MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1714
+ MozBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1715
+ MozBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1716
+ MozBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
1717
+ MozBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1718
+ MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1719
+ MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1720
+ MozBoxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1721
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
1722
+ MozForceBrokenImageIcon?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
1723
+ MozOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[] | readonly ((string & {}) | import('csstype').Globals)[];
1724
+ MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[];
1725
+ MozOutlineColor?: readonly string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
1726
+ MozOutlineStyle?: readonly string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
1727
+ MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
1728
+ MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[];
1729
+ MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1730
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
1731
+ MozTextDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1732
+ MozTextDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1733
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1734
+ MozTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1735
+ MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1736
+ MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1737
+ MozTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1738
+ MozTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1739
+ MozTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1740
+ MozTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1741
+ MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1742
+ MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
1743
+ msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1744
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1745
+ OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1746
+ OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1747
+ OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1748
+ OAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1749
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[];
1750
+ OAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1751
+ OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1752
+ OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1753
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[] | readonly (string | (string & {}))[];
1754
+ OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
1755
+ OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
1756
+ OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
1757
+ OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[];
1758
+ OTextOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1759
+ OTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1760
+ OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1761
+ OTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1762
+ OTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1763
+ OTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1764
+ OTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1765
+ OTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1766
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1767
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1768
+ WebkitBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[];
1769
+ WebkitBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[];
1770
+ WebkitBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1771
+ WebkitBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1772
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1773
+ WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1774
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
1775
+ baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
1776
+ clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
1777
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
1778
+ colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
1779
+ dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
1780
+ fill?: readonly string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
1781
+ fillOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity>[];
1782
+ fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
1783
+ floodColor?: readonly string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
1784
+ floodOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity>[];
1785
+ glyphOrientationVertical?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
1786
+ lightingColor?: readonly string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
1787
+ marker?: readonly string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
1788
+ markerEnd?: readonly string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
1789
+ markerMid?: readonly string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
1790
+ markerStart?: readonly string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
1791
+ shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
1792
+ stopColor?: readonly string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
1793
+ stopOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity>[];
1794
+ stroke?: readonly string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
1795
+ strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
1796
+ strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
1797
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
1798
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
1799
+ strokeMiterlimit?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit>[];
1800
+ strokeOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity>[];
1801
+ strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
1802
+ textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
1803
+ vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
1804
+ ":-moz-any()"?: import('@emotion/react').CSSObject;
1805
+ ":-moz-dir"?: import('@emotion/react').CSSObject;
1806
+ ":-webkit-any()"?: import('@emotion/react').CSSObject;
1807
+ "::cue"?: import('@emotion/react').CSSObject;
1808
+ "::cue-region"?: import('@emotion/react').CSSObject;
1809
+ "::part"?: import('@emotion/react').CSSObject;
1810
+ "::slotted"?: import('@emotion/react').CSSObject;
1811
+ "::view-transition-group"?: import('@emotion/react').CSSObject;
1812
+ "::view-transition-image-pair"?: import('@emotion/react').CSSObject;
1813
+ "::view-transition-new"?: import('@emotion/react').CSSObject;
1814
+ "::view-transition-old"?: import('@emotion/react').CSSObject;
1815
+ ":dir"?: import('@emotion/react').CSSObject;
1816
+ ":has"?: import('@emotion/react').CSSObject;
1817
+ ":host"?: import('@emotion/react').CSSObject;
1818
+ ":host-context"?: import('@emotion/react').CSSObject;
1819
+ ":is"?: import('@emotion/react').CSSObject;
1820
+ ":lang"?: import('@emotion/react').CSSObject;
1821
+ ":matches()"?: import('@emotion/react').CSSObject;
1822
+ ":not"?: import('@emotion/react').CSSObject;
1823
+ ":nth-child"?: import('@emotion/react').CSSObject;
1824
+ ":nth-last-child"?: import('@emotion/react').CSSObject;
1825
+ ":nth-last-of-type"?: import('@emotion/react').CSSObject;
1826
+ ":nth-of-type"?: import('@emotion/react').CSSObject;
1827
+ ":where"?: import('@emotion/react').CSSObject;
1828
+ ":-khtml-any-link"?: import('@emotion/react').CSSObject;
1829
+ ":-moz-any-link"?: import('@emotion/react').CSSObject;
1830
+ ":-moz-focusring"?: import('@emotion/react').CSSObject;
1831
+ ":-moz-full-screen"?: import('@emotion/react').CSSObject;
1832
+ ":-moz-placeholder"?: import('@emotion/react').CSSObject;
1833
+ ":-moz-read-only"?: import('@emotion/react').CSSObject;
1834
+ ":-moz-read-write"?: import('@emotion/react').CSSObject;
1835
+ ":-moz-ui-invalid"?: import('@emotion/react').CSSObject;
1836
+ ":-moz-ui-valid"?: import('@emotion/react').CSSObject;
1837
+ ":-ms-fullscreen"?: import('@emotion/react').CSSObject;
1838
+ ":-ms-input-placeholder"?: import('@emotion/react').CSSObject;
1839
+ ":-webkit-any-link"?: import('@emotion/react').CSSObject;
1840
+ ":-webkit-full-screen"?: import('@emotion/react').CSSObject;
1841
+ "::-moz-placeholder"?: import('@emotion/react').CSSObject;
1842
+ "::-moz-progress-bar"?: import('@emotion/react').CSSObject;
1843
+ "::-moz-range-progress"?: import('@emotion/react').CSSObject;
1844
+ "::-moz-range-thumb"?: import('@emotion/react').CSSObject;
1845
+ "::-moz-range-track"?: import('@emotion/react').CSSObject;
1846
+ "::-moz-selection"?: import('@emotion/react').CSSObject;
1847
+ "::-ms-backdrop"?: import('@emotion/react').CSSObject;
1848
+ "::-ms-browse"?: import('@emotion/react').CSSObject;
1849
+ "::-ms-check"?: import('@emotion/react').CSSObject;
1850
+ "::-ms-clear"?: import('@emotion/react').CSSObject;
1851
+ "::-ms-expand"?: import('@emotion/react').CSSObject;
1852
+ "::-ms-fill"?: import('@emotion/react').CSSObject;
1853
+ "::-ms-fill-lower"?: import('@emotion/react').CSSObject;
1854
+ "::-ms-fill-upper"?: import('@emotion/react').CSSObject;
1855
+ "::-ms-input-placeholder"?: import('@emotion/react').CSSObject;
1856
+ "::-ms-reveal"?: import('@emotion/react').CSSObject;
1857
+ "::-ms-thumb"?: import('@emotion/react').CSSObject;
1858
+ "::-ms-ticks-after"?: import('@emotion/react').CSSObject;
1859
+ "::-ms-ticks-before"?: import('@emotion/react').CSSObject;
1860
+ "::-ms-tooltip"?: import('@emotion/react').CSSObject;
1861
+ "::-ms-track"?: import('@emotion/react').CSSObject;
1862
+ "::-ms-value"?: import('@emotion/react').CSSObject;
1863
+ "::-webkit-backdrop"?: import('@emotion/react').CSSObject;
1864
+ "::-webkit-input-placeholder"?: import('@emotion/react').CSSObject;
1865
+ "::-webkit-progress-bar"?: import('@emotion/react').CSSObject;
1866
+ "::-webkit-progress-inner-value"?: import('@emotion/react').CSSObject;
1867
+ "::-webkit-progress-value"?: import('@emotion/react').CSSObject;
1868
+ "::-webkit-slider-runnable-track"?: import('@emotion/react').CSSObject;
1869
+ "::-webkit-slider-thumb"?: import('@emotion/react').CSSObject;
1870
+ "::after"?: import('@emotion/react').CSSObject;
1871
+ "::backdrop"?: import('@emotion/react').CSSObject;
1872
+ "::before"?: import('@emotion/react').CSSObject;
1873
+ "::first-letter"?: import('@emotion/react').CSSObject;
1874
+ "::first-line"?: import('@emotion/react').CSSObject;
1875
+ "::grammar-error"?: import('@emotion/react').CSSObject;
1876
+ "::marker"?: import('@emotion/react').CSSObject;
1877
+ "::placeholder"?: import('@emotion/react').CSSObject;
1878
+ "::selection"?: import('@emotion/react').CSSObject;
1879
+ "::spelling-error"?: import('@emotion/react').CSSObject;
1880
+ "::target-text"?: import('@emotion/react').CSSObject;
1881
+ "::view-transition"?: import('@emotion/react').CSSObject;
1882
+ ":active"?: import('@emotion/react').CSSObject;
1883
+ ":after"?: import('@emotion/react').CSSObject;
1884
+ ":any-link"?: import('@emotion/react').CSSObject;
1885
+ ":before"?: import('@emotion/react').CSSObject;
1886
+ ":blank"?: import('@emotion/react').CSSObject;
1887
+ ":checked"?: import('@emotion/react').CSSObject;
1888
+ ":current"?: import('@emotion/react').CSSObject;
1889
+ ":default"?: import('@emotion/react').CSSObject;
1890
+ ":defined"?: import('@emotion/react').CSSObject;
1891
+ ":disabled"?: import('@emotion/react').CSSObject;
1892
+ ":empty"?: import('@emotion/react').CSSObject;
1893
+ ":enabled"?: import('@emotion/react').CSSObject;
1894
+ ":first"?: import('@emotion/react').CSSObject;
1895
+ ":first-child"?: import('@emotion/react').CSSObject;
1896
+ ":first-letter"?: import('@emotion/react').CSSObject;
1897
+ ":first-line"?: import('@emotion/react').CSSObject;
1898
+ ":first-of-type"?: import('@emotion/react').CSSObject;
1899
+ ":focus"?: import('@emotion/react').CSSObject;
1900
+ ":focus-visible"?: import('@emotion/react').CSSObject;
1901
+ ":focus-within"?: import('@emotion/react').CSSObject;
1902
+ ":fullscreen"?: import('@emotion/react').CSSObject;
1903
+ ":future"?: import('@emotion/react').CSSObject;
1904
+ ":hover"?: import('@emotion/react').CSSObject;
1905
+ ":in-range"?: import('@emotion/react').CSSObject;
1906
+ ":indeterminate"?: import('@emotion/react').CSSObject;
1907
+ ":invalid"?: import('@emotion/react').CSSObject;
1908
+ ":last-child"?: import('@emotion/react').CSSObject;
1909
+ ":last-of-type"?: import('@emotion/react').CSSObject;
1910
+ ":left"?: import('@emotion/react').CSSObject;
1911
+ ":link"?: import('@emotion/react').CSSObject;
1912
+ ":local-link"?: import('@emotion/react').CSSObject;
1913
+ ":nth-col"?: import('@emotion/react').CSSObject;
1914
+ ":nth-last-col"?: import('@emotion/react').CSSObject;
1915
+ ":only-child"?: import('@emotion/react').CSSObject;
1916
+ ":only-of-type"?: import('@emotion/react').CSSObject;
1917
+ ":optional"?: import('@emotion/react').CSSObject;
1918
+ ":out-of-range"?: import('@emotion/react').CSSObject;
1919
+ ":past"?: import('@emotion/react').CSSObject;
1920
+ ":paused"?: import('@emotion/react').CSSObject;
1921
+ ":picture-in-picture"?: import('@emotion/react').CSSObject;
1922
+ ":placeholder-shown"?: import('@emotion/react').CSSObject;
1923
+ ":playing"?: import('@emotion/react').CSSObject;
1924
+ ":read-only"?: import('@emotion/react').CSSObject;
1925
+ ":read-write"?: import('@emotion/react').CSSObject;
1926
+ ":required"?: import('@emotion/react').CSSObject;
1927
+ ":right"?: import('@emotion/react').CSSObject;
1928
+ ":root"?: import('@emotion/react').CSSObject;
1929
+ ":scope"?: import('@emotion/react').CSSObject;
1930
+ ":target"?: import('@emotion/react').CSSObject;
1931
+ ":target-within"?: import('@emotion/react').CSSObject;
1932
+ ":user-invalid"?: import('@emotion/react').CSSObject;
1933
+ ":user-valid"?: import('@emotion/react').CSSObject;
1934
+ ":valid"?: import('@emotion/react').CSSObject;
1935
+ ":visited"?: import('@emotion/react').CSSObject;
1936
+ };
1937
+ };