identity-admin-ui 1.11.28 → 1.11.29

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