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