@meonode/mui 1.0.69 → 1.0.71

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 (430) hide show
  1. package/CHANGELOG.md +33 -1
  2. package/dist/core.js +1 -1
  3. package/dist/lib/mui.core/Accordion.d.ts +844 -19
  4. package/dist/lib/mui.core/Accordion.d.ts.map +1 -1
  5. package/dist/lib/mui.core/Accordion.js +1 -1
  6. package/dist/lib/mui.core/AccordionActions.d.ts +1 -1
  7. package/dist/lib/mui.core/AccordionActions.d.ts.map +1 -1
  8. package/dist/lib/mui.core/AccordionActions.js +1 -1
  9. package/dist/lib/mui.core/AccordionDetails.d.ts +1 -1
  10. package/dist/lib/mui.core/AccordionDetails.d.ts.map +1 -1
  11. package/dist/lib/mui.core/AccordionDetails.js +1 -1
  12. package/dist/lib/mui.core/AccordionSummary.d.ts +836 -11
  13. package/dist/lib/mui.core/AccordionSummary.d.ts.map +1 -1
  14. package/dist/lib/mui.core/AccordionSummary.js +1 -1
  15. package/dist/lib/mui.core/Alert.d.ts +1 -1
  16. package/dist/lib/mui.core/Alert.d.ts.map +1 -1
  17. package/dist/lib/mui.core/Alert.js +1 -1
  18. package/dist/lib/mui.core/AlertTitle.d.ts +1 -1
  19. package/dist/lib/mui.core/AlertTitle.d.ts.map +1 -1
  20. package/dist/lib/mui.core/AlertTitle.js +1 -1
  21. package/dist/lib/mui.core/AppBar.d.ts +836 -11
  22. package/dist/lib/mui.core/AppBar.d.ts.map +1 -1
  23. package/dist/lib/mui.core/AppBar.js +1 -1
  24. package/dist/lib/mui.core/Autocomplete.d.ts +1 -1
  25. package/dist/lib/mui.core/Autocomplete.d.ts.map +1 -1
  26. package/dist/lib/mui.core/Autocomplete.js +1 -1
  27. package/dist/lib/mui.core/Avatar.d.ts +835 -10
  28. package/dist/lib/mui.core/Avatar.d.ts.map +1 -1
  29. package/dist/lib/mui.core/Avatar.js +1 -1
  30. package/dist/lib/mui.core/AvatarGroup.d.ts +2 -2
  31. package/dist/lib/mui.core/AvatarGroup.js +1 -1
  32. package/dist/lib/mui.core/Backdrop.d.ts +836 -11
  33. package/dist/lib/mui.core/Backdrop.d.ts.map +1 -1
  34. package/dist/lib/mui.core/Backdrop.js +1 -1
  35. package/dist/lib/mui.core/Badge.d.ts +835 -10
  36. package/dist/lib/mui.core/Badge.d.ts.map +1 -1
  37. package/dist/lib/mui.core/Badge.js +1 -1
  38. package/dist/lib/mui.core/BottomNavigation.d.ts +835 -10
  39. package/dist/lib/mui.core/BottomNavigation.d.ts.map +1 -1
  40. package/dist/lib/mui.core/BottomNavigation.js +1 -1
  41. package/dist/lib/mui.core/BottomNavigationAction.d.ts +836 -11
  42. package/dist/lib/mui.core/BottomNavigationAction.d.ts.map +1 -1
  43. package/dist/lib/mui.core/BottomNavigationAction.js +1 -1
  44. package/dist/lib/mui.core/Box.d.ts +830 -5
  45. package/dist/lib/mui.core/Box.d.ts.map +1 -1
  46. package/dist/lib/mui.core/Box.js +1 -1
  47. package/dist/lib/mui.core/Breadcrumbs.d.ts +836 -11
  48. package/dist/lib/mui.core/Breadcrumbs.d.ts.map +1 -1
  49. package/dist/lib/mui.core/Breadcrumbs.js +1 -1
  50. package/dist/lib/mui.core/Button.d.ts +836 -11
  51. package/dist/lib/mui.core/Button.d.ts.map +1 -1
  52. package/dist/lib/mui.core/Button.js +1 -1
  53. package/dist/lib/mui.core/ButtonBase.d.ts +836 -11
  54. package/dist/lib/mui.core/ButtonBase.d.ts.map +1 -1
  55. package/dist/lib/mui.core/ButtonBase.js +1 -1
  56. package/dist/lib/mui.core/ButtonGroup.d.ts +836 -11
  57. package/dist/lib/mui.core/ButtonGroup.d.ts.map +1 -1
  58. package/dist/lib/mui.core/ButtonGroup.js +1 -1
  59. package/dist/lib/mui.core/Card.d.ts +836 -11
  60. package/dist/lib/mui.core/Card.d.ts.map +1 -1
  61. package/dist/lib/mui.core/Card.js +1 -1
  62. package/dist/lib/mui.core/CardActionArea.d.ts +836 -11
  63. package/dist/lib/mui.core/CardActionArea.d.ts.map +1 -1
  64. package/dist/lib/mui.core/CardActionArea.js +1 -1
  65. package/dist/lib/mui.core/CardActions.d.ts +1 -1
  66. package/dist/lib/mui.core/CardActions.d.ts.map +1 -1
  67. package/dist/lib/mui.core/CardActions.js +1 -1
  68. package/dist/lib/mui.core/CardContent.d.ts +835 -10
  69. package/dist/lib/mui.core/CardContent.d.ts.map +1 -1
  70. package/dist/lib/mui.core/CardContent.js +1 -1
  71. package/dist/lib/mui.core/CardHeader.d.ts +835 -10
  72. package/dist/lib/mui.core/CardHeader.d.ts.map +1 -1
  73. package/dist/lib/mui.core/CardHeader.js +1 -1
  74. package/dist/lib/mui.core/CardMedia.d.ts +835 -10
  75. package/dist/lib/mui.core/CardMedia.d.ts.map +1 -1
  76. package/dist/lib/mui.core/CardMedia.js +1 -1
  77. package/dist/lib/mui.core/Checkbox.d.ts +1 -1
  78. package/dist/lib/mui.core/Checkbox.d.ts.map +1 -1
  79. package/dist/lib/mui.core/Checkbox.js +1 -1
  80. package/dist/lib/mui.core/Chip.d.ts +836 -11
  81. package/dist/lib/mui.core/Chip.d.ts.map +1 -1
  82. package/dist/lib/mui.core/Chip.js +1 -1
  83. package/dist/lib/mui.core/CircularProgress.d.ts +1 -1
  84. package/dist/lib/mui.core/CircularProgress.d.ts.map +1 -1
  85. package/dist/lib/mui.core/CircularProgress.js +1 -1
  86. package/dist/lib/mui.core/Collapse.d.ts +1 -1
  87. package/dist/lib/mui.core/Collapse.d.ts.map +1 -1
  88. package/dist/lib/mui.core/Collapse.js +1 -1
  89. package/dist/lib/mui.core/Container.d.ts +836 -11
  90. package/dist/lib/mui.core/Container.d.ts.map +1 -1
  91. package/dist/lib/mui.core/Container.js +1 -1
  92. package/dist/lib/mui.core/CssBaseline.d.ts +1 -1
  93. package/dist/lib/mui.core/CssBaseline.d.ts.map +1 -1
  94. package/dist/lib/mui.core/CssBaseline.js +1 -1
  95. package/dist/lib/mui.core/Dialog.d.ts +1 -1
  96. package/dist/lib/mui.core/Dialog.d.ts.map +1 -1
  97. package/dist/lib/mui.core/Dialog.js +1 -1
  98. package/dist/lib/mui.core/DialogActions.d.ts +1 -1
  99. package/dist/lib/mui.core/DialogActions.d.ts.map +1 -1
  100. package/dist/lib/mui.core/DialogActions.js +1 -1
  101. package/dist/lib/mui.core/DialogContent.d.ts +1 -1
  102. package/dist/lib/mui.core/DialogContent.d.ts.map +1 -1
  103. package/dist/lib/mui.core/DialogContent.js +1 -1
  104. package/dist/lib/mui.core/DialogContentText.d.ts +835 -10
  105. package/dist/lib/mui.core/DialogContentText.d.ts.map +1 -1
  106. package/dist/lib/mui.core/DialogContentText.js +1 -1
  107. package/dist/lib/mui.core/DialogTitle.d.ts +835 -10
  108. package/dist/lib/mui.core/DialogTitle.d.ts.map +1 -1
  109. package/dist/lib/mui.core/DialogTitle.js +1 -1
  110. package/dist/lib/mui.core/Divider.d.ts +836 -11
  111. package/dist/lib/mui.core/Divider.d.ts.map +1 -1
  112. package/dist/lib/mui.core/Divider.js +1 -1
  113. package/dist/lib/mui.core/Drawer.d.ts +1 -1
  114. package/dist/lib/mui.core/Drawer.d.ts.map +1 -1
  115. package/dist/lib/mui.core/Drawer.js +1 -1
  116. package/dist/lib/mui.core/Fab.d.ts +836 -11
  117. package/dist/lib/mui.core/Fab.d.ts.map +1 -1
  118. package/dist/lib/mui.core/Fab.js +1 -1
  119. package/dist/lib/mui.core/Fade.d.ts +1 -1
  120. package/dist/lib/mui.core/Fade.d.ts.map +1 -1
  121. package/dist/lib/mui.core/Fade.js +1 -1
  122. package/dist/lib/mui.core/FilledInput.d.ts +3 -3
  123. package/dist/lib/mui.core/FilledInput.js +1 -1
  124. package/dist/lib/mui.core/FormControl.d.ts +836 -11
  125. package/dist/lib/mui.core/FormControl.d.ts.map +1 -1
  126. package/dist/lib/mui.core/FormControl.js +1 -1
  127. package/dist/lib/mui.core/FormControlLabel.d.ts +1 -1
  128. package/dist/lib/mui.core/FormControlLabel.d.ts.map +1 -1
  129. package/dist/lib/mui.core/FormControlLabel.js +1 -1
  130. package/dist/lib/mui.core/FormGroup.d.ts +1 -1
  131. package/dist/lib/mui.core/FormGroup.d.ts.map +1 -1
  132. package/dist/lib/mui.core/FormGroup.js +1 -1
  133. package/dist/lib/mui.core/FormHelperText.d.ts +836 -11
  134. package/dist/lib/mui.core/FormHelperText.d.ts.map +1 -1
  135. package/dist/lib/mui.core/FormHelperText.js +1 -1
  136. package/dist/lib/mui.core/FormLabel.d.ts +836 -11
  137. package/dist/lib/mui.core/FormLabel.d.ts.map +1 -1
  138. package/dist/lib/mui.core/FormLabel.js +1 -1
  139. package/dist/lib/mui.core/Grid.d.ts +2 -2
  140. package/dist/lib/mui.core/Grid.js +1 -1
  141. package/dist/lib/mui.core/Grow.d.ts +1 -1
  142. package/dist/lib/mui.core/Grow.d.ts.map +1 -1
  143. package/dist/lib/mui.core/Grow.js +1 -1
  144. package/dist/lib/mui.core/Icon.d.ts +835 -10
  145. package/dist/lib/mui.core/Icon.d.ts.map +1 -1
  146. package/dist/lib/mui.core/Icon.js +1 -1
  147. package/dist/lib/mui.core/IconButton.d.ts +836 -11
  148. package/dist/lib/mui.core/IconButton.d.ts.map +1 -1
  149. package/dist/lib/mui.core/IconButton.js +1 -1
  150. package/dist/lib/mui.core/ImageList.d.ts +835 -10
  151. package/dist/lib/mui.core/ImageList.d.ts.map +1 -1
  152. package/dist/lib/mui.core/ImageList.js +1 -1
  153. package/dist/lib/mui.core/ImageListItem.d.ts +835 -10
  154. package/dist/lib/mui.core/ImageListItem.d.ts.map +1 -1
  155. package/dist/lib/mui.core/ImageListItem.js +1 -1
  156. package/dist/lib/mui.core/ImageListItemBar.d.ts +1 -1
  157. package/dist/lib/mui.core/ImageListItemBar.d.ts.map +1 -1
  158. package/dist/lib/mui.core/ImageListItemBar.js +1 -1
  159. package/dist/lib/mui.core/Input.d.ts +3 -3
  160. package/dist/lib/mui.core/Input.js +1 -1
  161. package/dist/lib/mui.core/InputAdornment.d.ts +835 -10
  162. package/dist/lib/mui.core/InputAdornment.d.ts.map +1 -1
  163. package/dist/lib/mui.core/InputAdornment.js +1 -1
  164. package/dist/lib/mui.core/InputBase.d.ts +1 -1
  165. package/dist/lib/mui.core/InputBase.d.ts.map +1 -1
  166. package/dist/lib/mui.core/InputBase.js +1 -1
  167. package/dist/lib/mui.core/InputLabel.d.ts +836 -11
  168. package/dist/lib/mui.core/InputLabel.d.ts.map +1 -1
  169. package/dist/lib/mui.core/InputLabel.js +1 -1
  170. package/dist/lib/mui.core/LinearProgress.d.ts +1 -1
  171. package/dist/lib/mui.core/LinearProgress.d.ts.map +1 -1
  172. package/dist/lib/mui.core/LinearProgress.js +1 -1
  173. package/dist/lib/mui.core/Link.d.ts +836 -11
  174. package/dist/lib/mui.core/Link.d.ts.map +1 -1
  175. package/dist/lib/mui.core/Link.js +1 -1
  176. package/dist/lib/mui.core/List.d.ts +836 -11
  177. package/dist/lib/mui.core/List.d.ts.map +1 -1
  178. package/dist/lib/mui.core/List.js +1 -1
  179. package/dist/lib/mui.core/ListItem.d.ts +836 -11
  180. package/dist/lib/mui.core/ListItem.d.ts.map +1 -1
  181. package/dist/lib/mui.core/ListItem.js +1 -1
  182. package/dist/lib/mui.core/ListItemAvatar.d.ts +1 -1
  183. package/dist/lib/mui.core/ListItemAvatar.d.ts.map +1 -1
  184. package/dist/lib/mui.core/ListItemAvatar.js +1 -1
  185. package/dist/lib/mui.core/ListItemButton.d.ts +836 -11
  186. package/dist/lib/mui.core/ListItemButton.d.ts.map +1 -1
  187. package/dist/lib/mui.core/ListItemButton.js +1 -1
  188. package/dist/lib/mui.core/ListItemIcon.d.ts +1 -1
  189. package/dist/lib/mui.core/ListItemIcon.d.ts.map +1 -1
  190. package/dist/lib/mui.core/ListItemIcon.js +1 -1
  191. package/dist/lib/mui.core/ListItemText.d.ts +1 -1
  192. package/dist/lib/mui.core/ListItemText.d.ts.map +1 -1
  193. package/dist/lib/mui.core/ListItemText.js +1 -1
  194. package/dist/lib/mui.core/ListSubheader.d.ts +835 -10
  195. package/dist/lib/mui.core/ListSubheader.d.ts.map +1 -1
  196. package/dist/lib/mui.core/ListSubheader.js +1 -1
  197. package/dist/lib/mui.core/Menu.d.ts +1 -1
  198. package/dist/lib/mui.core/Menu.d.ts.map +1 -1
  199. package/dist/lib/mui.core/Menu.js +1 -1
  200. package/dist/lib/mui.core/MenuItem.d.ts +836 -11
  201. package/dist/lib/mui.core/MenuItem.d.ts.map +1 -1
  202. package/dist/lib/mui.core/MenuItem.js +1 -1
  203. package/dist/lib/mui.core/MenuList.d.ts +836 -11
  204. package/dist/lib/mui.core/MenuList.d.ts.map +1 -1
  205. package/dist/lib/mui.core/MenuList.js +1 -1
  206. package/dist/lib/mui.core/MobileStepper.d.ts +1 -1
  207. package/dist/lib/mui.core/MobileStepper.d.ts.map +1 -1
  208. package/dist/lib/mui.core/MobileStepper.js +1 -1
  209. package/dist/lib/mui.core/Modal.d.ts +836 -11
  210. package/dist/lib/mui.core/Modal.d.ts.map +1 -1
  211. package/dist/lib/mui.core/Modal.js +1 -1
  212. package/dist/lib/mui.core/NativeSelect.d.ts +3 -3
  213. package/dist/lib/mui.core/NativeSelect.js +1 -1
  214. package/dist/lib/mui.core/OutlinedInput.d.ts +3 -3
  215. package/dist/lib/mui.core/OutlinedInput.js +1 -1
  216. package/dist/lib/mui.core/Pagination.d.ts +1 -1
  217. package/dist/lib/mui.core/Pagination.d.ts.map +1 -1
  218. package/dist/lib/mui.core/Pagination.js +1 -1
  219. package/dist/lib/mui.core/PaginationItem.d.ts +836 -11
  220. package/dist/lib/mui.core/PaginationItem.d.ts.map +1 -1
  221. package/dist/lib/mui.core/PaginationItem.js +1 -1
  222. package/dist/lib/mui.core/Paper.d.ts +836 -11
  223. package/dist/lib/mui.core/Paper.d.ts.map +1 -1
  224. package/dist/lib/mui.core/Paper.js +1 -1
  225. package/dist/lib/mui.core/Popover.d.ts +1 -1
  226. package/dist/lib/mui.core/Popover.d.ts.map +1 -1
  227. package/dist/lib/mui.core/Popover.js +1 -1
  228. package/dist/lib/mui.core/Popper.d.ts +2 -2
  229. package/dist/lib/mui.core/Popper.js +1 -1
  230. package/dist/lib/mui.core/Portal.d.ts +2 -2
  231. package/dist/lib/mui.core/Portal.js +1 -1
  232. package/dist/lib/mui.core/Radio.d.ts +1 -1
  233. package/dist/lib/mui.core/Radio.d.ts.map +1 -1
  234. package/dist/lib/mui.core/Radio.js +1 -1
  235. package/dist/lib/mui.core/RadioGroup.d.ts +1 -1
  236. package/dist/lib/mui.core/RadioGroup.d.ts.map +1 -1
  237. package/dist/lib/mui.core/RadioGroup.js +1 -1
  238. package/dist/lib/mui.core/Rating.d.ts +836 -11
  239. package/dist/lib/mui.core/Rating.d.ts.map +1 -1
  240. package/dist/lib/mui.core/Rating.js +1 -1
  241. package/dist/lib/mui.core/ScopedCssBaseline.d.ts +835 -10
  242. package/dist/lib/mui.core/ScopedCssBaseline.d.ts.map +1 -1
  243. package/dist/lib/mui.core/ScopedCssBaseline.js +1 -1
  244. package/dist/lib/mui.core/Select.d.ts +3 -3
  245. package/dist/lib/mui.core/Select.js +1 -1
  246. package/dist/lib/mui.core/Skeleton.d.ts +835 -10
  247. package/dist/lib/mui.core/Skeleton.d.ts.map +1 -1
  248. package/dist/lib/mui.core/Skeleton.js +1 -1
  249. package/dist/lib/mui.core/Slide.d.ts +1 -1
  250. package/dist/lib/mui.core/Slide.d.ts.map +1 -1
  251. package/dist/lib/mui.core/Slide.js +1 -1
  252. package/dist/lib/mui.core/Slider.d.ts +836 -11
  253. package/dist/lib/mui.core/Slider.d.ts.map +1 -1
  254. package/dist/lib/mui.core/Slider.js +1 -1
  255. package/dist/lib/mui.core/Snackbar.d.ts +1 -1
  256. package/dist/lib/mui.core/Snackbar.d.ts.map +1 -1
  257. package/dist/lib/mui.core/Snackbar.js +1 -1
  258. package/dist/lib/mui.core/SnackbarContent.d.ts +1 -1
  259. package/dist/lib/mui.core/SnackbarContent.d.ts.map +1 -1
  260. package/dist/lib/mui.core/SnackbarContent.js +1 -1
  261. package/dist/lib/mui.core/SpeedDial.d.ts +1 -1
  262. package/dist/lib/mui.core/SpeedDial.d.ts.map +1 -1
  263. package/dist/lib/mui.core/SpeedDial.js +1 -1
  264. package/dist/lib/mui.core/SpeedDialAction.d.ts +1 -1
  265. package/dist/lib/mui.core/SpeedDialAction.d.ts.map +1 -1
  266. package/dist/lib/mui.core/SpeedDialAction.js +1 -1
  267. package/dist/lib/mui.core/SpeedDialIcon.d.ts +3 -3
  268. package/dist/lib/mui.core/SpeedDialIcon.js +1 -1
  269. package/dist/lib/mui.core/Stack.d.ts +836 -11
  270. package/dist/lib/mui.core/Stack.d.ts.map +1 -1
  271. package/dist/lib/mui.core/Stack.js +1 -1
  272. package/dist/lib/mui.core/Step.d.ts +836 -11
  273. package/dist/lib/mui.core/Step.d.ts.map +1 -1
  274. package/dist/lib/mui.core/Step.js +1 -1
  275. package/dist/lib/mui.core/StepButton.d.ts +836 -11
  276. package/dist/lib/mui.core/StepButton.d.ts.map +1 -1
  277. package/dist/lib/mui.core/StepButton.js +1 -1
  278. package/dist/lib/mui.core/StepConnector.d.ts +1 -1
  279. package/dist/lib/mui.core/StepConnector.d.ts.map +1 -1
  280. package/dist/lib/mui.core/StepConnector.js +1 -1
  281. package/dist/lib/mui.core/StepContent.d.ts +1 -1
  282. package/dist/lib/mui.core/StepContent.d.ts.map +1 -1
  283. package/dist/lib/mui.core/StepContent.js +1 -1
  284. package/dist/lib/mui.core/StepIcon.d.ts +1 -1
  285. package/dist/lib/mui.core/StepIcon.d.ts.map +1 -1
  286. package/dist/lib/mui.core/StepIcon.js +1 -1
  287. package/dist/lib/mui.core/StepLabel.d.ts +3 -3
  288. package/dist/lib/mui.core/StepLabel.js +1 -1
  289. package/dist/lib/mui.core/Stepper.d.ts +836 -11
  290. package/dist/lib/mui.core/Stepper.d.ts.map +1 -1
  291. package/dist/lib/mui.core/Stepper.js +1 -1
  292. package/dist/lib/mui.core/SvgIcon.d.ts +835 -10
  293. package/dist/lib/mui.core/SvgIcon.d.ts.map +1 -1
  294. package/dist/lib/mui.core/SvgIcon.js +1 -1
  295. package/dist/lib/mui.core/SwipeableDrawer.d.ts +2 -2
  296. package/dist/lib/mui.core/SwipeableDrawer.js +1 -1
  297. package/dist/lib/mui.core/Switch.d.ts +1 -1
  298. package/dist/lib/mui.core/Switch.d.ts.map +1 -1
  299. package/dist/lib/mui.core/Switch.js +1 -1
  300. package/dist/lib/mui.core/Tab.d.ts +836 -11
  301. package/dist/lib/mui.core/Tab.d.ts.map +1 -1
  302. package/dist/lib/mui.core/Tab.js +1 -1
  303. package/dist/lib/mui.core/TabScrollButton.d.ts +1 -1
  304. package/dist/lib/mui.core/TabScrollButton.d.ts.map +1 -1
  305. package/dist/lib/mui.core/TabScrollButton.js +1 -1
  306. package/dist/lib/mui.core/Table.d.ts +836 -11
  307. package/dist/lib/mui.core/Table.d.ts.map +1 -1
  308. package/dist/lib/mui.core/Table.js +1 -1
  309. package/dist/lib/mui.core/TableBody.d.ts +835 -10
  310. package/dist/lib/mui.core/TableBody.d.ts.map +1 -1
  311. package/dist/lib/mui.core/TableBody.js +1 -1
  312. package/dist/lib/mui.core/TableCell.d.ts +1 -1
  313. package/dist/lib/mui.core/TableCell.d.ts.map +1 -1
  314. package/dist/lib/mui.core/TableCell.js +1 -1
  315. package/dist/lib/mui.core/TableContainer.d.ts +835 -10
  316. package/dist/lib/mui.core/TableContainer.d.ts.map +1 -1
  317. package/dist/lib/mui.core/TableContainer.js +1 -1
  318. package/dist/lib/mui.core/TableFooter.d.ts +835 -10
  319. package/dist/lib/mui.core/TableFooter.d.ts.map +1 -1
  320. package/dist/lib/mui.core/TableFooter.js +1 -1
  321. package/dist/lib/mui.core/TableHead.d.ts +835 -10
  322. package/dist/lib/mui.core/TableHead.d.ts.map +1 -1
  323. package/dist/lib/mui.core/TableHead.js +1 -1
  324. package/dist/lib/mui.core/TablePagination.d.ts +838 -13
  325. package/dist/lib/mui.core/TablePagination.d.ts.map +1 -1
  326. package/dist/lib/mui.core/TablePagination.js +1 -1
  327. package/dist/lib/mui.core/TableRow.d.ts +835 -10
  328. package/dist/lib/mui.core/TableRow.d.ts.map +1 -1
  329. package/dist/lib/mui.core/TableRow.js +1 -1
  330. package/dist/lib/mui.core/TableSortLabel.d.ts +836 -11
  331. package/dist/lib/mui.core/TableSortLabel.d.ts.map +1 -1
  332. package/dist/lib/mui.core/TableSortLabel.js +1 -1
  333. package/dist/lib/mui.core/Tabs.d.ts +835 -10
  334. package/dist/lib/mui.core/Tabs.d.ts.map +1 -1
  335. package/dist/lib/mui.core/Tabs.js +1 -1
  336. package/dist/lib/mui.core/TextField.d.ts +1 -1
  337. package/dist/lib/mui.core/TextField.d.ts.map +1 -1
  338. package/dist/lib/mui.core/TextField.js +1 -1
  339. package/dist/lib/mui.core/TextareaAutosize.d.ts +2 -2
  340. package/dist/lib/mui.core/TextareaAutosize.js +1 -1
  341. package/dist/lib/mui.core/ThemeProvider.d.ts +1 -1
  342. package/dist/lib/mui.core/ThemeProvider.d.ts.map +1 -1
  343. package/dist/lib/mui.core/ThemeProvider.js +1 -1
  344. package/dist/lib/mui.core/ToggleButton.d.ts +836 -11
  345. package/dist/lib/mui.core/ToggleButton.d.ts.map +1 -1
  346. package/dist/lib/mui.core/ToggleButton.js +1 -1
  347. package/dist/lib/mui.core/ToggleButtonGroup.d.ts +1 -1
  348. package/dist/lib/mui.core/ToggleButtonGroup.d.ts.map +1 -1
  349. package/dist/lib/mui.core/ToggleButtonGroup.js +1 -1
  350. package/dist/lib/mui.core/Toolbar.d.ts +835 -10
  351. package/dist/lib/mui.core/Toolbar.d.ts.map +1 -1
  352. package/dist/lib/mui.core/Toolbar.js +1 -1
  353. package/dist/lib/mui.core/Tooltip.d.ts +1 -1
  354. package/dist/lib/mui.core/Tooltip.d.ts.map +1 -1
  355. package/dist/lib/mui.core/Tooltip.js +1 -1
  356. package/dist/lib/mui.core/Typography.d.ts +835 -10
  357. package/dist/lib/mui.core/Typography.d.ts.map +1 -1
  358. package/dist/lib/mui.core/Typography.js +1 -1
  359. package/dist/lib/mui.core/Zoom.d.ts +1 -1
  360. package/dist/lib/mui.core/Zoom.d.ts.map +1 -1
  361. package/dist/lib/mui.core/Zoom.js +1 -1
  362. package/dist/lib/mui.lab/Masonry.d.ts +830 -5
  363. package/dist/lib/mui.lab/Masonry.d.ts.map +1 -1
  364. package/dist/lib/mui.x-charts/ChartsAxisHighlightPath.d.ts +3 -3
  365. package/dist/lib/mui.x-charts/ChartsTooltipCell.d.ts +3 -3
  366. package/dist/lib/mui.x-charts/ChartsTooltipPaper.d.ts +2 -2
  367. package/dist/lib/mui.x-charts/ChartsTooltipRow.d.ts +2 -2
  368. package/dist/lib/mui.x-charts/ChartsTooltipTable.d.ts +2 -2
  369. package/dist/lib/mui.x-charts/RadarMetricLabels.d.ts +829 -4
  370. package/dist/lib/mui.x-charts/RadarMetricLabels.d.ts.map +1 -1
  371. package/dist/lib/mui.x-charts/type.d.ts +3 -1
  372. package/dist/lib/mui.x-charts/type.d.ts.map +1 -1
  373. package/dist/lib/mui.x-charts-pro/ChartsAxisHighlightPath.d.ts +3 -3
  374. package/dist/lib/mui.x-charts-pro/ChartsTooltipCell.d.ts +3 -3
  375. package/dist/lib/mui.x-charts-pro/ChartsTooltipPaper.d.ts +2 -2
  376. package/dist/lib/mui.x-charts-pro/ChartsTooltipRow.d.ts +2 -2
  377. package/dist/lib/mui.x-charts-pro/ChartsTooltipTable.d.ts +2 -2
  378. package/dist/lib/mui.x-charts-pro/RadarMetricLabels.d.ts +829 -4
  379. package/dist/lib/mui.x-charts-pro/RadarMetricLabels.d.ts.map +1 -1
  380. package/dist/lib/mui.x-charts-pro/type.d.ts +3 -1
  381. package/dist/lib/mui.x-charts-pro/type.d.ts.map +1 -1
  382. package/dist/lib/mui.x-data-grid/GridFooterPlaceholder.d.ts +829 -4
  383. package/dist/lib/mui.x-data-grid/GridFooterPlaceholder.d.ts.map +1 -1
  384. package/dist/lib/mui.x-data-grid/GridHeader.d.ts +829 -4
  385. package/dist/lib/mui.x-data-grid/GridHeader.d.ts.map +1 -1
  386. package/dist/lib/mui.x-data-grid/GridPagination.d.ts +829 -4
  387. package/dist/lib/mui.x-data-grid/GridPagination.d.ts.map +1 -1
  388. package/dist/lib/mui.x-data-grid-premium/GridAiAssistantPanel.d.ts +829 -4
  389. package/dist/lib/mui.x-data-grid-premium/GridAiAssistantPanel.d.ts.map +1 -1
  390. package/dist/lib/mui.x-data-grid-premium/GridFooterPlaceholder.d.ts +829 -4
  391. package/dist/lib/mui.x-data-grid-premium/GridFooterPlaceholder.d.ts.map +1 -1
  392. package/dist/lib/mui.x-data-grid-premium/GridHeader.d.ts +829 -4
  393. package/dist/lib/mui.x-data-grid-premium/GridHeader.d.ts.map +1 -1
  394. package/dist/lib/mui.x-data-grid-premium/GridPagination.d.ts +829 -4
  395. package/dist/lib/mui.x-data-grid-premium/GridPagination.d.ts.map +1 -1
  396. package/dist/lib/mui.x-data-grid-premium/GridPivotPanel.d.ts +829 -4
  397. package/dist/lib/mui.x-data-grid-premium/GridPivotPanel.d.ts.map +1 -1
  398. package/dist/lib/mui.x-data-grid-pro/GridFooterPlaceholder.d.ts +829 -4
  399. package/dist/lib/mui.x-data-grid-pro/GridFooterPlaceholder.d.ts.map +1 -1
  400. package/dist/lib/mui.x-data-grid-pro/GridHeader.d.ts +829 -4
  401. package/dist/lib/mui.x-data-grid-pro/GridHeader.d.ts.map +1 -1
  402. package/dist/lib/mui.x-data-grid-pro/GridPagination.d.ts +829 -4
  403. package/dist/lib/mui.x-data-grid-pro/GridPagination.d.ts.map +1 -1
  404. package/dist/lib/mui.x-tree-view/RichTreeViewRoot.d.ts +2 -2
  405. package/dist/lib/mui.x-tree-view/SimpleTreeViewRoot.d.ts +3 -3
  406. package/dist/lib/mui.x-tree-view/TreeItemCheckbox.d.ts +5 -5
  407. package/dist/lib/mui.x-tree-view/TreeItemContent.d.ts +3 -3
  408. package/dist/lib/mui.x-tree-view/TreeItemGroupTransition.d.ts +2 -2
  409. package/dist/lib/mui.x-tree-view/TreeItemIconContainer.d.ts +2 -2
  410. package/dist/lib/mui.x-tree-view/TreeItemLabel.d.ts +3 -3
  411. package/dist/lib/mui.x-tree-view/TreeItemLabelInput.d.ts +2 -2
  412. package/dist/lib/mui.x-tree-view/TreeItemRoot.d.ts +2 -2
  413. package/dist/lib/mui.x-tree-view/TreeViewCollapseIcon.d.ts +835 -10
  414. package/dist/lib/mui.x-tree-view/TreeViewCollapseIcon.d.ts.map +1 -1
  415. package/dist/lib/mui.x-tree-view/TreeViewExpandIcon.d.ts +835 -10
  416. package/dist/lib/mui.x-tree-view/TreeViewExpandIcon.d.ts.map +1 -1
  417. package/dist/lib/mui.x-tree-view-pro/RichTreeViewProRoot.d.ts +3 -3
  418. package/dist/lib/mui.x-tree-view-pro/SimpleTreeViewRoot.d.ts +3 -3
  419. package/dist/lib/mui.x-tree-view-pro/TreeItemCheckbox.d.ts +5 -5
  420. package/dist/lib/mui.x-tree-view-pro/TreeItemContent.d.ts +3 -3
  421. package/dist/lib/mui.x-tree-view-pro/TreeItemGroupTransition.d.ts +2 -2
  422. package/dist/lib/mui.x-tree-view-pro/TreeItemIconContainer.d.ts +2 -2
  423. package/dist/lib/mui.x-tree-view-pro/TreeItemLabel.d.ts +3 -3
  424. package/dist/lib/mui.x-tree-view-pro/TreeItemLabelInput.d.ts +2 -2
  425. package/dist/lib/mui.x-tree-view-pro/TreeItemRoot.d.ts +2 -2
  426. package/dist/lib/mui.x-tree-view-pro/TreeViewCollapseIcon.d.ts +835 -10
  427. package/dist/lib/mui.x-tree-view-pro/TreeViewCollapseIcon.d.ts.map +1 -1
  428. package/dist/lib/mui.x-tree-view-pro/TreeViewExpandIcon.d.ts +835 -10
  429. package/dist/lib/mui.x-tree-view-pro/TreeViewExpandIcon.d.ts.map +1 -1
  430. package/package.json +30 -30
@@ -1,72 +1,897 @@
1
1
  declare const Accordion: (<AdditionalProperties extends Record<string, any> = Record<string, any>, ComponentType extends import("react").ElementType = "div">(props?: (Omit<{
2
2
  children: NonNullable<React.ReactNode>;
3
- classes?: Partial<import("@mui/material").AccordionClasses>;
3
+ classes?: Partial<import("@mui/material/Accordion").AccordionClasses>;
4
4
  defaultExpanded?: boolean;
5
5
  disabled?: boolean;
6
6
  disableGutters?: boolean;
7
7
  expanded?: boolean;
8
8
  onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
9
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
9
+ sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
10
10
  TransitionComponent?: React.JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
11
11
  children?: React.ReactElement<unknown, any>;
12
12
  }>;
13
13
  TransitionProps?: import("@mui/material/transitions").TransitionProps;
14
- } & import("@mui/material").AccordionSlotsAndSlotProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "onChange"> & Partial<{
14
+ } & import("@mui/material/Accordion").AccordionSlotsAndSlotProps & Omit<import("@mui/material/Paper").PaperOwnProps, "classes" | "onChange"> & Partial<{
15
15
  component: ComponentType;
16
- }> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "component" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "onChange" | "elevation" | "square" | "sx" | "variant" | "disabled" | "expanded" | "TransitionComponent" | "TransitionProps" | "disableGutters" | "defaultExpanded" | keyof import("@mui/material").AccordionSlotsAndSlotProps>, "style" | "props" | keyof import("react").CSSProperties | "children" | "theme" | "key"> & import("@meonode/ui").ReactAttributes & import("react").CSSProperties & object & Partial<{
16
+ }> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "component" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "expanded" | "disabled" | "square" | "onChange" | "elevation" | "sx" | "variant" | "TransitionComponent" | "TransitionProps" | "disableGutters" | "defaultExpanded" | keyof import("@mui/material/Accordion").AccordionSlotsAndSlotProps>, "style" | "props" | keyof import("react").CSSProperties | "children" | "key"> & import("@meonode/ui").ReactAttributes & {
17
+ accentColor?: import("csstype").Property.AccentColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AccentColor | undefined) | undefined;
18
+ alignContent?: import("csstype").Property.AlignContent | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignContent | undefined) | undefined;
19
+ alignItems?: import("csstype").Property.AlignItems | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignItems | undefined) | undefined;
20
+ alignSelf?: import("csstype").Property.AlignSelf | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined;
21
+ alignTracks?: import("csstype").Property.AlignTracks | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignTracks | undefined) | undefined;
22
+ animationComposition?: import("csstype").Property.AnimationComposition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationComposition | undefined) | undefined;
23
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDelay<string & {}> | undefined) | undefined;
24
+ animationDirection?: import("csstype").Property.AnimationDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDirection | undefined) | undefined;
25
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDuration<string & {}> | undefined) | undefined;
26
+ animationFillMode?: import("csstype").Property.AnimationFillMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationFillMode | undefined) | undefined;
27
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationIterationCount | undefined) | undefined;
28
+ animationName?: import("csstype").Property.AnimationName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationName | undefined) | undefined;
29
+ animationPlayState?: import("csstype").Property.AnimationPlayState | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationPlayState | undefined) | undefined;
30
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationRangeEnd<string | number> | undefined) | undefined;
31
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationRangeStart<string | number> | undefined) | undefined;
32
+ animationTimeline?: import("csstype").Property.AnimationTimeline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationTimeline | undefined) | undefined;
33
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationTimingFunction | undefined) | undefined;
34
+ appearance?: import("csstype").Property.Appearance | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Appearance | undefined) | undefined;
35
+ aspectRatio?: import("csstype").Property.AspectRatio | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AspectRatio | undefined) | undefined;
36
+ backdropFilter?: import("csstype").Property.BackdropFilter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackdropFilter | undefined) | undefined;
37
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackfaceVisibility | undefined) | undefined;
38
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundAttachment | undefined) | undefined;
39
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundBlendMode | undefined) | undefined;
40
+ backgroundClip?: import("csstype").Property.BackgroundClip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundClip | undefined) | undefined;
41
+ backgroundColor?: import("csstype").Property.BackgroundColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundColor | undefined) | undefined;
42
+ backgroundImage?: import("csstype").Property.BackgroundImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundImage | undefined) | undefined;
43
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundOrigin | undefined) | undefined;
44
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundPositionX<string | number> | undefined) | undefined;
45
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundPositionY<string | number> | undefined) | undefined;
46
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundRepeat | undefined) | undefined;
47
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundSize<string | number> | undefined) | undefined;
48
+ blockOverflow?: import("csstype").Property.BlockOverflow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BlockOverflow | undefined) | undefined;
49
+ blockSize?: import("csstype").Property.BlockSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BlockSize<string | number> | undefined) | undefined;
50
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockColor | undefined) | undefined;
51
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockEndColor | undefined) | undefined;
52
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockEndStyle | undefined) | undefined;
53
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockEndWidth<string | number> | undefined) | undefined;
54
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockStartColor | undefined) | undefined;
55
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockStartStyle | undefined) | undefined;
56
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockStartWidth<string | number> | undefined) | undefined;
57
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockStyle | undefined) | undefined;
58
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockWidth<string | number> | undefined) | undefined;
59
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomColor | undefined) | undefined;
60
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined) | undefined;
61
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomRightRadius<string | number> | undefined) | undefined;
62
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomStyle | undefined) | undefined;
63
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomWidth<string | number> | undefined) | undefined;
64
+ borderCollapse?: import("csstype").Property.BorderCollapse | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderCollapse | undefined) | undefined;
65
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderEndEndRadius<string | number> | undefined) | undefined;
66
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderEndStartRadius<string | number> | undefined) | undefined;
67
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImageOutset<string | number> | undefined) | undefined;
68
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImageRepeat | undefined) | undefined;
69
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImageSlice | undefined) | undefined;
70
+ borderImageSource?: import("csstype").Property.BorderImageSource | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImageSource | undefined) | undefined;
71
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImageWidth<string | number> | undefined) | undefined;
72
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineColor | undefined) | undefined;
73
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEndColor | undefined) | undefined;
74
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEndStyle | undefined) | undefined;
75
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEndWidth<string | number> | undefined) | undefined;
76
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStartColor | undefined) | undefined;
77
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStartStyle | undefined) | undefined;
78
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStartWidth<string | number> | undefined) | undefined;
79
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStyle | undefined) | undefined;
80
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineWidth<string | number> | undefined) | undefined;
81
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderLeftColor | undefined) | undefined;
82
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderLeftStyle | undefined) | undefined;
83
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderLeftWidth<string | number> | undefined) | undefined;
84
+ borderRightColor?: import("csstype").Property.BorderRightColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRightColor | undefined) | undefined;
85
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRightStyle | undefined) | undefined;
86
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRightWidth<string | number> | undefined) | undefined;
87
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderSpacing<string | number> | undefined) | undefined;
88
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderStartEndRadius<string | number> | undefined) | undefined;
89
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderStartStartRadius<string | number> | undefined) | undefined;
90
+ borderTopColor?: import("csstype").Property.BorderTopColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopColor | undefined) | undefined;
91
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopLeftRadius<string | number> | undefined) | undefined;
92
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopRightRadius<string | number> | undefined) | undefined;
93
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopStyle | undefined) | undefined;
94
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopWidth<string | number> | undefined) | undefined;
95
+ bottom?: import("csstype").Property.Bottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Bottom<string | number> | undefined) | undefined;
96
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDecorationBreak | undefined) | undefined;
97
+ boxShadow?: import("csstype").Property.BoxShadow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxShadow | undefined) | undefined;
98
+ boxSizing?: import("csstype").Property.BoxSizing | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxSizing | undefined) | undefined;
99
+ breakAfter?: import("csstype").Property.BreakAfter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BreakAfter | undefined) | undefined;
100
+ breakBefore?: import("csstype").Property.BreakBefore | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BreakBefore | undefined) | undefined;
101
+ breakInside?: import("csstype").Property.BreakInside | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BreakInside | undefined) | undefined;
102
+ captionSide?: import("csstype").Property.CaptionSide | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.CaptionSide | undefined) | undefined;
103
+ caretColor?: import("csstype").Property.CaretColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.CaretColor | undefined) | undefined;
104
+ caretShape?: import("csstype").Property.CaretShape | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.CaretShape | undefined) | undefined;
105
+ clear?: import("csstype").Property.Clear | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Clear | undefined) | undefined;
106
+ clipPath?: import("csstype").Property.ClipPath | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ClipPath | undefined) | undefined;
107
+ color?: import("csstype").Property.Color | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Color | undefined) | undefined;
108
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PrintColorAdjust | undefined) | undefined;
109
+ colorScheme?: import("csstype").Property.ColorScheme | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColorScheme | undefined) | undefined;
110
+ columnCount?: import("csstype").Property.ColumnCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnCount | undefined) | undefined;
111
+ columnFill?: import("csstype").Property.ColumnFill | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnFill | undefined) | undefined;
112
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnGap<string | number> | undefined) | undefined;
113
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleColor | undefined) | undefined;
114
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleStyle | undefined) | undefined;
115
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleWidth<string | number> | undefined) | undefined;
116
+ columnSpan?: import("csstype").Property.ColumnSpan | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnSpan | undefined) | undefined;
117
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnWidth<string | number> | undefined) | undefined;
118
+ contain?: import("csstype").Property.Contain | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Contain | undefined) | undefined;
119
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined) | undefined;
120
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined) | undefined;
121
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined) | undefined;
122
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined) | undefined;
123
+ containerName?: import("csstype").Property.ContainerName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainerName | undefined) | undefined;
124
+ containerType?: import("csstype").Property.ContainerType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainerType | undefined) | undefined;
125
+ content?: import("csstype").Property.Content | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Content | undefined) | undefined;
126
+ contentVisibility?: import("csstype").Property.ContentVisibility | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContentVisibility | undefined) | undefined;
127
+ counterIncrement?: import("csstype").Property.CounterIncrement | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.CounterIncrement | undefined) | undefined;
128
+ counterReset?: import("csstype").Property.CounterReset | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.CounterReset | undefined) | undefined;
129
+ counterSet?: import("csstype").Property.CounterSet | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.CounterSet | undefined) | undefined;
130
+ cursor?: import("csstype").Property.Cursor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Cursor | undefined) | undefined;
131
+ direction?: import("csstype").Property.Direction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Direction | undefined) | undefined;
132
+ display?: import("csstype").Property.Display | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Display | undefined) | undefined;
133
+ emptyCells?: import("csstype").Property.EmptyCells | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.EmptyCells | undefined) | undefined;
134
+ filter?: import("csstype").Property.Filter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Filter | undefined) | undefined;
135
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexBasis<string | number> | undefined) | undefined;
136
+ flexDirection?: import("csstype").Property.FlexDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexDirection | undefined) | undefined;
137
+ flexGrow?: import("csstype").Property.FlexGrow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined;
138
+ flexShrink?: import("csstype").Property.FlexShrink | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined;
139
+ flexWrap?: import("csstype").Property.FlexWrap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexWrap | undefined) | undefined;
140
+ float?: import("csstype").Property.Float | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Float | undefined) | undefined;
141
+ fontFamily?: import("csstype").Property.FontFamily | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontFamily | undefined) | undefined;
142
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontFeatureSettings | undefined) | undefined;
143
+ fontKerning?: import("csstype").Property.FontKerning | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontKerning | undefined) | undefined;
144
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontLanguageOverride | undefined) | undefined;
145
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontOpticalSizing | undefined) | undefined;
146
+ fontPalette?: import("csstype").Property.FontPalette | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontPalette | undefined) | undefined;
147
+ fontSize?: import("csstype").Property.FontSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSize<string | number> | undefined) | undefined;
148
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSizeAdjust | undefined) | undefined;
149
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSmooth<string | number> | undefined) | undefined;
150
+ fontStretch?: import("csstype").Property.FontStretch | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontStretch | undefined) | undefined;
151
+ fontStyle?: import("csstype").Property.FontStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontStyle | undefined) | undefined;
152
+ fontSynthesis?: import("csstype").Property.FontSynthesis | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSynthesis | undefined) | undefined;
153
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSynthesisPosition | undefined) | undefined;
154
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSynthesisSmallCaps | undefined) | undefined;
155
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSynthesisStyle | undefined) | undefined;
156
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSynthesisWeight | undefined) | undefined;
157
+ fontVariant?: import("csstype").Property.FontVariant | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariant | undefined) | undefined;
158
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantAlternates | undefined) | undefined;
159
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantCaps | undefined) | undefined;
160
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantEastAsian | undefined) | undefined;
161
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantEmoji | undefined) | undefined;
162
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantLigatures | undefined) | undefined;
163
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantNumeric | undefined) | undefined;
164
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantPosition | undefined) | undefined;
165
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariationSettings | undefined) | undefined;
166
+ fontWeight?: import("csstype").Property.FontWeight | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontWeight | undefined) | undefined;
167
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ForcedColorAdjust | undefined) | undefined;
168
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridAutoColumns<string | number> | undefined) | undefined;
169
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridAutoFlow | undefined) | undefined;
170
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridAutoRows<string | number> | undefined) | undefined;
171
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined;
172
+ gridColumnStart?: import("csstype").Property.GridColumnStart | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined;
173
+ gridRowEnd?: import("csstype").Property.GridRowEnd | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined;
174
+ gridRowStart?: import("csstype").Property.GridRowStart | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined;
175
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridTemplateAreas | undefined) | undefined;
176
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridTemplateColumns<string | number> | undefined) | undefined;
177
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridTemplateRows<string | number> | undefined) | undefined;
178
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.HangingPunctuation | undefined) | undefined;
179
+ height?: import("csstype").Property.Height<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Height<string | number> | undefined) | undefined;
180
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.HyphenateCharacter | undefined) | undefined;
181
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.HyphenateLimitChars | undefined) | undefined;
182
+ hyphens?: import("csstype").Property.Hyphens | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Hyphens | undefined) | undefined;
183
+ imageOrientation?: import("csstype").Property.ImageOrientation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ImageOrientation | undefined) | undefined;
184
+ imageRendering?: import("csstype").Property.ImageRendering | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ImageRendering | undefined) | undefined;
185
+ imageResolution?: import("csstype").Property.ImageResolution | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ImageResolution | undefined) | undefined;
186
+ initialLetter?: import("csstype").Property.InitialLetter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InitialLetter | undefined) | undefined;
187
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InlineSize<string | number> | undefined) | undefined;
188
+ inputSecurity?: import("csstype").Property.InputSecurity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InputSecurity | undefined) | undefined;
189
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetBlockEnd<string | number> | undefined) | undefined;
190
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetBlockStart<string | number> | undefined) | undefined;
191
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetInlineEnd<string | number> | undefined) | undefined;
192
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetInlineStart<string | number> | undefined) | undefined;
193
+ isolation?: import("csstype").Property.Isolation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Isolation | undefined) | undefined;
194
+ justifyContent?: import("csstype").Property.JustifyContent | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined;
195
+ justifyItems?: import("csstype").Property.JustifyItems | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined;
196
+ justifySelf?: import("csstype").Property.JustifySelf | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined;
197
+ justifyTracks?: import("csstype").Property.JustifyTracks | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.JustifyTracks | undefined) | undefined;
198
+ left?: import("csstype").Property.Left<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Left<string | number> | undefined) | undefined;
199
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LetterSpacing<string | number> | undefined) | undefined;
200
+ lineBreak?: import("csstype").Property.LineBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineBreak | undefined) | undefined;
201
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineHeight<string | number> | undefined) | undefined;
202
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineHeightStep<string | number> | undefined) | undefined;
203
+ listStyleImage?: import("csstype").Property.ListStyleImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ListStyleImage | undefined) | undefined;
204
+ listStylePosition?: import("csstype").Property.ListStylePosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ListStylePosition | undefined) | undefined;
205
+ listStyleType?: import("csstype").Property.ListStyleType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ListStyleType | undefined) | undefined;
206
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginBlockEnd<string | number> | undefined) | undefined;
207
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginBlockStart<string | number> | undefined) | undefined;
208
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginBottom<string | number> | undefined) | undefined;
209
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInlineEnd<string | number> | undefined) | undefined;
210
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInlineStart<string | number> | undefined) | undefined;
211
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginLeft<string | number> | undefined) | undefined;
212
+ marginRight?: import("csstype").Property.MarginRight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginRight<string | number> | undefined) | undefined;
213
+ marginTop?: import("csstype").Property.MarginTop<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginTop<string | number> | undefined) | undefined;
214
+ marginTrim?: import("csstype").Property.MarginTrim | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginTrim | undefined) | undefined;
215
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderMode | undefined) | undefined;
216
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderOutset<string | number> | undefined) | undefined;
217
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderRepeat | undefined) | undefined;
218
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderSlice | undefined) | undefined;
219
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderSource | undefined) | undefined;
220
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderWidth<string | number> | undefined) | undefined;
221
+ maskClip?: import("csstype").Property.MaskClip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskClip | undefined) | undefined;
222
+ maskComposite?: import("csstype").Property.MaskComposite | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskComposite | undefined) | undefined;
223
+ maskImage?: import("csstype").Property.MaskImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskImage | undefined) | undefined;
224
+ maskMode?: import("csstype").Property.MaskMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskMode | undefined) | undefined;
225
+ maskOrigin?: import("csstype").Property.MaskOrigin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskOrigin | undefined) | undefined;
226
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskPosition<string | number> | undefined) | undefined;
227
+ maskRepeat?: import("csstype").Property.MaskRepeat | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskRepeat | undefined) | undefined;
228
+ maskSize?: import("csstype").Property.MaskSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskSize<string | number> | undefined) | undefined;
229
+ maskType?: import("csstype").Property.MaskType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskType | undefined) | undefined;
230
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MasonryAutoFlow | undefined) | undefined;
231
+ mathDepth?: import("csstype").Property.MathDepth | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MathDepth | undefined) | undefined;
232
+ mathShift?: import("csstype").Property.MathShift | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MathShift | undefined) | undefined;
233
+ mathStyle?: import("csstype").Property.MathStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MathStyle | undefined) | undefined;
234
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaxBlockSize<string | number> | undefined) | undefined;
235
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaxHeight<string | number> | undefined) | undefined;
236
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaxInlineSize<string | number> | undefined) | undefined;
237
+ maxLines?: import("csstype").Property.MaxLines | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaxLines | undefined) | undefined;
238
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaxWidth<string | number> | undefined) | undefined;
239
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MinBlockSize<string | number> | undefined) | undefined;
240
+ minHeight?: import("csstype").Property.MinHeight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MinHeight<string | number> | undefined) | undefined;
241
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MinInlineSize<string | number> | undefined) | undefined;
242
+ minWidth?: import("csstype").Property.MinWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MinWidth<string | number> | undefined) | undefined;
243
+ mixBlendMode?: import("csstype").Property.MixBlendMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MixBlendMode | undefined) | undefined;
244
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetDistance<string | number> | undefined) | undefined;
245
+ motionPath?: import("csstype").Property.OffsetPath | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetPath | undefined) | undefined;
246
+ motionRotation?: import("csstype").Property.OffsetRotate | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetRotate | undefined) | undefined;
247
+ objectFit?: import("csstype").Property.ObjectFit | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ObjectFit | undefined) | undefined;
248
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ObjectPosition<string | number> | undefined) | undefined;
249
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetAnchor<string | number> | undefined) | undefined;
250
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetDistance<string | number> | undefined) | undefined;
251
+ offsetPath?: import("csstype").Property.OffsetPath | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetPath | undefined) | undefined;
252
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetPosition<string | number> | undefined) | undefined;
253
+ offsetRotate?: import("csstype").Property.OffsetRotate | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetRotate | undefined) | undefined;
254
+ offsetRotation?: import("csstype").Property.OffsetRotate | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OffsetRotate | undefined) | undefined;
255
+ opacity?: import("csstype").Property.Opacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Opacity | undefined) | undefined;
256
+ order?: import("csstype").Property.Order | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Order | undefined) | undefined;
257
+ orphans?: import("csstype").Property.Orphans | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Orphans | undefined) | undefined;
258
+ outlineColor?: import("csstype").Property.OutlineColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineColor | undefined) | undefined;
259
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineOffset<string | number> | undefined) | undefined;
260
+ outlineStyle?: import("csstype").Property.OutlineStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineStyle | undefined) | undefined;
261
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineWidth<string | number> | undefined) | undefined;
262
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowAnchor | undefined) | undefined;
263
+ overflowBlock?: import("csstype").Property.OverflowBlock | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowBlock | undefined) | undefined;
264
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowClipBox | undefined) | undefined;
265
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowClipMargin<string | number> | undefined) | undefined;
266
+ overflowInline?: import("csstype").Property.OverflowInline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowInline | undefined) | undefined;
267
+ overflowWrap?: import("csstype").Property.OverflowWrap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowWrap | undefined) | undefined;
268
+ overflowX?: import("csstype").Property.OverflowX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowX | undefined) | undefined;
269
+ overflowY?: import("csstype").Property.OverflowY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowY | undefined) | undefined;
270
+ overlay?: import("csstype").Property.Overlay | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Overlay | undefined) | undefined;
271
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverscrollBehaviorBlock | undefined) | undefined;
272
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverscrollBehaviorInline | undefined) | undefined;
273
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverscrollBehaviorX | undefined) | undefined;
274
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverscrollBehaviorY | undefined) | undefined;
275
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingBlockEnd<string | number> | undefined) | undefined;
276
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingBlockStart<string | number> | undefined) | undefined;
277
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingBottom<string | number> | undefined) | undefined;
278
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInlineEnd<string | number> | undefined) | undefined;
279
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInlineStart<string | number> | undefined) | undefined;
280
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingLeft<string | number> | undefined) | undefined;
281
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingRight<string | number> | undefined) | undefined;
282
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingTop<string | number> | undefined) | undefined;
283
+ page?: import("csstype").Property.Page | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Page | undefined) | undefined;
284
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PageBreakAfter | undefined) | undefined;
285
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PageBreakBefore | undefined) | undefined;
286
+ pageBreakInside?: import("csstype").Property.PageBreakInside | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PageBreakInside | undefined) | undefined;
287
+ paintOrder?: import("csstype").Property.PaintOrder | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaintOrder | undefined) | undefined;
288
+ perspective?: import("csstype").Property.Perspective<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Perspective<string | number> | undefined) | undefined;
289
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PerspectiveOrigin<string | number> | undefined) | undefined;
290
+ pointerEvents?: import("csstype").Property.PointerEvents | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PointerEvents | undefined) | undefined;
291
+ position?: import("csstype").Property.Position | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Position | undefined) | undefined;
292
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PrintColorAdjust | undefined) | undefined;
293
+ quotes?: import("csstype").Property.Quotes | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Quotes | undefined) | undefined;
294
+ resize?: import("csstype").Property.Resize | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Resize | undefined) | undefined;
295
+ right?: import("csstype").Property.Right<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Right<string | number> | undefined) | undefined;
296
+ rotate?: import("csstype").Property.Rotate | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Rotate | undefined) | undefined;
297
+ rowGap?: import("csstype").Property.RowGap<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.RowGap<string | number> | undefined) | undefined;
298
+ rubyAlign?: import("csstype").Property.RubyAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.RubyAlign | undefined) | undefined;
299
+ rubyMerge?: import("csstype").Property.RubyMerge | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.RubyMerge | undefined) | undefined;
300
+ rubyPosition?: import("csstype").Property.RubyPosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.RubyPosition | undefined) | undefined;
301
+ scale?: import("csstype").Property.Scale | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Scale | undefined) | undefined;
302
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollBehavior | undefined) | undefined;
303
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined) | undefined;
304
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined) | undefined;
305
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginBottom<string | number> | undefined) | undefined;
306
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined) | undefined;
307
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined) | undefined;
308
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginLeft<string | number> | undefined) | undefined;
309
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginRight<string | number> | undefined) | undefined;
310
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginTop<string | number> | undefined) | undefined;
311
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined) | undefined;
312
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined) | undefined;
313
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingBottom<string | number> | undefined) | undefined;
314
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined) | undefined;
315
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined) | undefined;
316
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingLeft<string | number> | undefined) | undefined;
317
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingRight<string | number> | undefined) | undefined;
318
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingTop<string | number> | undefined) | undefined;
319
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapAlign | undefined) | undefined;
320
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginBottom<string | number> | undefined) | undefined;
321
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginLeft<string | number> | undefined) | undefined;
322
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginRight<string | number> | undefined) | undefined;
323
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginTop<string | number> | undefined) | undefined;
324
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapStop | undefined) | undefined;
325
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapType | undefined) | undefined;
326
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollTimelineAxis | undefined) | undefined;
327
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollTimelineName | undefined) | undefined;
328
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollbarColor | undefined) | undefined;
329
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollbarGutter | undefined) | undefined;
330
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollbarWidth | undefined) | undefined;
331
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ShapeImageThreshold | undefined) | undefined;
332
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ShapeMargin<string | number> | undefined) | undefined;
333
+ shapeOutside?: import("csstype").Property.ShapeOutside | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ShapeOutside | undefined) | undefined;
334
+ tabSize?: import("csstype").Property.TabSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TabSize<string | number> | undefined) | undefined;
335
+ tableLayout?: import("csstype").Property.TableLayout | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TableLayout | undefined) | undefined;
336
+ textAlign?: import("csstype").Property.TextAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextAlign | undefined) | undefined;
337
+ textAlignLast?: import("csstype").Property.TextAlignLast | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextAlignLast | undefined) | undefined;
338
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextCombineUpright | undefined) | undefined;
339
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationColor | undefined) | undefined;
340
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationLine | undefined) | undefined;
341
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationSkip | undefined) | undefined;
342
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationSkipInk | undefined) | undefined;
343
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationStyle | undefined) | undefined;
344
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationThickness<string | number> | undefined) | undefined;
345
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasisColor | undefined) | undefined;
346
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasisPosition | undefined) | undefined;
347
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasisStyle | undefined) | undefined;
348
+ textIndent?: import("csstype").Property.TextIndent<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextIndent<string | number> | undefined) | undefined;
349
+ textJustify?: import("csstype").Property.TextJustify | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextJustify | undefined) | undefined;
350
+ textOrientation?: import("csstype").Property.TextOrientation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextOrientation | undefined) | undefined;
351
+ textOverflow?: import("csstype").Property.TextOverflow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextOverflow | undefined) | undefined;
352
+ textRendering?: import("csstype").Property.TextRendering | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextRendering | undefined) | undefined;
353
+ textShadow?: import("csstype").Property.TextShadow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextShadow | undefined) | undefined;
354
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextSizeAdjust | undefined) | undefined;
355
+ textTransform?: import("csstype").Property.TextTransform | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextTransform | undefined) | undefined;
356
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextUnderlineOffset<string | number> | undefined) | undefined;
357
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextUnderlinePosition | undefined) | undefined;
358
+ textWrap?: import("csstype").Property.TextWrap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextWrap | undefined) | undefined;
359
+ timelineScope?: import("csstype").Property.TimelineScope | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TimelineScope | undefined) | undefined;
360
+ top?: import("csstype").Property.Top<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Top<string | number> | undefined) | undefined;
361
+ touchAction?: import("csstype").Property.TouchAction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TouchAction | undefined) | undefined;
362
+ transform?: import("csstype").Property.Transform | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transform | undefined) | undefined;
363
+ transformBox?: import("csstype").Property.TransformBox | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformBox | undefined) | undefined;
364
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformOrigin<string | number> | undefined) | undefined;
365
+ transformStyle?: import("csstype").Property.TransformStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformStyle | undefined) | undefined;
366
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionBehavior | undefined) | undefined;
367
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDelay<string & {}> | undefined) | undefined;
368
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDuration<string & {}> | undefined) | undefined;
369
+ transitionProperty?: import("csstype").Property.TransitionProperty | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionProperty | undefined) | undefined;
370
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionTimingFunction | undefined) | undefined;
371
+ translate?: import("csstype").Property.Translate<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Translate<string | number> | undefined) | undefined;
372
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.UnicodeBidi | undefined) | undefined;
373
+ userSelect?: import("csstype").Property.UserSelect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.UserSelect | undefined) | undefined;
374
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.VerticalAlign<string | number> | undefined) | undefined;
375
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ViewTimelineAxis | undefined) | undefined;
376
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ViewTimelineInset<string | number> | undefined) | undefined;
377
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ViewTimelineName | undefined) | undefined;
378
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ViewTransitionName | undefined) | undefined;
379
+ visibility?: import("csstype").Property.Visibility | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Visibility | undefined) | undefined;
380
+ whiteSpace?: import("csstype").Property.WhiteSpace | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WhiteSpace | undefined) | undefined;
381
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WhiteSpaceCollapse | undefined) | undefined;
382
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WhiteSpaceTrim | undefined) | undefined;
383
+ widows?: import("csstype").Property.Widows | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Widows | undefined) | undefined;
384
+ width?: import("csstype").Property.Width<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Width<string | number> | undefined) | undefined;
385
+ willChange?: import("csstype").Property.WillChange | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WillChange | undefined) | undefined;
386
+ wordBreak?: import("csstype").Property.WordBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WordBreak | undefined) | undefined;
387
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WordSpacing<string | number> | undefined) | undefined;
388
+ wordWrap?: import("csstype").Property.WordWrap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WordWrap | undefined) | undefined;
389
+ writingMode?: import("csstype").Property.WritingMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WritingMode | undefined) | undefined;
390
+ zIndex?: import("csstype").Property.ZIndex | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ZIndex | undefined) | undefined;
391
+ zoom?: import("csstype").Property.Zoom | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Zoom | undefined) | undefined;
392
+ all?: import("csstype").Globals | ((theme: import("@meonode/ui").Theme) => import("csstype").Globals | undefined) | undefined;
393
+ animation?: import("csstype").Property.Animation<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Animation<string & {}> | undefined) | undefined;
394
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationRange<string | number> | undefined) | undefined;
395
+ background?: import("csstype").Property.Background<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Background<string | number> | undefined) | undefined;
396
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundPosition<string | number> | undefined) | undefined;
397
+ border?: import("csstype").Property.Border<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Border<string | number> | undefined) | undefined;
398
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlock<string | number> | undefined) | undefined;
399
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockEnd<string | number> | undefined) | undefined;
400
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBlockStart<string | number> | undefined) | undefined;
401
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottom<string | number> | undefined) | undefined;
402
+ borderColor?: import("csstype").Property.BorderColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderColor | undefined) | undefined;
403
+ borderImage?: import("csstype").Property.BorderImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImage | undefined) | undefined;
404
+ borderInline?: import("csstype").Property.BorderInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInline<string | number> | undefined) | undefined;
405
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEnd<string | number> | undefined) | undefined;
406
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStart<string | number> | undefined) | undefined;
407
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderLeft<string | number> | undefined) | undefined;
408
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRadius<string | number> | undefined) | undefined;
409
+ borderRight?: import("csstype").Property.BorderRight<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRight<string | number> | undefined) | undefined;
410
+ borderStyle?: import("csstype").Property.BorderStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderStyle | undefined) | undefined;
411
+ borderTop?: import("csstype").Property.BorderTop<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTop<string | number> | undefined) | undefined;
412
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderWidth<string | number> | undefined) | undefined;
413
+ caret?: import("csstype").Property.Caret | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Caret | undefined) | undefined;
414
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRule<string | number> | undefined) | undefined;
415
+ columns?: import("csstype").Property.Columns<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Columns<string | number> | undefined) | undefined;
416
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ContainIntrinsicSize<string | number> | undefined) | undefined;
417
+ container?: import("csstype").Property.Container | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Container | undefined) | undefined;
418
+ flex?: import("csstype").Property.Flex<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Flex<string | number> | undefined) | undefined;
419
+ flexFlow?: import("csstype").Property.FlexFlow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexFlow | undefined) | undefined;
420
+ font?: import("csstype").Property.Font | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Font | undefined) | undefined;
421
+ gap?: import("csstype").Property.Gap<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Gap<string | number> | undefined) | undefined;
422
+ grid?: import("csstype").Property.Grid | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Grid | undefined) | undefined;
423
+ gridArea?: import("csstype").Property.GridArea | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridArea | undefined) | undefined;
424
+ gridColumn?: import("csstype").Property.GridColumn | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridColumn | undefined) | undefined;
425
+ gridRow?: import("csstype").Property.GridRow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridRow | undefined) | undefined;
426
+ gridTemplate?: import("csstype").Property.GridTemplate | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridTemplate | undefined) | undefined;
427
+ inset?: import("csstype").Property.Inset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Inset<string | number> | undefined) | undefined;
428
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetBlock<string | number> | undefined) | undefined;
429
+ insetInline?: import("csstype").Property.InsetInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetInline<string | number> | undefined) | undefined;
430
+ lineClamp?: import("csstype").Property.LineClamp | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineClamp | undefined) | undefined;
431
+ listStyle?: import("csstype").Property.ListStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ListStyle | undefined) | undefined;
432
+ margin?: import("csstype").Property.Margin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Margin<string | number> | undefined) | undefined;
433
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginBlock<string | number> | undefined) | undefined;
434
+ marginInline?: import("csstype").Property.MarginInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInline<string | number> | undefined) | undefined;
435
+ mask?: import("csstype").Property.Mask<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Mask<string | number> | undefined) | undefined;
436
+ maskBorder?: import("csstype").Property.MaskBorder | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorder | undefined) | undefined;
437
+ motion?: import("csstype").Property.Offset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Offset<string | number> | undefined) | undefined;
438
+ offset?: import("csstype").Property.Offset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Offset<string | number> | undefined) | undefined;
439
+ outline?: import("csstype").Property.Outline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Outline<string | number> | undefined) | undefined;
440
+ overflow?: import("csstype").Property.Overflow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Overflow | undefined) | undefined;
441
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverscrollBehavior | undefined) | undefined;
442
+ padding?: import("csstype").Property.Padding<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Padding<string | number> | undefined) | undefined;
443
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingBlock<string | number> | undefined) | undefined;
444
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInline<string | number> | undefined) | undefined;
445
+ placeContent?: import("csstype").Property.PlaceContent | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PlaceContent | undefined) | undefined;
446
+ placeItems?: import("csstype").Property.PlaceItems | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PlaceItems | undefined) | undefined;
447
+ placeSelf?: import("csstype").Property.PlaceSelf | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PlaceSelf | undefined) | undefined;
448
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMargin<string | number> | undefined) | undefined;
449
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginBlock<string | number> | undefined) | undefined;
450
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMarginInline<string | number> | undefined) | undefined;
451
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPadding<string | number> | undefined) | undefined;
452
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingBlock<string | number> | undefined) | undefined;
453
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollPaddingInline<string | number> | undefined) | undefined;
454
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollMargin<string | number> | undefined) | undefined;
455
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollTimeline | undefined) | undefined;
456
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecoration<string | number> | undefined) | undefined;
457
+ textEmphasis?: import("csstype").Property.TextEmphasis | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasis | undefined) | undefined;
458
+ transition?: import("csstype").Property.Transition<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transition<string & {}> | undefined) | undefined;
459
+ viewTimeline?: import("csstype").Property.ViewTimeline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ViewTimeline | undefined) | undefined;
460
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDelay<string & {}> | undefined) | undefined;
461
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDirection | undefined) | undefined;
462
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDuration<string & {}> | undefined) | undefined;
463
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationFillMode | undefined) | undefined;
464
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationIterationCount | undefined) | undefined;
465
+ MozAnimationName?: import("csstype").Property.AnimationName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationName | undefined) | undefined;
466
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationPlayState | undefined) | undefined;
467
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationTimingFunction | undefined) | undefined;
468
+ MozAppearance?: import("csstype").Property.MozAppearance | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozAppearance | undefined) | undefined;
469
+ MozBinding?: import("csstype").Property.MozBinding | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozBinding | undefined) | undefined;
470
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozBorderBottomColors | undefined) | undefined;
471
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEndColor | undefined) | undefined;
472
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEndStyle | undefined) | undefined;
473
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineEndWidth<string | number> | undefined) | undefined;
474
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozBorderLeftColors | undefined) | undefined;
475
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozBorderRightColors | undefined) | undefined;
476
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStartColor | undefined) | undefined;
477
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderInlineStartStyle | undefined) | undefined;
478
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozBorderTopColors | undefined) | undefined;
479
+ MozBoxSizing?: import("csstype").Property.BoxSizing | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxSizing | undefined) | undefined;
480
+ MozColumnCount?: import("csstype").Property.ColumnCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnCount | undefined) | undefined;
481
+ MozColumnFill?: import("csstype").Property.ColumnFill | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnFill | undefined) | undefined;
482
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleColor | undefined) | undefined;
483
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleStyle | undefined) | undefined;
484
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleWidth<string | number> | undefined) | undefined;
485
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnWidth<string | number> | undefined) | undefined;
486
+ MozContextProperties?: import("csstype").Property.MozContextProperties | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozContextProperties | undefined) | undefined;
487
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontFeatureSettings | undefined) | undefined;
488
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontLanguageOverride | undefined) | undefined;
489
+ MozHyphens?: import("csstype").Property.Hyphens | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Hyphens | undefined) | undefined;
490
+ MozImageRegion?: import("csstype").Property.MozImageRegion | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozImageRegion | undefined) | undefined;
491
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInlineEnd<string | number> | undefined) | undefined;
492
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInlineStart<string | number> | undefined) | undefined;
493
+ MozOrient?: import("csstype").Property.MozOrient | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozOrient | undefined) | undefined;
494
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSmooth<string | number> | undefined) | undefined;
495
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined) | undefined;
496
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined) | undefined;
497
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined) | undefined;
498
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined) | undefined;
499
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInlineEnd<string | number> | undefined) | undefined;
500
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInlineStart<string | number> | undefined) | undefined;
501
+ MozStackSizing?: import("csstype").Property.MozStackSizing | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozStackSizing | undefined) | undefined;
502
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TabSize<string | number> | undefined) | undefined;
503
+ MozTextBlink?: import("csstype").Property.MozTextBlink | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozTextBlink | undefined) | undefined;
504
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextSizeAdjust | undefined) | undefined;
505
+ MozUserFocus?: import("csstype").Property.MozUserFocus | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozUserFocus | undefined) | undefined;
506
+ MozUserModify?: import("csstype").Property.MozUserModify | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozUserModify | undefined) | undefined;
507
+ MozUserSelect?: import("csstype").Property.UserSelect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.UserSelect | undefined) | undefined;
508
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozWindowDragging | undefined) | undefined;
509
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozWindowShadow | undefined) | undefined;
510
+ msAccelerator?: import("csstype").Property.MsAccelerator | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsAccelerator | undefined) | undefined;
511
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsBlockProgression | undefined) | undefined;
512
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomChaining | undefined) | undefined;
513
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomLimitMax | undefined) | undefined;
514
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomLimitMin | undefined) | undefined;
515
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomSnapPoints | undefined) | undefined;
516
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomSnapType | undefined) | undefined;
517
+ msContentZooming?: import("csstype").Property.MsContentZooming | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZooming | undefined) | undefined;
518
+ msFilter?: import("csstype").Property.MsFilter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsFilter | undefined) | undefined;
519
+ msFlexDirection?: import("csstype").Property.FlexDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexDirection | undefined) | undefined;
520
+ msFlexPositive?: import("csstype").Property.FlexGrow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined;
521
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsFlowFrom | undefined) | undefined;
522
+ msFlowInto?: import("csstype").Property.MsFlowInto | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsFlowInto | undefined) | undefined;
523
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsGridColumns<string | number> | undefined) | undefined;
524
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsGridRows<string | number> | undefined) | undefined;
525
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsHighContrastAdjust | undefined) | undefined;
526
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsHyphenateLimitChars | undefined) | undefined;
527
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsHyphenateLimitLines | undefined) | undefined;
528
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined) | undefined;
529
+ msHyphens?: import("csstype").Property.Hyphens | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Hyphens | undefined) | undefined;
530
+ msImeAlign?: import("csstype").Property.MsImeAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsImeAlign | undefined) | undefined;
531
+ msLineBreak?: import("csstype").Property.LineBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineBreak | undefined) | undefined;
532
+ msOrder?: import("csstype").Property.Order | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Order | undefined) | undefined;
533
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsOverflowStyle | undefined) | undefined;
534
+ msOverflowX?: import("csstype").Property.OverflowX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowX | undefined) | undefined;
535
+ msOverflowY?: import("csstype").Property.OverflowY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OverflowY | undefined) | undefined;
536
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollChaining | undefined) | undefined;
537
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollLimitXMax<string | number> | undefined) | undefined;
538
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollLimitXMin<string | number> | undefined) | undefined;
539
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollLimitYMax<string | number> | undefined) | undefined;
540
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollLimitYMin<string | number> | undefined) | undefined;
541
+ msScrollRails?: import("csstype").Property.MsScrollRails | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollRails | undefined) | undefined;
542
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollSnapPointsX | undefined) | undefined;
543
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollSnapPointsY | undefined) | undefined;
544
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollSnapType | undefined) | undefined;
545
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollTranslation | undefined) | undefined;
546
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbar3dlightColor | undefined) | undefined;
547
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarArrowColor | undefined) | undefined;
548
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarBaseColor | undefined) | undefined;
549
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarDarkshadowColor | undefined) | undefined;
550
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarFaceColor | undefined) | undefined;
551
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarHighlightColor | undefined) | undefined;
552
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarShadowColor | undefined) | undefined;
553
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollbarTrackColor | undefined) | undefined;
554
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsTextAutospace | undefined) | undefined;
555
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextCombineUpright | undefined) | undefined;
556
+ msTextOverflow?: import("csstype").Property.TextOverflow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextOverflow | undefined) | undefined;
557
+ msTouchAction?: import("csstype").Property.TouchAction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TouchAction | undefined) | undefined;
558
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsTouchSelect | undefined) | undefined;
559
+ msTransform?: import("csstype").Property.Transform | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transform | undefined) | undefined;
560
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformOrigin<string | number> | undefined) | undefined;
561
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDelay<string & {}> | undefined) | undefined;
562
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDuration<string & {}> | undefined) | undefined;
563
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionProperty | undefined) | undefined;
564
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionTimingFunction | undefined) | undefined;
565
+ msUserSelect?: import("csstype").Property.MsUserSelect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsUserSelect | undefined) | undefined;
566
+ msWordBreak?: import("csstype").Property.WordBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WordBreak | undefined) | undefined;
567
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsWrapFlow | undefined) | undefined;
568
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsWrapMargin<string | number> | undefined) | undefined;
569
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsWrapThrough | undefined) | undefined;
570
+ msWritingMode?: import("csstype").Property.WritingMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WritingMode | undefined) | undefined;
571
+ WebkitAlignContent?: import("csstype").Property.AlignContent | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignContent | undefined) | undefined;
572
+ WebkitAlignItems?: import("csstype").Property.AlignItems | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignItems | undefined) | undefined;
573
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined;
574
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDelay<string & {}> | undefined) | undefined;
575
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDirection | undefined) | undefined;
576
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDuration<string & {}> | undefined) | undefined;
577
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationFillMode | undefined) | undefined;
578
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationIterationCount | undefined) | undefined;
579
+ WebkitAnimationName?: import("csstype").Property.AnimationName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationName | undefined) | undefined;
580
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationPlayState | undefined) | undefined;
581
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationTimingFunction | undefined) | undefined;
582
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitAppearance | undefined) | undefined;
583
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackdropFilter | undefined) | undefined;
584
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackfaceVisibility | undefined) | undefined;
585
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundClip | undefined) | undefined;
586
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundOrigin | undefined) | undefined;
587
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundSize<string | number> | undefined) | undefined;
588
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitBorderBeforeColor | undefined) | undefined;
589
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitBorderBeforeStyle | undefined) | undefined;
590
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined) | undefined;
591
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined) | undefined;
592
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomRightRadius<string | number> | undefined) | undefined;
593
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImageSlice | undefined) | undefined;
594
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopLeftRadius<string | number> | undefined) | undefined;
595
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopRightRadius<string | number> | undefined) | undefined;
596
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDecorationBreak | undefined) | undefined;
597
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitBoxReflect<string | number> | undefined) | undefined;
598
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxShadow | undefined) | undefined;
599
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxSizing | undefined) | undefined;
600
+ WebkitClipPath?: import("csstype").Property.ClipPath | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ClipPath | undefined) | undefined;
601
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnCount | undefined) | undefined;
602
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnFill | undefined) | undefined;
603
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleColor | undefined) | undefined;
604
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleStyle | undefined) | undefined;
605
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRuleWidth<string | number> | undefined) | undefined;
606
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnSpan | undefined) | undefined;
607
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnWidth<string | number> | undefined) | undefined;
608
+ WebkitFilter?: import("csstype").Property.Filter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Filter | undefined) | undefined;
609
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexBasis<string | number> | undefined) | undefined;
610
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexDirection | undefined) | undefined;
611
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined;
612
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined;
613
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexWrap | undefined) | undefined;
614
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontFeatureSettings | undefined) | undefined;
615
+ WebkitFontKerning?: import("csstype").Property.FontKerning | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontKerning | undefined) | undefined;
616
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontSmooth<string | number> | undefined) | undefined;
617
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FontVariantLigatures | undefined) | undefined;
618
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.HyphenateCharacter | undefined) | undefined;
619
+ WebkitHyphens?: import("csstype").Property.Hyphens | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Hyphens | undefined) | undefined;
620
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InitialLetter | undefined) | undefined;
621
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined;
622
+ WebkitLineBreak?: import("csstype").Property.LineBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineBreak | undefined) | undefined;
623
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitLineClamp | undefined) | undefined;
624
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInlineEnd<string | number> | undefined) | undefined;
625
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarginInlineStart<string | number> | undefined) | undefined;
626
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskAttachment | undefined) | undefined;
627
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderOutset<string | number> | undefined) | undefined;
628
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderRepeat | undefined) | undefined;
629
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderSlice | undefined) | undefined;
630
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderSource | undefined) | undefined;
631
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorderWidth<string | number> | undefined) | undefined;
632
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskClip | undefined) | undefined;
633
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskComposite | undefined) | undefined;
634
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskImage | undefined) | undefined;
635
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskOrigin | undefined) | undefined;
636
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskPosition<string | number> | undefined) | undefined;
637
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskPositionX<string | number> | undefined) | undefined;
638
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskPositionY<string | number> | undefined) | undefined;
639
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskRepeat | undefined) | undefined;
640
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskRepeatX | undefined) | undefined;
641
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskRepeatY | undefined) | undefined;
642
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMaskSize<string | number> | undefined) | undefined;
643
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaxInlineSize<string | number> | undefined) | undefined;
644
+ WebkitOrder?: import("csstype").Property.Order | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Order | undefined) | undefined;
645
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitOverflowScrolling | undefined) | undefined;
646
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInlineEnd<string | number> | undefined) | undefined;
647
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PaddingInlineStart<string | number> | undefined) | undefined;
648
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Perspective<string | number> | undefined) | undefined;
649
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PerspectiveOrigin<string | number> | undefined) | undefined;
650
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PrintColorAdjust | undefined) | undefined;
651
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.RubyPosition | undefined) | undefined;
652
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapType | undefined) | undefined;
653
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ShapeMargin<string | number> | undefined) | undefined;
654
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitTapHighlightColor | undefined) | undefined;
655
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextCombineUpright | undefined) | undefined;
656
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationColor | undefined) | undefined;
657
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationLine | undefined) | undefined;
658
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationSkip | undefined) | undefined;
659
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationStyle | undefined) | undefined;
660
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasisColor | undefined) | undefined;
661
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasisPosition | undefined) | undefined;
662
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasisStyle | undefined) | undefined;
663
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitTextFillColor | undefined) | undefined;
664
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextOrientation | undefined) | undefined;
665
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextSizeAdjust | undefined) | undefined;
666
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitTextStrokeColor | undefined) | undefined;
667
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined) | undefined;
668
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextUnderlinePosition | undefined) | undefined;
669
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitTouchCallout | undefined) | undefined;
670
+ WebkitTransform?: import("csstype").Property.Transform | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transform | undefined) | undefined;
671
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformOrigin<string | number> | undefined) | undefined;
672
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformStyle | undefined) | undefined;
673
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDelay<string & {}> | undefined) | undefined;
674
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDuration<string & {}> | undefined) | undefined;
675
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionProperty | undefined) | undefined;
676
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionTimingFunction | undefined) | undefined;
677
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitUserModify | undefined) | undefined;
678
+ WebkitUserSelect?: import("csstype").Property.UserSelect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.UserSelect | undefined) | undefined;
679
+ WebkitWritingMode?: import("csstype").Property.WritingMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WritingMode | undefined) | undefined;
680
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Animation<string & {}> | undefined) | undefined;
681
+ MozBorderImage?: import("csstype").Property.BorderImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImage | undefined) | undefined;
682
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRule<string | number> | undefined) | undefined;
683
+ MozColumns?: import("csstype").Property.Columns<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Columns<string | number> | undefined) | undefined;
684
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozOutlineRadius<string | number> | undefined) | undefined;
685
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomLimit | undefined) | undefined;
686
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsContentZoomSnap | undefined) | undefined;
687
+ msFlex?: import("csstype").Property.Flex<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Flex<string | number> | undefined) | undefined;
688
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollLimit | undefined) | undefined;
689
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollSnapX | undefined) | undefined;
690
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MsScrollSnapY | undefined) | undefined;
691
+ msTransition?: import("csstype").Property.Transition<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transition<string & {}> | undefined) | undefined;
692
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Animation<string & {}> | undefined) | undefined;
693
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitBorderBefore<string | number> | undefined) | undefined;
694
+ WebkitBorderImage?: import("csstype").Property.BorderImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImage | undefined) | undefined;
695
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRadius<string | number> | undefined) | undefined;
696
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColumnRule<string | number> | undefined) | undefined;
697
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Columns<string | number> | undefined) | undefined;
698
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Flex<string | number> | undefined) | undefined;
699
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FlexFlow | undefined) | undefined;
700
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitMask<string | number> | undefined) | undefined;
701
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MaskBorder | undefined) | undefined;
702
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextEmphasis | undefined) | undefined;
703
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.WebkitTextStroke<string | number> | undefined) | undefined;
704
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transition<string & {}> | undefined) | undefined;
705
+ azimuth?: import("csstype").Property.Azimuth | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Azimuth | undefined) | undefined;
706
+ boxAlign?: import("csstype").Property.BoxAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxAlign | undefined) | undefined;
707
+ boxDirection?: import("csstype").Property.BoxDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDirection | undefined) | undefined;
708
+ boxFlex?: import("csstype").Property.BoxFlex | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlex | undefined) | undefined;
709
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlexGroup | undefined) | undefined;
710
+ boxLines?: import("csstype").Property.BoxLines | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxLines | undefined) | undefined;
711
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrdinalGroup | undefined) | undefined;
712
+ boxOrient?: import("csstype").Property.BoxOrient | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrient | undefined) | undefined;
713
+ boxPack?: import("csstype").Property.BoxPack | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxPack | undefined) | undefined;
714
+ clip?: import("csstype").Property.Clip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Clip | undefined) | undefined;
715
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridColumnGap<string | number> | undefined) | undefined;
716
+ gridGap?: import("csstype").Property.GridGap<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridGap<string | number> | undefined) | undefined;
717
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GridRowGap<string | number> | undefined) | undefined;
718
+ imeMode?: import("csstype").Property.ImeMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ImeMode | undefined) | undefined;
719
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetBlock<string | number> | undefined) | undefined;
720
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetBlockEnd<string | number> | undefined) | undefined;
721
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetBlockStart<string | number> | undefined) | undefined;
722
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetInline<string | number> | undefined) | undefined;
723
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetInlineEnd<string | number> | undefined) | undefined;
724
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.InsetInlineStart<string | number> | undefined) | undefined;
725
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined) | undefined;
726
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapDestination<string | number> | undefined) | undefined;
727
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapPointsX | undefined) | undefined;
728
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapPointsY | undefined) | undefined;
729
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapTypeX | undefined) | undefined;
730
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ScrollSnapTypeY | undefined) | undefined;
731
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxAlign | undefined) | undefined;
732
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDirection | undefined) | undefined;
733
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlex | undefined) | undefined;
734
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlexGroup | undefined) | undefined;
735
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxLines | undefined) | undefined;
736
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrdinalGroup | undefined) | undefined;
737
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrient | undefined) | undefined;
738
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxPack | undefined) | undefined;
739
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LineBreak | undefined) | undefined;
740
+ KhtmlOpacity?: import("csstype").Property.Opacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Opacity | undefined) | undefined;
741
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.UserSelect | undefined) | undefined;
742
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackfaceVisibility | undefined) | undefined;
743
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundClip | undefined) | undefined;
744
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDecorationBreak | undefined) | undefined;
745
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundOrigin | undefined) | undefined;
746
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundSize<string | number> | undefined) | undefined;
747
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderRadius<string | number> | undefined) | undefined;
748
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined) | undefined;
749
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderBottomRightRadius<string | number> | undefined) | undefined;
750
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopLeftRadius<string | number> | undefined) | undefined;
751
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderTopRightRadius<string | number> | undefined) | undefined;
752
+ MozBoxAlign?: import("csstype").Property.BoxAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxAlign | undefined) | undefined;
753
+ MozBoxDirection?: import("csstype").Property.BoxDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDirection | undefined) | undefined;
754
+ MozBoxFlex?: import("csstype").Property.BoxFlex | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlex | undefined) | undefined;
755
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrdinalGroup | undefined) | undefined;
756
+ MozBoxOrient?: import("csstype").Property.BoxOrient | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrient | undefined) | undefined;
757
+ MozBoxPack?: import("csstype").Property.BoxPack | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxPack | undefined) | undefined;
758
+ MozBoxShadow?: import("csstype").Property.BoxShadow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxShadow | undefined) | undefined;
759
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozFloatEdge | undefined) | undefined;
760
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozForceBrokenImageIcon | undefined) | undefined;
761
+ MozOpacity?: import("csstype").Property.Opacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Opacity | undefined) | undefined;
762
+ MozOutline?: import("csstype").Property.Outline<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Outline<string | number> | undefined) | undefined;
763
+ MozOutlineColor?: import("csstype").Property.OutlineColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineColor | undefined) | undefined;
764
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineStyle | undefined) | undefined;
765
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.OutlineWidth<string | number> | undefined) | undefined;
766
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Perspective<string | number> | undefined) | undefined;
767
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.PerspectiveOrigin<string | number> | undefined) | undefined;
768
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextAlignLast | undefined) | undefined;
769
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationColor | undefined) | undefined;
770
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationLine | undefined) | undefined;
771
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextDecorationStyle | undefined) | undefined;
772
+ MozTransform?: import("csstype").Property.Transform | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transform | undefined) | undefined;
773
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformOrigin<string | number> | undefined) | undefined;
774
+ MozTransformStyle?: import("csstype").Property.TransformStyle | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformStyle | undefined) | undefined;
775
+ MozTransition?: import("csstype").Property.Transition<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transition<string & {}> | undefined) | undefined;
776
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDelay<string & {}> | undefined) | undefined;
777
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDuration<string & {}> | undefined) | undefined;
778
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionProperty | undefined) | undefined;
779
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionTimingFunction | undefined) | undefined;
780
+ MozUserInput?: import("csstype").Property.MozUserInput | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MozUserInput | undefined) | undefined;
781
+ msImeMode?: import("csstype").Property.ImeMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ImeMode | undefined) | undefined;
782
+ OAnimation?: import("csstype").Property.Animation<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Animation<string & {}> | undefined) | undefined;
783
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDelay<string & {}> | undefined) | undefined;
784
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDirection | undefined) | undefined;
785
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationDuration<string & {}> | undefined) | undefined;
786
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationFillMode | undefined) | undefined;
787
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationIterationCount | undefined) | undefined;
788
+ OAnimationName?: import("csstype").Property.AnimationName | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationName | undefined) | undefined;
789
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationPlayState | undefined) | undefined;
790
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AnimationTimingFunction | undefined) | undefined;
791
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BackgroundSize<string | number> | undefined) | undefined;
792
+ OBorderImage?: import("csstype").Property.BorderImage | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BorderImage | undefined) | undefined;
793
+ OObjectFit?: import("csstype").Property.ObjectFit | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ObjectFit | undefined) | undefined;
794
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ObjectPosition<string | number> | undefined) | undefined;
795
+ OTabSize?: import("csstype").Property.TabSize<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TabSize<string | number> | undefined) | undefined;
796
+ OTextOverflow?: import("csstype").Property.TextOverflow | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextOverflow | undefined) | undefined;
797
+ OTransform?: import("csstype").Property.Transform | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transform | undefined) | undefined;
798
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransformOrigin<string | number> | undefined) | undefined;
799
+ OTransition?: import("csstype").Property.Transition<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Transition<string & {}> | undefined) | undefined;
800
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDelay<string & {}> | undefined) | undefined;
801
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionDuration<string & {}> | undefined) | undefined;
802
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionProperty | undefined) | undefined;
803
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TransitionTimingFunction | undefined) | undefined;
804
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxAlign | undefined) | undefined;
805
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxDirection | undefined) | undefined;
806
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlex | undefined) | undefined;
807
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxFlexGroup | undefined) | undefined;
808
+ WebkitBoxLines?: import("csstype").Property.BoxLines | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxLines | undefined) | undefined;
809
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrdinalGroup | undefined) | undefined;
810
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxOrient | undefined) | undefined;
811
+ WebkitBoxPack?: import("csstype").Property.BoxPack | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BoxPack | undefined) | undefined;
812
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.AlignmentBaseline | undefined) | undefined;
813
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.BaselineShift<string | number> | undefined) | undefined;
814
+ clipRule?: import("csstype").Property.ClipRule | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ClipRule | undefined) | undefined;
815
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColorInterpolation | undefined) | undefined;
816
+ colorRendering?: import("csstype").Property.ColorRendering | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ColorRendering | undefined) | undefined;
817
+ dominantBaseline?: import("csstype").Property.DominantBaseline | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.DominantBaseline | undefined) | undefined;
818
+ fill?: import("csstype").Property.Fill | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Fill | undefined) | undefined;
819
+ fillOpacity?: import("csstype").Property.FillOpacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FillOpacity | undefined) | undefined;
820
+ fillRule?: import("csstype").Property.FillRule | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FillRule | undefined) | undefined;
821
+ floodColor?: import("csstype").Property.FloodColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FloodColor | undefined) | undefined;
822
+ floodOpacity?: import("csstype").Property.FloodOpacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.FloodOpacity | undefined) | undefined;
823
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.GlyphOrientationVertical | undefined) | undefined;
824
+ lightingColor?: import("csstype").Property.LightingColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.LightingColor | undefined) | undefined;
825
+ marker?: import("csstype").Property.Marker | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Marker | undefined) | undefined;
826
+ markerEnd?: import("csstype").Property.MarkerEnd | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarkerEnd | undefined) | undefined;
827
+ markerMid?: import("csstype").Property.MarkerMid | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarkerMid | undefined) | undefined;
828
+ markerStart?: import("csstype").Property.MarkerStart | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.MarkerStart | undefined) | undefined;
829
+ shapeRendering?: import("csstype").Property.ShapeRendering | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.ShapeRendering | undefined) | undefined;
830
+ stopColor?: import("csstype").Property.StopColor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StopColor | undefined) | undefined;
831
+ stopOpacity?: import("csstype").Property.StopOpacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StopOpacity | undefined) | undefined;
832
+ stroke?: import("csstype").Property.Stroke | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.Stroke | undefined) | undefined;
833
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeDasharray<string | number> | undefined) | undefined;
834
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeDashoffset<string | number> | undefined) | undefined;
835
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeLinecap | undefined) | undefined;
836
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeLinejoin | undefined) | undefined;
837
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeMiterlimit | undefined) | undefined;
838
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeOpacity | undefined) | undefined;
839
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.StrokeWidth<string | number> | undefined) | undefined;
840
+ textAnchor?: import("csstype").Property.TextAnchor | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.TextAnchor | undefined) | undefined;
841
+ vectorEffect?: import("csstype").Property.VectorEffect | ((theme: import("@meonode/ui").Theme) => import("csstype").Property.VectorEffect | undefined) | undefined;
842
+ } & Partial<{
843
+ css: import("@meonode/ui").CssProp;
844
+ }> & Partial<{
17
845
  props: Partial<Omit<{
18
846
  children: NonNullable<React.ReactNode>;
19
- classes?: Partial<import("@mui/material").AccordionClasses>;
847
+ classes?: Partial<import("@mui/material/Accordion").AccordionClasses>;
20
848
  defaultExpanded?: boolean;
21
849
  disabled?: boolean;
22
850
  disableGutters?: boolean;
23
851
  expanded?: boolean;
24
852
  onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
25
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
853
+ sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
26
854
  TransitionComponent?: React.JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
27
855
  children?: React.ReactElement<unknown, any>;
28
856
  }>;
29
857
  TransitionProps?: import("@mui/material/transitions").TransitionProps;
30
- } & import("@mui/material").AccordionSlotsAndSlotProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "onChange"> & Partial<{
858
+ } & import("@mui/material/Accordion").AccordionSlotsAndSlotProps & Omit<import("@mui/material/Paper").PaperOwnProps, "classes" | "onChange"> & Partial<{
31
859
  component: ComponentType;
32
- }> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "component" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "onChange" | "elevation" | "square" | "sx" | "variant" | "disabled" | "expanded" | "TransitionComponent" | "TransitionProps" | "disableGutters" | "defaultExpanded" | keyof import("@mui/material").AccordionSlotsAndSlotProps>, "children">>;
860
+ }> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "component" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "expanded" | "disabled" | "square" | "onChange" | "elevation" | "sx" | "variant" | "TransitionComponent" | "TransitionProps" | "disableGutters" | "defaultExpanded" | keyof import("@mui/material/Accordion").AccordionSlotsAndSlotProps>, "children">>;
33
861
  children: import("@meonode/ui").Children;
34
- theme: Partial<{
35
- [key: string]: any;
36
- }>;
37
- }> & Omit<import("@mui/material/OverridableComponent").OverrideProps<Omit<import("@mui/material").AccordionTypeMap<{}, "div">, "props" | "defaultComponent"> & {
862
+ }> & Omit<import("@mui/material/OverridableComponent").OverrideProps<Omit<import("@mui/material/Accordion").AccordionTypeMap<{}, "div">, "props" | "defaultComponent"> & {
38
863
  props: {
39
864
  children: NonNullable<React.ReactNode>;
40
- classes?: Partial<import("@mui/material").AccordionClasses>;
865
+ classes?: Partial<import("@mui/material/Accordion").AccordionClasses>;
41
866
  defaultExpanded?: boolean;
42
867
  disabled?: boolean;
43
868
  disableGutters?: boolean;
44
869
  expanded?: boolean;
45
870
  onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
46
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
871
+ sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
47
872
  TransitionComponent?: React.JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
48
873
  children?: React.ReactElement<unknown, any>;
49
874
  }>;
50
875
  TransitionProps?: import("@mui/material/transitions").TransitionProps;
51
- } & import("@mui/material").AccordionSlotsAndSlotProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "onChange"> & Partial<{
876
+ } & import("@mui/material/Accordion").AccordionSlotsAndSlotProps & Omit<import("@mui/material/Paper").PaperOwnProps, "classes" | "onChange"> & Partial<{
52
877
  component: ComponentType;
53
878
  }>;
54
879
  defaultComponent: "div";
55
- }, ComponentType>, "slot" | "title" | "props" | "component" | keyof import("react").CSSProperties | "children" | "theme" | "key" | "className" | "classes" | "ref" | "onChange" | "elevation" | "square" | "sx" | "variant" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "disabled" | "expanded" | "TransitionComponent" | "TransitionProps" | "disableGutters" | "defaultExpanded" | keyof import("@mui/material").AccordionSlotsAndSlotProps> & Record<string, any> & AdditionalProperties) | undefined) => import("@meonode/ui").NodeInstance<import("@mui/material/OverridableComponent").OverridableComponent<Omit<import("@mui/material").AccordionTypeMap<{}, "div">, "props" | "defaultComponent"> & {
880
+ }, ComponentType>, "slot" | "title" | "props" | "component" | keyof import("react").CSSProperties | "children" | "key" | "className" | "classes" | "ref" | "hidden" | "expanded" | "disabled" | "square" | "css" | "onChange" | "elevation" | "sx" | "variant" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "TransitionComponent" | "TransitionProps" | "disableGutters" | "defaultExpanded" | keyof import("@mui/material/Accordion").AccordionSlotsAndSlotProps> & Record<string, any> & AdditionalProperties) | undefined) => import("@meonode/ui").NodeInstance<import("@mui/material/OverridableComponent").OverridableComponent<Omit<import("@mui/material/Accordion").AccordionTypeMap<{}, "div">, "props" | "defaultComponent"> & {
56
881
  props: {
57
882
  children: NonNullable<React.ReactNode>;
58
- classes?: Partial<import("@mui/material").AccordionClasses>;
883
+ classes?: Partial<import("@mui/material/Accordion").AccordionClasses>;
59
884
  defaultExpanded?: boolean;
60
885
  disabled?: boolean;
61
886
  disableGutters?: boolean;
62
887
  expanded?: boolean;
63
888
  onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
64
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
889
+ sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
65
890
  TransitionComponent?: React.JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
66
891
  children?: React.ReactElement<unknown, any>;
67
892
  }>;
68
893
  TransitionProps?: import("@mui/material/transitions").TransitionProps;
69
- } & import("@mui/material").AccordionSlotsAndSlotProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "onChange"> & Partial<{
894
+ } & import("@mui/material/Accordion").AccordionSlotsAndSlotProps & Omit<import("@mui/material/Paper").PaperOwnProps, "classes" | "onChange"> & Partial<{
70
895
  component: ComponentType;
71
896
  }>;
72
897
  defaultComponent: "div";