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