identity-admin-ui 1.0.0

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