@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,848 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export default function Tabs(theme: Theme): {
3
+ MuiTabs: {
4
+ styleOverrides: {
5
+ root: {
6
+ padding: number;
7
+ fontWeight: import("csstype").Property.FontWeight | undefined;
8
+ borderTopLeftRadius: string | number;
9
+ borderTopRightRadius: string | number;
10
+ '&.Mui-selected': {
11
+ color: string;
12
+ };
13
+ '&:not(:last-of-type)': {
14
+ marginRight: string;
15
+ };
16
+ '@media (min-width: 600px)': {
17
+ minWidth: number;
18
+ };
19
+ '& .MuiButtonBase-root': {
20
+ [x: string]: unknown;
21
+ '@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[] | undefined;
22
+ accentColor?: import("csstype").Property.AccentColor | undefined;
23
+ alignContent?: import("csstype").Property.AlignContent | undefined;
24
+ alignItems?: import("csstype").Property.AlignItems | undefined;
25
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
26
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
27
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
28
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
29
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
30
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
31
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
32
+ animationName?: import("csstype").Property.AnimationName | undefined;
33
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
34
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
35
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
36
+ appearance?: import("csstype").Property.Appearance | undefined;
37
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
38
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
39
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
40
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
41
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
42
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
43
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
44
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
45
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
46
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
47
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
48
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
49
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
50
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
51
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
52
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
53
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
54
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
55
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
56
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
57
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
58
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
59
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
60
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
61
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
62
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
63
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
64
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
65
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
66
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
67
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
68
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
69
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
70
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
71
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
72
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
73
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
74
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
75
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
76
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
77
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
78
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
79
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
80
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
81
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
82
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
83
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
84
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
85
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
86
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
87
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
88
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
89
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
90
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
91
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
92
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
93
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
94
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
95
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
96
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
97
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
98
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
99
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
100
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
101
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
102
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
103
+ breakInside?: import("csstype").Property.BreakInside | undefined;
104
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
105
+ caretColor?: import("csstype").Property.CaretColor | undefined;
106
+ clear?: import("csstype").Property.Clear | undefined;
107
+ clipPath?: import("csstype").Property.ClipPath | undefined;
108
+ color?: import("csstype").Property.Color | undefined;
109
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
110
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
111
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
112
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
113
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
114
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
115
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
116
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
117
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
118
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
119
+ contain?: import("csstype").Property.Contain | undefined;
120
+ content?: import("csstype").Property.Content | undefined;
121
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
122
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
123
+ counterReset?: import("csstype").Property.CounterReset | undefined;
124
+ counterSet?: import("csstype").Property.CounterSet | undefined;
125
+ cursor?: import("csstype").Property.Cursor | undefined;
126
+ direction?: import("csstype").Property.Direction | undefined;
127
+ display?: import("csstype").Property.Display | undefined;
128
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
129
+ filter?: import("csstype").Property.Filter | undefined;
130
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
131
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
132
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
133
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
134
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
135
+ float?: import("csstype").Property.Float | undefined;
136
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
137
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
138
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
139
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
140
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
141
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
142
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
143
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
144
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
145
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
146
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
147
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
148
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
149
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
150
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
151
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
152
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
153
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
154
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
155
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
156
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
157
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
158
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
159
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
160
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
161
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
162
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
163
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
164
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
165
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
166
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
167
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
168
+ height?: import("csstype").Property.Height<string | number> | undefined;
169
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
170
+ hyphens?: import("csstype").Property.Hyphens | undefined;
171
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
172
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
173
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
174
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
175
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
176
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
177
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
178
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
179
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
180
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
181
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
182
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
183
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
184
+ isolation?: import("csstype").Property.Isolation | undefined;
185
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
186
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
187
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
188
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
189
+ left?: import("csstype").Property.Left<string | number> | undefined;
190
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
191
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
192
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
193
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
194
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
195
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
196
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
197
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
198
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
199
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
200
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
201
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
202
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
203
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
204
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
205
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
206
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
207
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
208
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
209
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
210
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
211
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
212
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
213
+ maskClip?: import("csstype").Property.MaskClip | undefined;
214
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
215
+ maskImage?: import("csstype").Property.MaskImage | undefined;
216
+ maskMode?: import("csstype").Property.MaskMode | undefined;
217
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
218
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
219
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
220
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
221
+ maskType?: import("csstype").Property.MaskType | undefined;
222
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
223
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
224
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
225
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
226
+ maxLines?: import("csstype").Property.MaxLines | undefined;
227
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
228
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
229
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
230
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
231
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
232
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
233
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
234
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
235
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
236
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
237
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
238
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
239
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
240
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
241
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
242
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
243
+ opacity?: import("csstype").Property.Opacity | undefined;
244
+ order?: import("csstype").Property.Order | undefined;
245
+ orphans?: import("csstype").Property.Orphans | undefined;
246
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
247
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
248
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
249
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
250
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
251
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
252
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
253
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
254
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
255
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
256
+ overflowX?: import("csstype").Property.OverflowX | undefined;
257
+ overflowY?: import("csstype").Property.OverflowY | undefined;
258
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
259
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
260
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
261
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
262
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
263
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
264
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
265
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
266
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
267
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
268
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
269
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
270
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
271
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
272
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
273
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
274
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
275
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
276
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
277
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
278
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
279
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
280
+ position?: import("csstype").Property.Position | undefined;
281
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
282
+ quotes?: import("csstype").Property.Quotes | undefined;
283
+ resize?: import("csstype").Property.Resize | undefined;
284
+ right?: import("csstype").Property.Right<string | number> | undefined;
285
+ rotate?: import("csstype").Property.Rotate | undefined;
286
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
287
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
288
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
289
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
290
+ scale?: import("csstype").Property.Scale | undefined;
291
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
292
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
293
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
294
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
295
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
296
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
297
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
298
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
299
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
300
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
301
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
302
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
303
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
304
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
305
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
306
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
307
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
308
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
309
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
310
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
311
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
312
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
313
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
314
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
315
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
316
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
317
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
318
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
319
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
320
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
321
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
322
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
323
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
324
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
325
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
326
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
327
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
328
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
329
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
330
+ textAlign?: import("csstype").Property.TextAlign | undefined;
331
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
332
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
333
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
334
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
335
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
336
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
337
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
338
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
339
+ textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
340
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
341
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
342
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
343
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
344
+ textJustify?: import("csstype").Property.TextJustify | undefined;
345
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
346
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
347
+ textRendering?: import("csstype").Property.TextRendering | undefined;
348
+ textShadow?: import("csstype").Property.TextShadow | undefined;
349
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
350
+ textTransform?: import("csstype").Property.TextTransform | undefined;
351
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
352
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
353
+ top?: import("csstype").Property.Top<string | number> | undefined;
354
+ touchAction?: import("csstype").Property.TouchAction | undefined;
355
+ transform?: import("csstype").Property.Transform | undefined;
356
+ transformBox?: import("csstype").Property.TransformBox | undefined;
357
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
358
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
359
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
360
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
361
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
362
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
363
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
364
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
365
+ userSelect?: import("csstype").Property.UserSelect | undefined;
366
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
367
+ visibility?: import("csstype").Property.Visibility | undefined;
368
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
369
+ widows?: import("csstype").Property.Widows | undefined;
370
+ width?: import("csstype").Property.Width<string | number> | undefined;
371
+ willChange?: import("csstype").Property.WillChange | undefined;
372
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
373
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
374
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
375
+ writingMode?: import("csstype").Property.WritingMode | undefined;
376
+ zIndex?: import("csstype").Property.ZIndex | undefined;
377
+ zoom?: import("csstype").Property.Zoom | undefined;
378
+ all?: import("csstype").Globals | undefined;
379
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
380
+ background?: import("csstype").Property.Background<string | number> | undefined;
381
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
382
+ border?: import("csstype").Property.Border<string | number> | undefined;
383
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
384
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
385
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
386
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
387
+ borderColor?: import("csstype").Property.BorderColor | undefined;
388
+ borderImage?: import("csstype").Property.BorderImage | undefined;
389
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
390
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
391
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
392
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
393
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
394
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
395
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
396
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
397
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
398
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
399
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
400
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
401
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
402
+ font?: import("csstype").Property.Font | undefined;
403
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
404
+ grid?: import("csstype").Property.Grid | undefined;
405
+ gridArea?: import("csstype").Property.GridArea | undefined;
406
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
407
+ gridRow?: import("csstype").Property.GridRow | undefined;
408
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
409
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
410
+ listStyle?: import("csstype").Property.ListStyle | undefined;
411
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
412
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
413
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
414
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
415
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
416
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
417
+ overflow?: import("csstype").Property.Overflow | undefined;
418
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
419
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
420
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
421
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
422
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
423
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
424
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
425
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
426
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
427
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
428
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
429
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
430
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
431
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
432
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
433
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
434
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
435
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
436
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
437
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
438
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
439
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
440
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
441
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
442
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
443
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
444
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
445
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
446
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
447
+ MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
448
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
449
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
450
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
451
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
452
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
453
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
454
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
455
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
456
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
457
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
458
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
459
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
460
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
461
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
462
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
463
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
464
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
465
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
466
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
467
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
468
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
469
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
470
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
471
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
472
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
473
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
474
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
475
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
476
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
477
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
478
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
479
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
480
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
481
+ msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
482
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
483
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
484
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
485
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
486
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
487
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
488
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
489
+ msFilter?: import("csstype").Property.MsFilter | undefined;
490
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
491
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
492
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
493
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
494
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
495
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
496
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
497
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
498
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
499
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
500
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
501
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
502
+ msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
503
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
504
+ msOrder?: import("csstype").Property.Order | undefined;
505
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
506
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
507
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
508
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
509
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
510
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
511
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
512
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
513
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
514
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
515
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
516
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
517
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
518
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
519
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
520
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
521
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
522
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
523
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
524
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
525
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
526
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
527
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
528
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
529
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
530
+ msTransform?: import("csstype").Property.Transform | undefined;
531
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
532
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
533
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
534
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
535
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
536
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
537
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
538
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
539
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
540
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
541
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
542
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
543
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
544
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
545
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
546
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
547
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
548
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
549
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
550
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
551
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
552
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
553
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
554
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
555
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
556
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
557
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
558
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
559
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
560
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
561
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
562
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
563
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
564
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
565
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
566
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
567
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
568
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
569
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
570
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
571
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
572
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
573
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
574
+ WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
575
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
576
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
577
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
578
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
579
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
580
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
581
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
582
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
583
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
584
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
585
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
586
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
587
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
588
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
589
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
590
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
591
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
592
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
593
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
594
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
595
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
596
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
597
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
598
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
599
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
600
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
601
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
602
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
603
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
604
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
605
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
606
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
607
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
608
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
609
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
610
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
611
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
612
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
613
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
614
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
615
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
616
+ WebkitOrder?: import("csstype").Property.Order | undefined;
617
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
618
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
619
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
620
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
621
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
622
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
623
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
624
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
625
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
626
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
627
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
628
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
629
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
630
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
631
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
632
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
633
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
634
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
635
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
636
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
637
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
638
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
639
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
640
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
641
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
642
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
643
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
644
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
645
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
646
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
647
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
648
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
649
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
650
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
651
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
652
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
653
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
654
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
655
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
656
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
657
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
658
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
659
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
660
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
661
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
662
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
663
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
664
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
665
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
666
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
667
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
668
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
669
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
670
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
671
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
672
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
673
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
674
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
675
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
676
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
677
+ azimuth?: import("csstype").Property.Azimuth | undefined;
678
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
679
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
680
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
681
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
682
+ boxLines?: import("csstype").Property.BoxLines | undefined;
683
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
684
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
685
+ boxPack?: import("csstype").Property.BoxPack | undefined;
686
+ clip?: import("csstype").Property.Clip | undefined;
687
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
688
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
689
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
690
+ imeMode?: import("csstype").Property.ImeMode | undefined;
691
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
692
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
693
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
694
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
695
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
696
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
697
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
698
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
699
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
700
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
701
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
702
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
703
+ scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
704
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
705
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
706
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
707
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
708
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
709
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
710
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
711
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
712
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
713
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
714
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
715
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
716
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
717
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
718
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
719
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
720
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
721
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
722
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
723
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
724
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
725
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
726
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
727
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
728
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
729
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
730
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
731
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
732
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
733
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
734
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
735
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
736
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
737
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
738
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
739
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
740
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
741
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
742
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
743
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
744
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
745
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
746
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
747
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
748
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
749
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
750
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
751
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
752
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
753
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
754
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
755
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
756
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
757
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
758
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
759
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
760
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
761
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
762
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
763
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
764
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
765
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
766
+ OTransform?: import("csstype").Property.Transform | undefined;
767
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
768
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
769
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
770
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
771
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
772
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
773
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
774
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
775
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
776
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
777
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
778
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
779
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
780
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
781
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
782
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
783
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
784
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
785
+ clipRule?: import("csstype").Property.ClipRule | undefined;
786
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
787
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
788
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
789
+ fill?: import("csstype").Property.Fill | undefined;
790
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
791
+ fillRule?: import("csstype").Property.FillRule | undefined;
792
+ floodColor?: import("csstype").Property.FloodColor | undefined;
793
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
794
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
795
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
796
+ marker?: import("csstype").Property.Marker | undefined;
797
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
798
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
799
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
800
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
801
+ stopColor?: import("csstype").Property.StopColor | undefined;
802
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
803
+ stroke?: import("csstype").Property.Stroke | undefined;
804
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
805
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
806
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
807
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
808
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
809
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
810
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
811
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
812
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
813
+ };
814
+ };
815
+ labelIcon: {
816
+ minHeight: number;
817
+ flexDirection: string;
818
+ '& > *:first-of-type': {
819
+ marginBottom: number;
820
+ marginRight: string;
821
+ };
822
+ };
823
+ wrapper: {
824
+ flexDirection: string;
825
+ whiteSpace: string;
826
+ };
827
+ textColorInherit: {
828
+ opacity: number;
829
+ color: string;
830
+ };
831
+ };
832
+ };
833
+ MuiTabPanel: {
834
+ styleOverrides: {
835
+ root: {
836
+ padding: number;
837
+ };
838
+ };
839
+ };
840
+ MuiTabScrollButton: {
841
+ styleOverrides: {
842
+ root: {
843
+ width: number;
844
+ borderRadius: string;
845
+ };
846
+ };
847
+ };
848
+ };