@carto/meridian-ds 0.1.0

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 (310) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/LICENSE +29 -0
  3. package/README.md +38 -0
  4. package/dist/Alert-Dd9Op7y8.js +4754 -0
  5. package/dist/Alert-l8e3Fw5e.cjs +4 -0
  6. package/dist/arrow-drop-icon-BGl72Unt.cjs +1 -0
  7. package/dist/arrow-drop-icon-CHxPlPIN.js +16 -0
  8. package/dist/components/index.cjs +1 -0
  9. package/dist/components/index.js +1249 -0
  10. package/dist/createSvgIcon-BhsoeSAN.cjs +68 -0
  11. package/dist/createSvgIcon-CcKa-Sbo.js +3929 -0
  12. package/dist/custom-icons/index.cjs +1 -0
  13. package/dist/custom-icons/index.js +60 -0
  14. package/dist/jsx-runtime-B6kdoens.js +634 -0
  15. package/dist/jsx-runtime-Cek9Ww4S.cjs +30 -0
  16. package/dist/paletteUtils-B489IFFw.js +320 -0
  17. package/dist/paletteUtils-DELR0VRh.cjs +3 -0
  18. package/dist/search-icon-DHF2JDWR.cjs +1 -0
  19. package/dist/search-icon-FnUa1LqH.js +38 -0
  20. package/dist/theme/index.cjs +76 -0
  21. package/dist/theme/index.js +3863 -0
  22. package/dist/types/components/atoms/Button.d.ts +7 -0
  23. package/dist/types/components/atoms/Button.d.ts.map +1 -0
  24. package/dist/types/components/atoms/LabelWithIndicator.d.ts +8 -0
  25. package/dist/types/components/atoms/LabelWithIndicator.d.ts.map +1 -0
  26. package/dist/types/components/atoms/PasswordField.d.ts +4 -0
  27. package/dist/types/components/atoms/PasswordField.d.ts.map +1 -0
  28. package/dist/types/components/atoms/SelectField.d.ts +15 -0
  29. package/dist/types/components/atoms/SelectField.d.ts.map +1 -0
  30. package/dist/types/components/atoms/ToggleButtonGroup.d.ts +7 -0
  31. package/dist/types/components/atoms/ToggleButtonGroup.d.ts.map +1 -0
  32. package/dist/types/components/atoms/Typography.d.ts +14 -0
  33. package/dist/types/components/atoms/Typography.d.ts.map +1 -0
  34. package/dist/types/components/atoms/index.d.ts +13 -0
  35. package/dist/types/components/atoms/index.d.ts.map +1 -0
  36. package/dist/types/components/index.d.ts +7 -0
  37. package/dist/types/components/index.d.ts.map +1 -0
  38. package/dist/types/components/molecules/AccordionGroup.d.ts +12 -0
  39. package/dist/types/components/molecules/AccordionGroup.d.ts.map +1 -0
  40. package/dist/types/components/molecules/Alert.d.ts +18 -0
  41. package/dist/types/components/molecules/Alert.d.ts.map +1 -0
  42. package/dist/types/components/molecules/Autocomplete.d.ts +19 -0
  43. package/dist/types/components/molecules/Autocomplete.d.ts.map +1 -0
  44. package/dist/types/components/molecules/Avatar.d.ts +6 -0
  45. package/dist/types/components/molecules/Avatar.d.ts.map +1 -0
  46. package/dist/types/components/molecules/Menu/Menu.d.ts +8 -0
  47. package/dist/types/components/molecules/Menu/Menu.d.ts.map +1 -0
  48. package/dist/types/components/molecules/Menu/MenuItem.d.ts +10 -0
  49. package/dist/types/components/molecules/Menu/MenuItem.d.ts.map +1 -0
  50. package/dist/types/components/molecules/Menu/MenuList.d.ts +8 -0
  51. package/dist/types/components/molecules/Menu/MenuList.d.ts.map +1 -0
  52. package/dist/types/components/molecules/Menu/index.d.ts +7 -0
  53. package/dist/types/components/molecules/Menu/index.d.ts.map +1 -0
  54. package/dist/types/components/molecules/MultipleSelectField/Filters.d.ts +9 -0
  55. package/dist/types/components/molecules/MultipleSelectField/Filters.d.ts.map +1 -0
  56. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts +31 -0
  57. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts.map +1 -0
  58. package/dist/types/components/molecules/MultipleSelectField/index.d.ts +3 -0
  59. package/dist/types/components/molecules/MultipleSelectField/index.d.ts.map +1 -0
  60. package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts +11 -0
  61. package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts.map +1 -0
  62. package/dist/types/components/molecules/Table/TablePaginationActions.d.ts +9 -0
  63. package/dist/types/components/molecules/Table/TablePaginationActions.d.ts.map +1 -0
  64. package/dist/types/components/molecules/Table/index.d.ts +3 -0
  65. package/dist/types/components/molecules/Table/index.d.ts.map +1 -0
  66. package/dist/types/components/molecules/UploadField/FilesAction.d.ts +13 -0
  67. package/dist/types/components/molecules/UploadField/FilesAction.d.ts.map +1 -0
  68. package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts +8 -0
  69. package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts.map +1 -0
  70. package/dist/types/components/molecules/UploadField/UploadField.d.ts +15 -0
  71. package/dist/types/components/molecules/UploadField/UploadField.d.ts.map +1 -0
  72. package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts +17 -0
  73. package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts.map +1 -0
  74. package/dist/types/components/molecules/UploadField/index.d.ts +5 -0
  75. package/dist/types/components/molecules/UploadField/index.d.ts.map +1 -0
  76. package/dist/types/components/molecules/UploadField/useFileUpload.d.ts +19 -0
  77. package/dist/types/components/molecules/UploadField/useFileUpload.d.ts.map +1 -0
  78. package/dist/types/components/molecules/index.d.ts +17 -0
  79. package/dist/types/components/molecules/index.d.ts.map +1 -0
  80. package/dist/types/components/organisms/AppBar/AppBar.d.ts +11 -0
  81. package/dist/types/components/organisms/AppBar/AppBar.d.ts.map +1 -0
  82. package/dist/types/components/organisms/AppBar/BrandLogo.d.ts +4 -0
  83. package/dist/types/components/organisms/AppBar/BrandLogo.d.ts.map +1 -0
  84. package/dist/types/components/organisms/AppBar/BrandText.d.ts +4 -0
  85. package/dist/types/components/organisms/AppBar/BrandText.d.ts.map +1 -0
  86. package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts +4 -0
  87. package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts.map +1 -0
  88. package/dist/types/components/organisms/AppBar/SecondaryText.d.ts +4 -0
  89. package/dist/types/components/organisms/AppBar/SecondaryText.d.ts.map +1 -0
  90. package/dist/types/components/organisms/AppBar/index.d.ts +3 -0
  91. package/dist/types/components/organisms/AppBar/index.d.ts.map +1 -0
  92. package/dist/types/components/organisms/TooltipData.d.ts +12 -0
  93. package/dist/types/components/organisms/TooltipData.d.ts.map +1 -0
  94. package/dist/types/components/organisms/index.d.ts +5 -0
  95. package/dist/types/components/organisms/index.d.ts.map +1 -0
  96. package/dist/types/custom-icons/arrow-drop-icon.d.ts +3 -0
  97. package/dist/types/custom-icons/arrow-drop-icon.d.ts.map +1 -0
  98. package/dist/types/custom-icons/circle-icon.d.ts +3 -0
  99. package/dist/types/custom-icons/circle-icon.d.ts.map +1 -0
  100. package/dist/types/custom-icons/cursor-icon.d.ts +3 -0
  101. package/dist/types/custom-icons/cursor-icon.d.ts.map +1 -0
  102. package/dist/types/custom-icons/graph-line-icon.d.ts +3 -0
  103. package/dist/types/custom-icons/graph-line-icon.d.ts.map +1 -0
  104. package/dist/types/custom-icons/index.d.ts +12 -0
  105. package/dist/types/custom-icons/index.d.ts.map +1 -0
  106. package/dist/types/custom-icons/lasso-icon.d.ts +3 -0
  107. package/dist/types/custom-icons/lasso-icon.d.ts.map +1 -0
  108. package/dist/types/custom-icons/layer-icon.d.ts +3 -0
  109. package/dist/types/custom-icons/layer-icon.d.ts.map +1 -0
  110. package/dist/types/custom-icons/opacity-icon.d.ts +3 -0
  111. package/dist/types/custom-icons/opacity-icon.d.ts.map +1 -0
  112. package/dist/types/custom-icons/polygon-icon.d.ts +3 -0
  113. package/dist/types/custom-icons/polygon-icon.d.ts.map +1 -0
  114. package/dist/types/custom-icons/rectangle-icon.d.ts +3 -0
  115. package/dist/types/custom-icons/rectangle-icon.d.ts.map +1 -0
  116. package/dist/types/custom-icons/search-icon.d.ts +3 -0
  117. package/dist/types/custom-icons/search-icon.d.ts.map +1 -0
  118. package/dist/types/custom-icons/upload-icon.d.ts +3 -0
  119. package/dist/types/custom-icons/upload-icon.d.ts.map +1 -0
  120. package/dist/types/hooks/useImperativeIntl.d.ts +3 -0
  121. package/dist/types/hooks/useImperativeIntl.d.ts.map +1 -0
  122. package/dist/types/hooks/usePrevious.d.ts +2 -0
  123. package/dist/types/hooks/usePrevious.d.ts.map +1 -0
  124. package/dist/types/hooks/useSkeleton.d.ts +5 -0
  125. package/dist/types/hooks/useSkeleton.d.ts.map +1 -0
  126. package/dist/types/localization/en.d.ts +120 -0
  127. package/dist/types/localization/en.d.ts.map +1 -0
  128. package/dist/types/localization/es.d.ts +118 -0
  129. package/dist/types/localization/es.d.ts.map +1 -0
  130. package/dist/types/localization/id.d.ts +120 -0
  131. package/dist/types/localization/id.d.ts.map +1 -0
  132. package/dist/types/localization/index.d.ts +355 -0
  133. package/dist/types/localization/index.d.ts.map +1 -0
  134. package/dist/types/theme/carto-theme.d.ts +4077 -0
  135. package/dist/types/theme/carto-theme.d.ts.map +1 -0
  136. package/dist/types/theme/index.d.ts +5 -0
  137. package/dist/types/theme/index.d.ts.map +1 -0
  138. package/dist/types/theme/sections/components/buttons.d.ts +3 -0
  139. package/dist/types/theme/sections/components/buttons.d.ts.map +1 -0
  140. package/dist/types/theme/sections/components/data-display.d.ts +4 -0
  141. package/dist/types/theme/sections/components/data-display.d.ts.map +1 -0
  142. package/dist/types/theme/sections/components/feedback.d.ts +3 -0
  143. package/dist/types/theme/sections/components/feedback.d.ts.map +1 -0
  144. package/dist/types/theme/sections/components/forms.d.ts +3 -0
  145. package/dist/types/theme/sections/components/forms.d.ts.map +1 -0
  146. package/dist/types/theme/sections/components/navigation.d.ts +3 -0
  147. package/dist/types/theme/sections/components/navigation.d.ts.map +1 -0
  148. package/dist/types/theme/sections/components/surfaces.d.ts +3 -0
  149. package/dist/types/theme/sections/components/surfaces.d.ts.map +1 -0
  150. package/dist/types/theme/sections/css-baseline.d.ts +905 -0
  151. package/dist/types/theme/sections/css-baseline.d.ts.map +1 -0
  152. package/dist/types/theme/sections/palette.d.ts +4 -0
  153. package/dist/types/theme/sections/palette.d.ts.map +1 -0
  154. package/dist/types/theme/sections/shadows.d.ts +3 -0
  155. package/dist/types/theme/sections/shadows.d.ts.map +1 -0
  156. package/dist/types/theme/sections/typography.d.ts +1706 -0
  157. package/dist/types/theme/sections/typography.d.ts.map +1 -0
  158. package/dist/types/theme/theme-constants.d.ts +14 -0
  159. package/dist/types/theme/theme-constants.d.ts.map +1 -0
  160. package/dist/types/theme/theme-utils.d.ts +2 -0
  161. package/dist/types/theme/theme-utils.d.ts.map +1 -0
  162. package/dist/types/theme/types.d.ts +99 -0
  163. package/dist/types/theme/types.d.ts.map +1 -0
  164. package/dist/types/utils/animationUtils.d.ts +30 -0
  165. package/dist/types/utils/animationUtils.d.ts.map +1 -0
  166. package/dist/types/utils/chartConstants.d.ts +7 -0
  167. package/dist/types/utils/chartConstants.d.ts.map +1 -0
  168. package/dist/types/utils/detectTouchScreen.d.ts +2 -0
  169. package/dist/types/utils/detectTouchScreen.d.ts.map +1 -0
  170. package/dist/types/utils/formatterUtils.d.ts +18 -0
  171. package/dist/types/utils/formatterUtils.d.ts.map +1 -0
  172. package/dist/types/utils/legendUtils.d.ts +99 -0
  173. package/dist/types/utils/legendUtils.d.ts.map +1 -0
  174. package/dist/types/utils/localeUtils.d.ts +7 -0
  175. package/dist/types/utils/localeUtils.d.ts.map +1 -0
  176. package/dist/types/utils/paletteUtils.d.ts +25 -0
  177. package/dist/types/utils/paletteUtils.d.ts.map +1 -0
  178. package/dist/types/utils/uniqueId.d.ts +19 -0
  179. package/dist/types/utils/uniqueId.d.ts.map +1 -0
  180. package/dist/types/widgets/BarWidgetUI/BarSkeleton.d.ts +4 -0
  181. package/dist/types/widgets/BarWidgetUI/BarSkeleton.d.ts.map +1 -0
  182. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts +33 -0
  183. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts.map +1 -0
  184. package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts +22 -0
  185. package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts.map +1 -0
  186. package/dist/types/widgets/CategoryWidgetUI/CategorySkeleton.d.ts +3 -0
  187. package/dist/types/widgets/CategoryWidgetUI/CategorySkeleton.d.ts.map +1 -0
  188. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts +25 -0
  189. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts.map +1 -0
  190. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +37 -0
  191. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -0
  192. package/dist/types/widgets/ChartLegend.d.ts +10 -0
  193. package/dist/types/widgets/ChartLegend.d.ts.map +1 -0
  194. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.d.ts +18 -0
  195. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.d.ts.map +1 -0
  196. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.d.ts +17 -0
  197. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.d.ts.map +1 -0
  198. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.d.ts +15 -0
  199. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.d.ts.map +1 -0
  200. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.d.ts +27 -0
  201. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.d.ts.map +1 -0
  202. package/dist/types/widgets/FeatureSelectionWidgetUI/index.d.ts +9 -0
  203. package/dist/types/widgets/FeatureSelectionWidgetUI/index.d.ts.map +1 -0
  204. package/dist/types/widgets/FormulaWidgetUI/FormulaSkeleton.d.ts +3 -0
  205. package/dist/types/widgets/FormulaWidgetUI/FormulaSkeleton.d.ts.map +1 -0
  206. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts +16 -0
  207. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts.map +1 -0
  208. package/dist/types/widgets/HistogramWidgetUI/HistogramSkeleton.d.ts +6 -0
  209. package/dist/types/widgets/HistogramWidgetUI/HistogramSkeleton.d.ts.map +1 -0
  210. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts +27 -0
  211. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts.map +1 -0
  212. package/dist/types/widgets/HistogramWidgetUI/useHistogramInteractivity.d.ts +20 -0
  213. package/dist/types/widgets/HistogramWidgetUI/useHistogramInteractivity.d.ts.map +1 -0
  214. package/dist/types/widgets/NoDataAlert.d.ts +6 -0
  215. package/dist/types/widgets/NoDataAlert.d.ts.map +1 -0
  216. package/dist/types/widgets/PieWidgetUI/PieCentralText.d.ts +11 -0
  217. package/dist/types/widgets/PieWidgetUI/PieCentralText.d.ts.map +1 -0
  218. package/dist/types/widgets/PieWidgetUI/PieSkeleton.d.ts +4 -0
  219. package/dist/types/widgets/PieWidgetUI/PieSkeleton.d.ts.map +1 -0
  220. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts +31 -0
  221. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts.map +1 -0
  222. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts +16 -0
  223. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -0
  224. package/dist/types/widgets/RangeWidgetUI/RangeSkeleton.d.ts +2 -0
  225. package/dist/types/widgets/RangeWidgetUI/RangeSkeleton.d.ts.map +1 -0
  226. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.d.ts +16 -0
  227. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.d.ts.map +1 -0
  228. package/dist/types/widgets/ReactEcharts.d.ts +8 -0
  229. package/dist/types/widgets/ReactEcharts.d.ts.map +1 -0
  230. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.d.ts +4 -0
  231. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.d.ts.map +1 -0
  232. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts +16 -0
  233. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts.map +1 -0
  234. package/dist/types/widgets/SkeletonWidgets.d.ts +20 -0
  235. package/dist/types/widgets/SkeletonWidgets.d.ts.map +1 -0
  236. package/dist/types/widgets/TableWidgetUI/TableSkeleton.d.ts +7 -0
  237. package/dist/types/widgets/TableWidgetUI/TableSkeleton.d.ts.map +1 -0
  238. package/dist/types/widgets/TableWidgetUI/TableSkeletonRow.d.ts +6 -0
  239. package/dist/types/widgets/TableWidgetUI/TableSkeletonRow.d.ts.map +1 -0
  240. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts +30 -0
  241. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts.map +1 -0
  242. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts +21 -0
  243. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts.map +1 -0
  244. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts +4 -0
  245. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -0
  246. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts +14 -0
  247. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts.map +1 -0
  248. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts +3 -0
  249. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts.map +1 -0
  250. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.d.ts +8 -0
  251. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.d.ts.map +1 -0
  252. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts +4 -0
  253. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts.map +1 -0
  254. package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts +9 -0
  255. package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts.map +1 -0
  256. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts +99 -0
  257. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts.map +1 -0
  258. package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts +43 -0
  259. package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts.map +1 -0
  260. package/dist/types/widgets/WrapperWidgetUI.d.ts +36 -0
  261. package/dist/types/widgets/WrapperWidgetUI.d.ts.map +1 -0
  262. package/dist/types/widgets/comparative/AnimatedNumber/AnimatedNumber.d.ts +9 -0
  263. package/dist/types/widgets/comparative/AnimatedNumber/AnimatedNumber.d.ts.map +1 -0
  264. package/dist/types/widgets/comparative/AnimatedNumber/useAnimatedNumber.d.ts +11 -0
  265. package/dist/types/widgets/comparative/AnimatedNumber/useAnimatedNumber.d.ts.map +1 -0
  266. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryItem.d.ts +17 -0
  267. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryItem.d.ts.map +1 -0
  268. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +23 -0
  269. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -0
  270. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.styled.d.ts +45 -0
  271. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.styled.d.ts.map +1 -0
  272. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +20 -0
  273. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -0
  274. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.d.ts +21 -0
  275. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.d.ts.map +1 -0
  276. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaLabel.d.ts +5 -0
  277. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaLabel.d.ts.map +1 -0
  278. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaValue.d.ts +10 -0
  279. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaValue.d.ts.map +1 -0
  280. package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts +22 -0
  281. package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +1 -0
  282. package/dist/types/widgets/index.d.ts +33 -0
  283. package/dist/types/widgets/index.d.ts.map +1 -0
  284. package/dist/types/widgets/legend/LegendLayer.d.ts +37 -0
  285. package/dist/types/widgets/legend/LegendLayer.d.ts.map +1 -0
  286. package/dist/types/widgets/legend/LegendLayerTitle.d.ts +8 -0
  287. package/dist/types/widgets/legend/LegendLayerTitle.d.ts.map +1 -0
  288. package/dist/types/widgets/legend/LegendLayerVariable.d.ts +9 -0
  289. package/dist/types/widgets/legend/LegendLayerVariable.d.ts.map +1 -0
  290. package/dist/types/widgets/legend/LegendOpacityControl.d.ts +14 -0
  291. package/dist/types/widgets/legend/LegendOpacityControl.d.ts.map +1 -0
  292. package/dist/types/widgets/legend/LegendWidgetUI.d.ts +48 -0
  293. package/dist/types/widgets/legend/LegendWidgetUI.d.ts.map +1 -0
  294. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +31 -0
  295. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts.map +1 -0
  296. package/dist/types/widgets/legend/index.d.ts +7 -0
  297. package/dist/types/widgets/legend/index.d.ts.map +1 -0
  298. package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts +6 -0
  299. package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts.map +1 -0
  300. package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts +6 -0
  301. package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts.map +1 -0
  302. package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts +9 -0
  303. package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts.map +1 -0
  304. package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts +7 -0
  305. package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts.map +1 -0
  306. package/dist/types/widgets/legend/legend-types/index.d.ts +9 -0
  307. package/dist/types/widgets/legend/legend-types/index.d.ts.map +1 -0
  308. package/dist/widgets/index.cjs +33 -0
  309. package/dist/widgets/index.js +5865 -0
  310. package/package.json +156 -0
@@ -0,0 +1,1706 @@
1
+ export declare const themeTypography: {
2
+ captionMedium: {
3
+ fontWeight: number;
4
+ letterSpacing: string;
5
+ '@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
6
+ accentColor?: import("csstype").Property.AccentColor | undefined;
7
+ alignContent?: import("csstype").Property.AlignContent | undefined;
8
+ alignItems?: import("csstype").Property.AlignItems | undefined;
9
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
10
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
11
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
12
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
13
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
14
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
15
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
16
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
17
+ animationName?: import("csstype").Property.AnimationName | undefined;
18
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
19
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
20
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
21
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
22
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
23
+ appearance?: import("csstype").Property.Appearance | undefined;
24
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
25
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
26
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
27
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
28
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
29
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
30
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
31
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
32
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
33
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
34
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
35
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
36
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
37
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
38
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
39
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
40
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
41
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
42
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
43
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
44
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
45
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
46
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
47
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
48
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
49
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
50
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
51
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
52
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
53
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
54
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
55
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
56
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
57
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
58
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
59
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
60
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
61
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
62
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
63
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
64
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
65
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
66
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
67
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
68
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
69
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
70
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
71
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
72
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
73
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
74
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
75
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
76
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
77
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
78
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
79
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
80
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
81
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
82
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
83
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
84
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
85
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
86
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
87
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
88
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
89
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
90
+ breakInside?: import("csstype").Property.BreakInside | undefined;
91
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
92
+ caretColor?: import("csstype").Property.CaretColor | undefined;
93
+ caretShape?: import("csstype").Property.CaretShape | undefined;
94
+ clear?: import("csstype").Property.Clear | undefined;
95
+ clipPath?: import("csstype").Property.ClipPath | undefined;
96
+ color?: import("csstype").Property.Color | undefined;
97
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
98
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
99
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
100
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
101
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
102
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
103
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
104
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
105
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
106
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
107
+ contain?: import("csstype").Property.Contain | undefined;
108
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
109
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
110
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
111
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
112
+ containerName?: import("csstype").Property.ContainerName | undefined;
113
+ containerType?: import("csstype").Property.ContainerType | undefined;
114
+ content?: import("csstype").Property.Content | undefined;
115
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
116
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
117
+ counterReset?: import("csstype").Property.CounterReset | undefined;
118
+ counterSet?: import("csstype").Property.CounterSet | undefined;
119
+ cursor?: import("csstype").Property.Cursor | undefined;
120
+ direction?: import("csstype").Property.Direction | undefined;
121
+ display?: import("csstype").Property.Display | undefined;
122
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
123
+ filter?: import("csstype").Property.Filter | undefined;
124
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
125
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
126
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
127
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
128
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
129
+ float?: import("csstype").Property.Float | undefined;
130
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
131
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
132
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
133
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
134
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
135
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
136
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
137
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
138
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
139
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
140
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
141
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
142
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
143
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
144
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
145
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
146
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
147
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
148
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
149
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
150
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
151
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
152
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
153
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
154
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
155
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
156
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
157
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
158
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
159
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
160
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
161
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
162
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
163
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
164
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
165
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
166
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
167
+ height?: import("csstype").Property.Height<string | number> | undefined;
168
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
169
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
170
+ hyphens?: import("csstype").Property.Hyphens | undefined;
171
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
172
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
173
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
174
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
175
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
176
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
177
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
178
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
179
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
180
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
181
+ isolation?: import("csstype").Property.Isolation | undefined;
182
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
183
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
184
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
185
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
186
+ left?: import("csstype").Property.Left<string | number> | undefined;
187
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
188
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
189
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
190
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
191
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
192
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
193
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
194
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
195
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
196
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
197
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
198
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
199
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
200
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
201
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
202
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
203
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
204
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
205
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
206
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
207
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
208
+ maskClip?: import("csstype").Property.MaskClip | undefined;
209
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
210
+ maskImage?: import("csstype").Property.MaskImage | undefined;
211
+ maskMode?: import("csstype").Property.MaskMode | undefined;
212
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
213
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
214
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
215
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
216
+ maskType?: import("csstype").Property.MaskType | undefined;
217
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
218
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
219
+ mathShift?: import("csstype").Property.MathShift | undefined;
220
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
221
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
222
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
223
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
224
+ maxLines?: import("csstype").Property.MaxLines | undefined;
225
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
226
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
227
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
228
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
229
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
230
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
231
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
232
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
233
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
234
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
235
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
236
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
237
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
238
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
239
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
240
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
241
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
242
+ opacity?: import("csstype").Property.Opacity | undefined;
243
+ order?: import("csstype").Property.Order | undefined;
244
+ orphans?: import("csstype").Property.Orphans | undefined;
245
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
246
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
247
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
248
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
249
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
250
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
251
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
252
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
253
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
254
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
255
+ overflowX?: import("csstype").Property.OverflowX | undefined;
256
+ overflowY?: import("csstype").Property.OverflowY | undefined;
257
+ overlay?: import("csstype").Property.Overlay | undefined;
258
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
259
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
260
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
261
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
262
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
263
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
264
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
265
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
266
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
267
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
268
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
269
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
270
+ page?: import("csstype").Property.Page | undefined;
271
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
272
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
273
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
274
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
275
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
276
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
277
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
278
+ position?: import("csstype").Property.Position | undefined;
279
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
280
+ quotes?: import("csstype").Property.Quotes | undefined;
281
+ resize?: import("csstype").Property.Resize | undefined;
282
+ right?: import("csstype").Property.Right<string | number> | undefined;
283
+ rotate?: import("csstype").Property.Rotate | undefined;
284
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
285
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
286
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
287
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
288
+ scale?: import("csstype").Property.Scale | undefined;
289
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
290
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
291
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
292
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
293
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
294
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
295
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
296
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
297
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
298
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
299
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
300
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
301
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
302
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
303
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
304
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
305
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
306
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
307
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
308
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
309
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
310
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
311
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
312
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
313
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
314
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
315
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
316
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
317
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
318
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
319
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
320
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
321
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
322
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
323
+ textAlign?: import("csstype").Property.TextAlign | undefined;
324
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
325
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
326
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
327
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
328
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
329
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
330
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
331
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
332
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
333
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
334
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
335
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
336
+ textJustify?: import("csstype").Property.TextJustify | undefined;
337
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
338
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
339
+ textRendering?: import("csstype").Property.TextRendering | undefined;
340
+ textShadow?: import("csstype").Property.TextShadow | undefined;
341
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
342
+ textTransform?: import("csstype").Property.TextTransform | undefined;
343
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
344
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
345
+ textWrap?: import("csstype").Property.TextWrap | undefined;
346
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
347
+ top?: import("csstype").Property.Top<string | number> | undefined;
348
+ touchAction?: import("csstype").Property.TouchAction | undefined;
349
+ transform?: import("csstype").Property.Transform | undefined;
350
+ transformBox?: import("csstype").Property.TransformBox | undefined;
351
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
352
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
353
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
354
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
355
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
356
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
357
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
358
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
359
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
360
+ userSelect?: import("csstype").Property.UserSelect | undefined;
361
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
362
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
363
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
364
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
365
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
366
+ visibility?: import("csstype").Property.Visibility | undefined;
367
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
368
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
369
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
370
+ widows?: import("csstype").Property.Widows | undefined;
371
+ width?: import("csstype").Property.Width<string | number> | undefined;
372
+ willChange?: import("csstype").Property.WillChange | undefined;
373
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
374
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
375
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
376
+ writingMode?: import("csstype").Property.WritingMode | undefined;
377
+ zIndex?: import("csstype").Property.ZIndex | undefined;
378
+ zoom?: import("csstype").Property.Zoom | undefined;
379
+ all?: import("csstype").Property.All | undefined;
380
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
381
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
382
+ background?: import("csstype").Property.Background<string | number> | undefined;
383
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
384
+ border?: import("csstype").Property.Border<string | number> | undefined;
385
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
386
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
387
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
388
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
389
+ borderColor?: import("csstype").Property.BorderColor | undefined;
390
+ borderImage?: import("csstype").Property.BorderImage | undefined;
391
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
392
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
393
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
394
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
395
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
396
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
397
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
398
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
399
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
400
+ caret?: import("csstype").Property.Caret | undefined;
401
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
402
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
403
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
404
+ container?: import("csstype").Property.Container | undefined;
405
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
406
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
407
+ font?: import("csstype").Property.Font | undefined;
408
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
409
+ grid?: import("csstype").Property.Grid | undefined;
410
+ gridArea?: import("csstype").Property.GridArea | undefined;
411
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
412
+ gridRow?: import("csstype").Property.GridRow | undefined;
413
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
414
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
415
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
416
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
417
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
418
+ listStyle?: import("csstype").Property.ListStyle | undefined;
419
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
420
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
421
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
422
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
423
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
424
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
425
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
426
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
427
+ overflow?: import("csstype").Property.Overflow | undefined;
428
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
429
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
430
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
431
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
432
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
433
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
434
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
435
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
436
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
437
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
438
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
439
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
440
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
441
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
442
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
443
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
444
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
445
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
446
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
447
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
448
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
449
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
450
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
451
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
452
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
453
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
454
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
455
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
456
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
457
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
458
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
459
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
460
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
461
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
462
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
463
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
464
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
465
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
466
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
467
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
468
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
469
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
470
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
471
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
472
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
473
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
474
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
475
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
476
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
477
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
478
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
479
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
480
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
481
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
482
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
483
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
484
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
485
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
486
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
487
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
488
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
489
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
490
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
491
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
492
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
493
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
494
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
495
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
496
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
497
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
498
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
499
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
500
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
501
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
502
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
503
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
504
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
505
+ msFilter?: import("csstype").Property.MsFilter | undefined;
506
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
507
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
508
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
509
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
510
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
511
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
512
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
513
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
514
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
515
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
516
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
517
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
518
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
519
+ msOrder?: import("csstype").Property.Order | undefined;
520
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
521
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
522
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
523
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
524
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
525
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
526
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
527
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
528
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
529
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
530
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
531
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
532
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
533
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
534
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
535
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
536
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
537
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
538
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
539
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
540
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
541
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
542
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
543
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
544
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
545
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
546
+ msTransform?: import("csstype").Property.Transform | undefined;
547
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
548
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
549
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
550
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
551
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
552
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
553
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
554
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
555
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
556
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
557
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
558
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
559
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
560
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
561
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
562
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
563
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
564
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
565
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
566
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
567
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
568
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
569
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
570
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
571
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
572
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
573
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
574
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
575
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
576
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
577
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
578
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
579
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
580
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
581
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
582
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
583
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
584
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
585
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
586
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
587
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
588
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
589
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
590
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
591
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
592
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
593
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
594
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
595
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
596
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
597
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
598
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
599
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
600
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
601
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
602
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
603
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
604
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
605
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
606
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
607
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
608
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
609
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
610
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
611
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
612
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
613
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
614
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
615
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
616
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
617
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
618
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
619
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
620
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
621
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
622
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
623
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
624
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
625
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
626
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
627
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
628
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
629
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
630
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
631
+ WebkitOrder?: import("csstype").Property.Order | undefined;
632
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
633
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
634
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
635
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
636
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
637
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
638
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
639
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
640
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
641
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
642
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
643
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
644
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
645
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
646
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
647
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
648
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
649
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
650
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
651
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
652
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
653
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
654
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
655
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
656
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
657
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
658
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
659
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
660
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
661
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
662
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
663
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
664
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
665
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
666
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
667
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
668
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
669
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
670
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
671
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
672
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
673
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
674
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
675
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
676
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
677
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
678
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
679
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
680
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
681
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
682
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
683
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
684
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
685
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
686
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
687
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
688
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
689
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
690
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
691
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
692
+ azimuth?: import("csstype").Property.Azimuth | undefined;
693
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
694
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
695
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
696
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
697
+ boxLines?: import("csstype").Property.BoxLines | undefined;
698
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
699
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
700
+ boxPack?: import("csstype").Property.BoxPack | undefined;
701
+ clip?: import("csstype").Property.Clip | undefined;
702
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
703
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
704
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
705
+ imeMode?: import("csstype").Property.ImeMode | undefined;
706
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
707
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
708
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
709
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
710
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
711
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
712
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
713
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
714
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
715
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
716
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
717
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
718
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
719
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
720
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
721
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
722
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
723
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
724
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
725
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
726
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
727
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
728
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
729
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
730
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
731
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
732
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
733
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
734
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
735
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
736
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
737
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
738
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
739
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
740
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
741
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
742
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
743
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
744
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
745
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
746
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
747
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
748
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
749
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
750
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
751
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
752
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
753
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
754
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
755
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
756
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
757
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
758
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
759
+ MozTransform?: import("csstype").Property.Transform | undefined;
760
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
761
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
762
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
763
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
764
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
765
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
766
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
767
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
768
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
769
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
770
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
771
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
772
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
773
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
774
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
775
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
776
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
777
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
778
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
779
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
780
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
781
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
782
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
783
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
784
+ OTransform?: import("csstype").Property.Transform | undefined;
785
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
786
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
787
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
788
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
789
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
790
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
791
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
792
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
793
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
794
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
795
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
796
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
797
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
798
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
799
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
800
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
801
+ clipRule?: import("csstype").Property.ClipRule | undefined;
802
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
803
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
804
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
805
+ fill?: import("csstype").Property.Fill | undefined;
806
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
807
+ fillRule?: import("csstype").Property.FillRule | undefined;
808
+ floodColor?: import("csstype").Property.FloodColor | undefined;
809
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
810
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
811
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
812
+ marker?: import("csstype").Property.Marker | undefined;
813
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
814
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
815
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
816
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
817
+ stopColor?: import("csstype").Property.StopColor | undefined;
818
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
819
+ stroke?: import("csstype").Property.Stroke | undefined;
820
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
821
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
822
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
823
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
824
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
825
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
826
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
827
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
828
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
829
+ };
830
+ overlineDelicate: {
831
+ fontWeight: number;
832
+ letterSpacing: string;
833
+ '@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
834
+ accentColor?: import("csstype").Property.AccentColor | undefined;
835
+ alignContent?: import("csstype").Property.AlignContent | undefined;
836
+ alignItems?: import("csstype").Property.AlignItems | undefined;
837
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
838
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
839
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
840
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
841
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
842
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
843
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
844
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
845
+ animationName?: import("csstype").Property.AnimationName | undefined;
846
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
847
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
848
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
849
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
850
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
851
+ appearance?: import("csstype").Property.Appearance | undefined;
852
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
853
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
854
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
855
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
856
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
857
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
858
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
859
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
860
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
861
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
862
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
863
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
864
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
865
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
866
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
867
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
868
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
869
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
870
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
871
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
872
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
873
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
874
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
875
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
876
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
877
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
878
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
879
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
880
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
881
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
882
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
883
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
884
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
885
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
886
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
887
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
888
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
889
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
890
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
891
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
892
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
893
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
894
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
895
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
896
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
897
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
898
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
899
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
900
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
901
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
902
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
903
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
904
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
905
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
906
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
907
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
908
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
909
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
910
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
911
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
912
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
913
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
914
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
915
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
916
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
917
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
918
+ breakInside?: import("csstype").Property.BreakInside | undefined;
919
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
920
+ caretColor?: import("csstype").Property.CaretColor | undefined;
921
+ caretShape?: import("csstype").Property.CaretShape | undefined;
922
+ clear?: import("csstype").Property.Clear | undefined;
923
+ clipPath?: import("csstype").Property.ClipPath | undefined;
924
+ color?: import("csstype").Property.Color | undefined;
925
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
926
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
927
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
928
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
929
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
930
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
931
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
932
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
933
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
934
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
935
+ contain?: import("csstype").Property.Contain | undefined;
936
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
937
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
938
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
939
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
940
+ containerName?: import("csstype").Property.ContainerName | undefined;
941
+ containerType?: import("csstype").Property.ContainerType | undefined;
942
+ content?: import("csstype").Property.Content | undefined;
943
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
944
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
945
+ counterReset?: import("csstype").Property.CounterReset | undefined;
946
+ counterSet?: import("csstype").Property.CounterSet | undefined;
947
+ cursor?: import("csstype").Property.Cursor | undefined;
948
+ direction?: import("csstype").Property.Direction | undefined;
949
+ display?: import("csstype").Property.Display | undefined;
950
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
951
+ filter?: import("csstype").Property.Filter | undefined;
952
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
953
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
954
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
955
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
956
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
957
+ float?: import("csstype").Property.Float | undefined;
958
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
959
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
960
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
961
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
962
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
963
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
964
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
965
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
966
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
967
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
968
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
969
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
970
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
971
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
972
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
973
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
974
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
975
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
976
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
977
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
978
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
979
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
980
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
981
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
982
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
983
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
984
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
985
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
986
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
987
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
988
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
989
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
990
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
991
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
992
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
993
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
994
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
995
+ height?: import("csstype").Property.Height<string | number> | undefined;
996
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
997
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
998
+ hyphens?: import("csstype").Property.Hyphens | undefined;
999
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1000
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1001
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1002
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1003
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1004
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1005
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1006
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1007
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1008
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1009
+ isolation?: import("csstype").Property.Isolation | undefined;
1010
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1011
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1012
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1013
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1014
+ left?: import("csstype").Property.Left<string | number> | undefined;
1015
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1016
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1017
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1018
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1019
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1020
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1021
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1022
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1023
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1024
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1025
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1026
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1027
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1028
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1029
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1030
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1031
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1032
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1033
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1034
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1035
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1036
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1037
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1038
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1039
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1040
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1041
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1042
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1043
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1044
+ maskType?: import("csstype").Property.MaskType | undefined;
1045
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1046
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1047
+ mathShift?: import("csstype").Property.MathShift | undefined;
1048
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1049
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1050
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1051
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1052
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1053
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1054
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1055
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1056
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1057
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1058
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1059
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1060
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1061
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1062
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1063
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1064
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1065
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1066
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1067
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1068
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1069
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1070
+ opacity?: import("csstype").Property.Opacity | undefined;
1071
+ order?: import("csstype").Property.Order | undefined;
1072
+ orphans?: import("csstype").Property.Orphans | undefined;
1073
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1074
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1075
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1076
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1077
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1078
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1079
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1080
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1081
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1082
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1083
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1084
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1085
+ overlay?: import("csstype").Property.Overlay | undefined;
1086
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1087
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1088
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1089
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1090
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1091
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1092
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1093
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1094
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1095
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1096
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1097
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1098
+ page?: import("csstype").Property.Page | undefined;
1099
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1100
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1101
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1102
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1103
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1104
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1105
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1106
+ position?: import("csstype").Property.Position | undefined;
1107
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1108
+ quotes?: import("csstype").Property.Quotes | undefined;
1109
+ resize?: import("csstype").Property.Resize | undefined;
1110
+ right?: import("csstype").Property.Right<string | number> | undefined;
1111
+ rotate?: import("csstype").Property.Rotate | undefined;
1112
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1113
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1114
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1115
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1116
+ scale?: import("csstype").Property.Scale | undefined;
1117
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1118
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1119
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1120
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1121
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1122
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1123
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1124
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1125
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1126
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1127
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1128
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1129
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1130
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1131
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1132
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1133
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1134
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1135
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1136
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1137
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1138
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1139
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1140
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1141
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1142
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1143
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1144
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1145
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1146
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1147
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1148
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1149
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1150
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1151
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1152
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1153
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1154
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1155
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1156
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1157
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1158
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1159
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1160
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1161
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1162
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1163
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1164
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1165
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1166
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1167
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1168
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1169
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1170
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1171
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1172
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1173
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1174
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1175
+ top?: import("csstype").Property.Top<string | number> | undefined;
1176
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1177
+ transform?: import("csstype").Property.Transform | undefined;
1178
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1179
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1180
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1181
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1182
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1183
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1184
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1185
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1186
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1187
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1188
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1189
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1190
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1191
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1192
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1193
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1194
+ visibility?: import("csstype").Property.Visibility | undefined;
1195
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1196
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1197
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1198
+ widows?: import("csstype").Property.Widows | undefined;
1199
+ width?: import("csstype").Property.Width<string | number> | undefined;
1200
+ willChange?: import("csstype").Property.WillChange | undefined;
1201
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1202
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1203
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1204
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1205
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1206
+ zoom?: import("csstype").Property.Zoom | undefined;
1207
+ all?: import("csstype").Property.All | undefined;
1208
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1209
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1210
+ background?: import("csstype").Property.Background<string | number> | undefined;
1211
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1212
+ border?: import("csstype").Property.Border<string | number> | undefined;
1213
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1214
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1215
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1216
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1217
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1218
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1219
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1220
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1221
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1222
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1223
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1224
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1225
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1226
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1227
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1228
+ caret?: import("csstype").Property.Caret | undefined;
1229
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1230
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
1231
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1232
+ container?: import("csstype").Property.Container | undefined;
1233
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
1234
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1235
+ font?: import("csstype").Property.Font | undefined;
1236
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
1237
+ grid?: import("csstype").Property.Grid | undefined;
1238
+ gridArea?: import("csstype").Property.GridArea | undefined;
1239
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1240
+ gridRow?: import("csstype").Property.GridRow | undefined;
1241
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1242
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1243
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1244
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1245
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1246
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1247
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1248
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1249
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1250
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
1251
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1252
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
1253
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
1254
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
1255
+ overflow?: import("csstype").Property.Overflow | undefined;
1256
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1257
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1258
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1259
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1260
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1261
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1262
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1263
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1264
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1265
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1266
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1267
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1268
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1269
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1270
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1271
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1272
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1273
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1274
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1275
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1276
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1277
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1278
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1279
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1280
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1281
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1282
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1283
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1284
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1285
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1286
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1287
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1288
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1289
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1290
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1291
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1292
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1293
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1294
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1295
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1296
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1297
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1298
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1299
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1300
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1301
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1302
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1303
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1304
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1305
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1306
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1307
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1308
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1309
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1310
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1311
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1312
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1313
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1314
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1315
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1316
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1317
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1318
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1319
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1320
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1321
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1322
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1323
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1324
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1325
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1326
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1327
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1328
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1329
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1330
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1331
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1332
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1333
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1334
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1335
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1336
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1337
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1338
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1339
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1340
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1341
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1342
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1343
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1344
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1345
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1346
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1347
+ msOrder?: import("csstype").Property.Order | undefined;
1348
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1349
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1350
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1351
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1352
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1353
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1354
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1355
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1356
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1357
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1358
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1359
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1360
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1361
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1362
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1363
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1364
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1365
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1366
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1367
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1368
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1369
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1370
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1371
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1372
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1373
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1374
+ msTransform?: import("csstype").Property.Transform | undefined;
1375
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1376
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1377
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1378
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1379
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1380
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1381
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1382
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1383
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1384
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1385
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1386
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1387
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1388
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1389
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1390
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1391
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1392
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1393
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1394
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1395
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1396
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1397
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1398
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1399
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1400
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1401
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1402
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1403
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1404
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1405
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1406
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1407
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1408
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1409
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1410
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1411
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1412
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1413
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1414
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1415
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1416
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1417
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1418
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1419
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1420
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1421
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1422
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1423
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1424
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1425
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1426
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1427
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1428
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1429
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1430
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1431
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1432
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1433
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1434
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1435
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1436
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1437
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1438
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1439
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1440
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1441
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1442
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1443
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1444
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1445
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1446
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1447
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1448
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1449
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1450
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1451
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1452
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1453
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1454
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1455
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1456
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1457
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1458
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1459
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1460
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1461
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1462
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1463
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1464
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1465
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1466
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1467
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1468
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1469
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1470
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1471
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1472
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1473
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1474
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1475
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1476
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1477
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1478
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1479
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1480
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1481
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1482
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1483
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1484
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1485
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1486
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1487
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1488
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1489
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1490
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1491
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1492
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1493
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1494
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1495
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1496
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1497
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1498
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1499
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1500
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1501
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1502
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1503
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1504
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1505
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1506
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1507
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1508
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1509
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1510
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1511
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1512
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1513
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1514
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1515
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1516
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1517
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1518
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1519
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1520
+ azimuth?: import("csstype").Property.Azimuth | undefined;
1521
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1522
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1523
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1524
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1525
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1526
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1527
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1528
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1529
+ clip?: import("csstype").Property.Clip | undefined;
1530
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1531
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1532
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1533
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1534
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1535
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1536
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1537
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1538
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1539
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1540
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1541
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1542
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1543
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1544
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1545
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1546
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1547
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1548
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1549
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1550
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1551
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1552
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1553
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1554
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1555
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1556
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1557
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1558
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1559
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1560
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1561
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1562
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1563
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1564
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1565
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1566
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1567
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1568
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1569
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1570
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1571
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1572
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1573
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1574
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1575
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1576
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1577
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1578
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1579
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1580
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1581
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1582
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1583
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1584
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1585
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1586
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1587
+ MozTransform?: import("csstype").Property.Transform | undefined;
1588
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1589
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1590
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1591
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1592
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1593
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1594
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1595
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1596
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1597
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1598
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1599
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1600
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1601
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1602
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1603
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1604
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1605
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1606
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1607
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1608
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1609
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1610
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1611
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1612
+ OTransform?: import("csstype").Property.Transform | undefined;
1613
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1614
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1615
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1616
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1617
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1618
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1619
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1620
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1621
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1622
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1623
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1624
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1625
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1626
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1627
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1628
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1629
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1630
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1631
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1632
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1633
+ fill?: import("csstype").Property.Fill | undefined;
1634
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1635
+ fillRule?: import("csstype").Property.FillRule | undefined;
1636
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1637
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1638
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1639
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1640
+ marker?: import("csstype").Property.Marker | undefined;
1641
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1642
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1643
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1644
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1645
+ stopColor?: import("csstype").Property.StopColor | undefined;
1646
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1647
+ stroke?: import("csstype").Property.Stroke | undefined;
1648
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1649
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1650
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1651
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1652
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1653
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1654
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1655
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1656
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1657
+ };
1658
+ code1: {
1659
+ fontFamily: string;
1660
+ fontWeight: number;
1661
+ fontSize: string;
1662
+ lineHeight: number;
1663
+ letterSpacing: number;
1664
+ fontVariantLigatures: string;
1665
+ };
1666
+ code2: {
1667
+ fontFamily: string;
1668
+ fontWeight: number;
1669
+ fontSize: string;
1670
+ lineHeight: number;
1671
+ letterSpacing: number;
1672
+ fontVariantLigatures: string;
1673
+ };
1674
+ code3: {
1675
+ fontFamily: string;
1676
+ fontWeight: number;
1677
+ fontSize: string;
1678
+ lineHeight: number;
1679
+ letterSpacing: number;
1680
+ fontVariantLigatures: string;
1681
+ };
1682
+ lineHeight?: number | undefined;
1683
+ fontSmoothing?: string | undefined;
1684
+ button?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1685
+ caption?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1686
+ h1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1687
+ h2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1688
+ h3?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1689
+ h4?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1690
+ h5?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1691
+ h6?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1692
+ subtitle1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1693
+ subtitle2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1694
+ body1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1695
+ body2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1696
+ overline?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
1697
+ fontFamily?: import('react').CSSProperties["fontFamily"];
1698
+ fontSize?: number | undefined;
1699
+ fontWeightLight?: import('react').CSSProperties["fontWeight"];
1700
+ fontWeightRegular?: import('react').CSSProperties["fontWeight"];
1701
+ fontWeightMedium?: import('react').CSSProperties["fontWeight"];
1702
+ fontWeightBold?: import('react').CSSProperties["fontWeight"];
1703
+ htmlFontSize?: number | undefined;
1704
+ pxToRem?: ((px: number) => string) | undefined;
1705
+ };
1706
+ //# sourceMappingURL=typography.d.ts.map