@pitcher/js-api 1.22.0-beta.6 → 1.22.0-rc.1

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 (462) hide show
  1. package/js-api.esm.js +48 -7
  2. package/js-api.esm.js.map +1 -1
  3. package/js-api.umd.min.js +9 -9
  4. package/js-api.umd.min.js.map +1 -1
  5. package/lib/apps/browser/App.vue.d.ts +42 -16
  6. package/lib/apps/browser/components/BatchMoveItemsModal/BatchMoveItemsModal.vue.d.ts +1 -1
  7. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +1 -1
  8. package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
  9. package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +1 -1
  10. package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +1 -1
  11. package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +1 -1
  12. package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +17 -33
  13. package/lib/apps/browser/components/Content/Content.vue.d.ts +8 -3
  14. package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +1 -1
  15. package/lib/apps/browser/components/Content/Panel/FilePanel/BasicInfo.vue.d.ts +1 -1
  16. package/lib/apps/browser/components/Content/Panel/FilePanel/Details.vue.d.ts +1 -1
  17. package/lib/apps/browser/components/Content/Panel/FilePanel/FilePanel.vue.d.ts +1 -1
  18. package/lib/apps/browser/components/Content/Panel/FilePanel/Metadata.vue.d.ts +1 -1
  19. package/lib/apps/browser/components/Content/Panel/FilePanel/Tags.vue.d.ts +2 -25
  20. package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +1 -1
  21. package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +1 -1
  22. package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +1 -1
  23. package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +1 -1
  24. package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +1 -1
  25. package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +13 -17
  26. package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +1 -1
  27. package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +3 -12
  28. package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +1 -1
  29. package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +2 -23
  30. package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +4 -13
  31. package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +3 -12
  32. package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +3 -12
  33. package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +1 -1
  34. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +1 -1
  35. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +7 -16
  36. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +7 -16
  37. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +4 -4
  38. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +6 -15
  39. package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +5 -26
  40. package/lib/apps/browser/components/UpsertFolderModal/UpsertFolderModal.vue.d.ts +3 -12
  41. package/lib/apps/browser/stores/api.d.ts +96 -5
  42. package/lib/apps/browser/stores/app.d.ts +2 -32
  43. package/lib/apps/browser/stores/upload.d.ts +98 -1
  44. package/lib/apps/canvas-builder/App.vue.d.ts +351 -128
  45. package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +3 -12
  46. package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +1 -1
  47. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +1 -1
  48. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +1 -1
  49. package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -1
  50. package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +1 -10
  51. package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +11 -15
  52. package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +1 -10
  53. package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +1 -10
  54. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -12
  55. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +4 -25
  56. package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +1 -1
  57. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +3 -12
  58. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
  59. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +1 -1
  60. package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +3 -3
  61. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +32 -47
  62. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +103 -0
  63. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentLegacy.vue.d.ts +104 -0
  64. package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentRevamp.vue.d.ts +107 -0
  65. package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +1 -1
  66. package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +11 -6
  67. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +4 -25
  68. package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +5 -28
  69. package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +1 -10
  70. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +1 -1
  71. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +3 -12
  72. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +5 -26
  73. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +7 -36
  74. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionGroupSelector.vue.d.ts +21 -0
  75. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionListItem.vue.d.ts +37 -0
  76. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.edit.vue.d.ts +11 -0
  77. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.raw.vue.d.ts +19 -0
  78. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +30 -0
  79. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionSelector.vue.d.ts +17 -0
  80. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/components/PreviewImage.vue.d.ts +13 -0
  81. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/composables/cache.use.d.ts +12 -0
  82. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/composables/zoom.use.d.ts +15 -0
  83. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/utils/type.util.d.ts +5 -0
  84. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +1 -1
  85. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +6 -15
  86. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +7 -36
  87. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +3 -12
  88. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +4 -4
  89. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +4 -25
  90. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +8 -15
  91. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +6 -27
  92. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +3 -12
  93. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +18 -32
  94. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +5 -14
  95. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +7 -36
  96. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +8 -39
  97. package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +3 -12
  98. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +4 -33
  99. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +7 -0
  100. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +23 -0
  101. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +11 -0
  102. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +31 -0
  103. package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +1 -1
  104. package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +3 -12
  105. package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +3 -12
  106. package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +4 -33
  107. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +1 -1
  108. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +4 -25
  109. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +5 -14
  110. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +7 -36
  111. package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +3 -12
  112. package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +12 -36
  113. package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +3 -20
  114. package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
  115. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -13
  116. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -15
  117. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +4 -25
  118. package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +6 -15
  119. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +18 -0
  120. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts +1 -0
  121. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +7 -16
  122. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +16 -30
  123. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +11 -18
  124. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +27 -32
  125. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +15 -0
  126. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +7 -36
  127. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +3 -12
  128. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +7 -36
  129. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +839 -11251
  130. package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +4 -4
  131. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +295 -1597
  132. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +8 -6
  133. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +2 -2
  134. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +79 -7
  135. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
  136. package/lib/apps/canvas-builder/composables/useCollapsibles.d.ts +3 -0
  137. package/lib/apps/canvas-builder/composables/useCollectionPlayer.d.ts +31 -0
  138. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +35 -4
  139. package/lib/apps/canvas-builder/composables/useFetchMostPopularFiles.d.ts +4 -0
  140. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +2 -2
  141. package/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +1 -1
  142. package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +1 -1
  143. package/lib/apps/canvas-builder/composables/usePopularity.d.ts +8 -0
  144. package/lib/apps/canvas-builder/composables/useRecommendations.d.ts +4 -9
  145. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  146. package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -3
  147. package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -1
  148. package/lib/apps/canvas-builder/types/canvas.d.ts +87 -21
  149. package/lib/apps/canvas-builder/util/canvas.util.d.ts +8 -5
  150. package/lib/apps/canvas-builder/util/url.d.ts +1 -0
  151. package/lib/apps/canvas-selector/App.vue.d.ts +5 -22
  152. package/lib/apps/canvas-selector/appTypes.d.ts +3 -2
  153. package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +4 -34
  154. package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +1 -1
  155. package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +1 -1
  156. package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +1 -1
  157. package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +1 -1
  158. package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +1 -1
  159. package/lib/apps/canvas-selector/components/Sections.vue.d.ts +1 -1
  160. package/lib/apps/canvas-selector/stores/app.d.ts +232 -1
  161. package/lib/apps/content-selector/App.vue.d.ts +6 -27
  162. package/lib/apps/content-selector/appTypes.d.ts +4 -2
  163. package/lib/apps/content-selector/components/AiImages.vue.d.ts +10 -0
  164. package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +3 -3
  165. package/lib/apps/content-selector/components/Assets.vue.d.ts +1 -1
  166. package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +1 -1
  167. package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +1 -1
  168. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +1 -1
  169. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +9 -41
  170. package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +1 -1
  171. package/lib/apps/content-selector/components/Content.vue.d.ts +1 -1
  172. package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +3 -3
  173. package/lib/apps/content-selector/components/Navbar.vue.d.ts +2 -0
  174. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +6 -29
  175. package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +7 -10
  176. package/lib/apps/content-selector/stores/app.d.ts +8 -3
  177. package/lib/apps/notes/NotesApp.vue.d.ts +9 -38
  178. package/lib/apps/notes/components/CustomerReaction.vue.d.ts +2 -0
  179. package/lib/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +1 -1
  180. package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +7 -28
  181. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +2 -25
  182. package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +8 -3
  183. package/lib/components/CAvatar/CAvatar.vue.d.ts +8 -3
  184. package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +3 -12
  185. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +29 -29
  186. package/lib/components/CButton/CButton.vue.d.ts +10 -27
  187. package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +10 -30
  188. package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +6 -30
  189. package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +6 -15
  190. package/lib/components/CCard/CCard.vue.d.ts +8 -3
  191. package/lib/components/CCarousel/CCarousel.vue.d.ts +4 -29
  192. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +2 -23
  193. package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +4 -13
  194. package/lib/components/CCheckbox/CCheckbox.vue.d.ts +1 -1
  195. package/lib/components/CChip/CChip.vue.d.ts +12 -36
  196. package/lib/components/CCollapse/CCollapse.vue.d.ts +13 -27
  197. package/lib/components/CCollapse/CCollapseItem.vue.d.ts +8 -3
  198. package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +8 -3
  199. package/lib/components/CColorPicker/CColorPicker.vue.d.ts +8 -3
  200. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +12 -16
  201. package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +3 -12
  202. package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +14 -27
  203. package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +8 -31
  204. package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +8 -3
  205. package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +8 -3
  206. package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +16 -32
  207. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +9 -18
  208. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +6 -53
  209. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +686 -7
  210. package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +19 -96
  211. package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +17 -51
  212. package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +1 -74
  213. package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +7 -28
  214. package/lib/components/CCreateTemplateOrSectionModal/CCreateTemplateOrSectionModal.vue.d.ts +8 -33
  215. package/lib/components/CDataTable/CDataTable.vue.d.ts +3 -12
  216. package/lib/components/CDataTable/CDataTableEdit.use.d.ts +2 -2
  217. package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +7 -30
  218. package/lib/components/CDivider/CDivider.vue.d.ts +1 -10
  219. package/lib/components/CDrawer/CDrawer.vue.d.ts +1 -1
  220. package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +1 -1
  221. package/lib/components/CDropdown/CDropdown.vue.d.ts +8 -3
  222. package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +15 -0
  223. package/lib/components/CEmpty/CEmpty.vue.d.ts +8 -3
  224. package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +56 -45
  225. package/lib/components/CError/CErrorFullScreen.vue.d.ts +11 -41
  226. package/lib/components/CFeedback/CFeedback.vue.d.ts +14 -18
  227. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +41 -0
  228. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +7 -29
  229. package/lib/components/CFileViewer/CFileViewer.types.d.ts +1 -1
  230. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +14 -50
  231. package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +6 -15
  232. package/lib/components/CFileViewer/CFileViewerShare.vue.d.ts +2 -2
  233. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +25 -27
  234. package/lib/components/CFileViewer/{pdfEvents.use.d.ts → pdf/CFileViewer.events.pdf.use.d.ts} +1 -1
  235. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +21 -0
  236. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +14 -0
  237. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +23 -0
  238. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +11 -0
  239. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +64 -0
  240. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +56 -0
  241. package/lib/components/CFileViewer/{CFileViewerFullScreen.use.d.ts → pdf/CFileViewerFullscreen.pdf.use.d.ts} +4 -3
  242. package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +6 -0
  243. package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +25 -0
  244. package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +9 -25
  245. package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +10 -35
  246. package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +3 -12
  247. package/lib/components/CFontSelect/CFontSelect.vue.d.ts +4 -13
  248. package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +4 -29
  249. package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +1 -1
  250. package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +8 -17
  251. package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +6 -15
  252. package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +1 -1
  253. package/lib/components/CGlobalSearch/CResult.vue.d.ts +5 -14
  254. package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +8 -12
  255. package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -2
  256. package/lib/components/CGlobalSearch/Shortcuts.use.d.ts +1 -1
  257. package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +9 -25
  258. package/lib/components/CHelpText/CHelpText.vue.d.ts +16 -0
  259. package/lib/components/CIcon/CIcon.vue.d.ts +2 -23
  260. package/lib/components/CImage/CBrokenImage.vue.d.ts +3 -12
  261. package/lib/components/CImage/CImage.vue.d.ts +10 -4
  262. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +4 -35
  263. package/lib/components/CInput/CInput.vue.d.ts +2 -11
  264. package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +24 -0
  265. package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +8 -17
  266. package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +2 -25
  267. package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +20 -0
  268. package/lib/components/CList/CList.vue.d.ts +30 -32
  269. package/lib/components/CList/CListItem.vue.d.ts +32 -52
  270. package/lib/components/CModal/CModal.vue.d.ts +8 -3
  271. package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +13 -29
  272. package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +5 -14
  273. package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +6 -39
  274. package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +24 -0
  275. package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +10 -0
  276. package/lib/components/CPopover/CPopover.vue.d.ts +8 -3
  277. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +4 -29
  278. package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +1 -10
  279. package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +6 -27
  280. package/lib/components/CRate/CRate.vue.d.ts +14 -0
  281. package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +28 -0
  282. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +8 -29
  283. package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +5 -14
  284. package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +1 -10
  285. package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +6 -15
  286. package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +5 -14
  287. package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +1 -10
  288. package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +1 -10
  289. package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -13
  290. package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +5 -14
  291. package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +1 -10
  292. package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +2 -11
  293. package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +3 -12
  294. package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +1 -10
  295. package/lib/components/CRichTextEditor/extensions/textStyleExtended.d.ts +12 -0
  296. package/lib/components/CSearch/CSearch.vue.d.ts +7 -36
  297. package/lib/components/CSearch/CSearchOnClick.vue.d.ts +8 -29
  298. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +10 -45
  299. package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +12 -28
  300. package/lib/components/CSelect/CSelect.vue.d.ts +9 -25
  301. package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +3 -12
  302. package/lib/components/CShortcut/CShortcut.vue.d.ts +8 -3
  303. package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +1 -10
  304. package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +6 -15
  305. package/lib/components/CSlider/CSlider.vue.d.ts +12 -42
  306. package/lib/components/CSpin/CSpin.vue.d.ts +8 -3
  307. package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +17 -0
  308. package/lib/components/CSwitch/CSwitch.vue.d.ts +1 -1
  309. package/lib/components/CTable/CTable.vue.d.ts +14 -53
  310. package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +11 -32
  311. package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +5 -5
  312. package/lib/components/CTableInput/CTableInput.vue.d.ts +1017 -38
  313. package/lib/components/CTableMore/CTableMore.vue.d.ts +7 -34
  314. package/lib/components/CTableSelect/CTableSelect.vue.d.ts +4 -13
  315. package/lib/components/CTableTag/CTableTag.vue.d.ts +12 -43
  316. package/lib/components/CTag/CTag.vue.d.ts +1 -1
  317. package/lib/components/CTags/CTags.vue.d.ts +6 -30
  318. package/lib/components/CTagsPlaceholder/CTagsPlaceholder.vue.d.ts +6 -0
  319. package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +1 -1
  320. package/lib/components/CTimeline/CTimeline.vue.d.ts +6 -15
  321. package/lib/components/CTimeline/CTimelineControl.vue.d.ts +1 -1
  322. package/lib/components/CTimeline/CTimelineModal.vue.d.ts +7 -16
  323. package/lib/components/CToastProvider/CToastProvider.vue.d.ts +1 -1
  324. package/lib/components/CToolbar/CToolbar.vue.d.ts +4 -21
  325. package/lib/components/CTooltip/CTooltip.vue.d.ts +8 -12
  326. package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +11 -27
  327. package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +14 -0
  328. package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +14 -0
  329. package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +3 -26
  330. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -32
  331. package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +2 -23
  332. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +1 -0
  333. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +8 -33
  334. package/lib/components/CVideo/CVideo.vue.d.ts +32 -13
  335. package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +22 -24
  336. package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +15 -19
  337. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +207 -23
  338. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +17 -26
  339. package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +3 -12
  340. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +37 -14
  341. package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +3 -12
  342. package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +7 -36
  343. package/lib/components/canvases/CanvasesManagementBulk.use.d.ts +8 -0
  344. package/lib/components/filters/CCheckboxFilter.vue.d.ts +4 -13
  345. package/lib/components/filters/CDateRangeFilter.vue.d.ts +7 -32
  346. package/lib/components/filters/CSearchFilter.vue.d.ts +8 -31
  347. package/lib/components/filters/CSelectFilter.vue.d.ts +9 -10
  348. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +232 -25
  349. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +19 -28
  350. package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +8 -33
  351. package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +4 -1
  352. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +41 -14
  353. package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +8 -31
  354. package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +10 -0
  355. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +386 -0
  356. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +14 -0
  357. package/lib/components/savedCanvases/smartFolders/SmartFoldersConfigurationModal.vue.d.ts +6 -0
  358. package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +6 -0
  359. package/lib/components/sections/CSectionManagement.vue.d.ts +181 -22
  360. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +15 -24
  361. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +11 -20
  362. package/lib/composables/appsDb.use.d.ts +32 -0
  363. package/lib/composables/fileViewerSettings.use.d.ts +2 -0
  364. package/lib/composables/instanceTagsActions.use.d.ts +5 -1
  365. package/lib/composables/openFileStack.use.d.ts +20 -0
  366. package/lib/composables/presentationHistory.use.d.ts +12 -0
  367. package/lib/composables/recentFiles.use.d.ts +2 -1
  368. package/lib/composables/suggestedTags.use.d.ts +6 -1
  369. package/lib/composables/useAdminAndDsrState.d.ts +6 -0
  370. package/lib/composables/useAssetUpload.d.ts +2 -1
  371. package/lib/composables/useCanvasTablesPagination.d.ts +10 -8
  372. package/lib/composables/useConnectUpload.d.ts +3 -1
  373. package/lib/composables/useElementHeightResize.d.ts +1 -1
  374. package/lib/composables/useFetchUsers.d.ts +1 -3
  375. package/lib/composables/useFileDisplayHelpers.d.ts +8 -0
  376. package/lib/composables/useLocation.d.ts +1 -1
  377. package/lib/composables/useLocationManipulation.d.ts +1 -1
  378. package/lib/composables/useMetadataFilters.d.ts +8 -6
  379. package/lib/composables/useSharedTranslations.d.ts +10 -0
  380. package/lib/composables/useThemeVars.d.ts +28 -0
  381. package/lib/constants/appsDb.const.d.ts +10 -0
  382. package/lib/constants/cdp.const.d.ts +10 -0
  383. package/lib/constants/i18n.const.d.ts +2 -2
  384. package/lib/constants/pitcherSettings.const.d.ts +1 -0
  385. package/lib/constants/timers.const.d.ts +1 -0
  386. package/lib/directives/tap.d.ts +9 -0
  387. package/lib/directives/usage-track.directive.d.ts +10 -0
  388. package/lib/main.lib.d.ts +11 -0
  389. package/lib/sdk/api/HighLevelApi.d.ts +15 -1
  390. package/lib/sdk/api/modules/admin/files.admin.d.ts +16 -0
  391. package/lib/sdk/api/modules/admin/index.d.ts +4 -0
  392. package/lib/sdk/api/modules/admin/types.admin.d.ts +28 -2
  393. package/lib/sdk/api/modules/canvas.d.ts +5 -1
  394. package/lib/sdk/api/modules/dsr/files.dsr.d.ts +17 -0
  395. package/lib/sdk/api/modules/dsr/types.dsr.d.ts +3 -1
  396. package/lib/sdk/api/modules/files.d.ts +5 -1
  397. package/lib/sdk/api/modules/filesRevisions.d.ts +5 -0
  398. package/lib/sdk/api/modules/index.d.ts +2 -0
  399. package/lib/sdk/api/modules/pspdfkit.d.ts +25 -2
  400. package/lib/sdk/api/modules/share.d.ts +8 -0
  401. package/lib/sdk/api/modules/ui/index.d.ts +14 -14
  402. package/lib/sdk/api/modules/ui/pia.ui.d.ts +4 -4
  403. package/lib/sdk/api/modules/ui/types.ui.d.ts +9 -2
  404. package/lib/sdk/interfaces.d.ts +15 -1
  405. package/lib/sdk/main.d.ts +53 -3
  406. package/lib/sdk/payload.types.d.ts +41 -0
  407. package/lib/theme/light.d.ts +75 -10
  408. package/lib/theme/theme.utils.d.ts +17 -0
  409. package/lib/types/app.d.ts +1 -1
  410. package/lib/types/call.d.ts +10 -1
  411. package/lib/types/canvasTheme.d.ts +11 -0
  412. package/lib/types/canvases.d.ts +1 -0
  413. package/lib/types/instanceSettings.types.d.ts +3 -0
  414. package/lib/types/instanceTags.types.d.ts +3 -0
  415. package/lib/types/launchDarkly.types.d.ts +2 -1
  416. package/lib/types/metadataHighlightProperty.d.ts +8 -0
  417. package/lib/types/organizationSettings.types.d.ts +24 -2
  418. package/lib/types/recentFiles.types.d.ts +1 -0
  419. package/lib/util/date.d.ts +1 -0
  420. package/lib/util/eval.d.ts +2 -0
  421. package/lib/util/jwt.d.ts +1 -0
  422. package/lib/util/network.d.ts +1 -4
  423. package/lib/util/string.d.ts +1 -1
  424. package/lib/util/usage-tracking.util.d.ts +5 -0
  425. package/lib/util/userAgents.d.ts +1 -0
  426. package/package.json +1 -1
  427. package/types/openapi/index.d.ts +6 -6
  428. package/types/openapi/models/AppRelease.d.ts +1 -4
  429. package/types/openapi/models/BulkDeleteMixedObjectsRequest.d.ts +7 -0
  430. package/types/openapi/models/DeletedInstance.d.ts +1 -1
  431. package/types/openapi/models/FavoriteUpdate.d.ts +1 -1
  432. package/types/openapi/models/FavoriteUpdateRequest.d.ts +1 -4
  433. package/types/openapi/models/FileCreate.d.ts +1 -0
  434. package/types/openapi/models/FileRetrieve.d.ts +1 -0
  435. package/types/openapi/models/FileUpdate.d.ts +1 -0
  436. package/types/openapi/models/FolderFile.d.ts +1 -0
  437. package/types/openapi/models/Instance.d.ts +1 -1
  438. package/types/openapi/models/InstanceMembershipRoleEnum.d.ts +2 -0
  439. package/types/openapi/models/InstanceRequest.d.ts +0 -2
  440. package/types/openapi/models/MetadataTemplateField.d.ts +1 -0
  441. package/types/openapi/models/MetadataTemplateFieldRequest.d.ts +1 -0
  442. package/types/openapi/models/PSPDFKitAuthPayload.d.ts +3 -0
  443. package/types/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +3 -0
  444. package/types/openapi/models/PSPDFKitToken.d.ts +6 -0
  445. package/types/openapi/models/PSPDFKitTokenRequest.d.ts +3 -0
  446. package/types/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -3
  447. package/types/openapi/models/PatchedUserRequest.d.ts +2 -2
  448. package/types/openapi/models/User.d.ts +2 -2
  449. package/types/openapi/models/UserRequest.d.ts +2 -2
  450. package/types/openapi/models/UserRoleEnum.d.ts +10 -0
  451. package/lib/apps/canvas-builder/composables/useFetchSectionAnalytics.d.ts +0 -3
  452. package/lib/components/CFileViewer/CFileViewer.use.d.ts +0 -51
  453. package/lib/components/CFileViewer/CFileViewerBottomPdf.vue.d.ts +0 -70
  454. package/lib/components/CFileViewer/CFileViewerSearchResultsSidebar.vue.d.ts +0 -14
  455. package/lib/composables/useFiles.d.ts +0 -10
  456. package/types/openapi/models/AppOrganizationRequest.d.ts +0 -4
  457. package/types/openapi/models/AppRequest.d.ts +0 -8
  458. package/types/openapi/models/DeletedApp.d.ts +0 -22
  459. package/types/openapi/models/MiniPageRequest.d.ts +0 -3
  460. package/types/openapi/models/PaginatedAppReleaseList.d.ts +0 -7
  461. package/types/openapi/models/PatchedAppRequest.d.ts +0 -8
  462. /package/lib/components/CFileViewer/{pageThumbnailFavorite.use.d.ts → pdf/CFileViewer.pageFavorite.pdf.use.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { ComponentNode, CanvasHistoryAction, ComponentTypes } from '@canvas-builder/types/canvas';
1
+ import { CanvasHistoryItem, ComponentNode, CanvasHistoryAction, ComponentTypes } from '@canvas-builder/types/canvas';
2
2
  export default function useCanvasHistory(): {
3
3
  activeHistoryItemIndex: import('vue').ComputedRef<number>;
4
4
  canvasHistory: import('vue').Ref<{
@@ -45,6 +45,7 @@ export default function useCanvasHistory(): {
45
45
  external_url: string;
46
46
  type: "image" | "video";
47
47
  horizontal_alignment?: import('@canvas-builder/types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
48
+ from?: ("custom" | "pexels" | "unsplash" | "ai") | undefined;
48
49
  } | {
49
50
  asset_type: "pitcher_asset";
50
51
  file: {
@@ -66,15 +67,257 @@ export default function useCanvasHistory(): {
66
67
  canvas?: {
67
68
  start_in_loading_mode?: boolean | undefined;
68
69
  } | undefined;
70
+ ui_app?: {
71
+ start_in_loading_mode?: boolean | undefined;
72
+ } | undefined;
69
73
  dsr?: {
70
74
  start_in_loading_mode?: boolean | undefined;
71
75
  } | undefined;
76
+ admin_instance?: {
77
+ start_in_loading_mode?: boolean | undefined;
78
+ } | undefined;
79
+ overlay_app?: {
80
+ start_in_loading_mode?: boolean | undefined;
81
+ } | undefined;
82
+ } | undefined;
83
+ file: {
84
+ id: import('../../../main.lib').FileRetrieve["id"];
85
+ snapshot_id?: import('../../../main.lib').FileRetrieve["id"] | undefined;
86
+ name: import('../../../main.lib').FileRetrieve["name"];
87
+ is_deleted?: boolean | undefined;
88
+ content_url: import('../../../main.lib').FileRetrieve["content_url"];
89
+ content_type: import('../../../main.lib').FileContentTypeEnum | null;
90
+ content_extension: import('../../../main.lib').FileRetrieve["content_extension"];
91
+ permissions?: {
92
+ can_download?: boolean | undefined;
93
+ can_share?: boolean | undefined;
94
+ } | undefined;
95
+ thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
96
+ readonly content_length?: import('../../../main.lib').FileRetrieve["content_length"] | undefined;
97
+ content_thumbnails?: (import('../../../main.lib').FileRetrieve["content_thumbnails"] | null) | undefined;
98
+ readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
99
+ readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
100
+ } | null;
101
+ settings?: Record<string, unknown> | undefined;
102
+ } | {
103
+ items: ({
104
+ file: {
105
+ id: import('../../../main.lib').FileRetrieve["id"];
106
+ snapshot_id?: import('../../../main.lib').FileRetrieve["id"] | undefined;
107
+ name: import('../../../main.lib').FileRetrieve["name"];
108
+ is_deleted?: boolean | undefined;
109
+ content_url?: import('../../../main.lib').FileRetrieve["content_url"] | undefined;
110
+ content_type?: (import('../../../main.lib').FileContentTypeEnum | null) | undefined;
111
+ content_extension?: import('../../../main.lib').FileRetrieve["content_extension"] | undefined;
112
+ permissions?: {
113
+ can_download?: boolean | undefined;
114
+ can_share?: boolean | undefined;
115
+ } | undefined;
116
+ };
117
+ slide: {
118
+ index: number;
119
+ url?: import('../../../main.lib').FileRetrieve["content_thumbnails"][number] | undefined;
120
+ };
121
+ type: "slide";
122
+ } | {
123
+ file: {
124
+ id: import('../../../main.lib').FileRetrieve["id"];
125
+ snapshot_id?: import('../../../main.lib').FileRetrieve["id"] | undefined;
126
+ name: import('../../../main.lib').FileRetrieve["name"];
127
+ is_deleted?: boolean | undefined;
128
+ content_url: import('../../../main.lib').FileRetrieve["content_url"];
129
+ content_type: import('../../../main.lib').FileContentTypeEnum | null;
130
+ content_extension: import('../../../main.lib').FileRetrieve["content_extension"];
131
+ permissions?: {
132
+ can_download?: boolean | undefined;
133
+ can_share?: boolean | undefined;
134
+ } | undefined;
135
+ thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
136
+ readonly content_length?: import('../../../main.lib').FileRetrieve["content_length"] | undefined;
137
+ content_thumbnails?: (import('../../../main.lib').FileRetrieve["content_thumbnails"] | null) | undefined;
138
+ readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
139
+ readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
140
+ };
141
+ type: "file";
142
+ })[];
143
+ size?: "medium" | undefined;
144
+ layout_type?: import('@canvas-builder/types/canvas').ContentGridLayoutTypes | undefined;
145
+ } | {
146
+ sections: {
147
+ id: string;
148
+ style?: Record<string, any> | undefined;
149
+ aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
150
+ background_video_url?: string | undefined;
151
+ }[];
152
+ animation_in?: string | undefined;
153
+ } | {
154
+ html: string;
155
+ } | {
156
+ src: string | null;
157
+ height?: string | undefined;
158
+ width?: string | undefined;
159
+ add_session_context?: boolean | undefined;
160
+ } | {
161
+ alignment?: import('@canvas-builder/types/canvas').LinkAlignmentTypes | undefined;
162
+ background_color?: string | undefined;
163
+ canvas_anchor?: string | undefined;
164
+ color?: string | undefined;
165
+ display_text?: string | undefined;
166
+ font_family?: string | undefined;
167
+ font_size?: number | undefined;
168
+ link_type?: import('@canvas-builder/types/canvas').LinkAnchorTypes | undefined;
169
+ preview_type?: import('@canvas-builder/types/canvas').LinkPreviewTypes | undefined;
170
+ target?: ("_self" | "_blank") | undefined;
171
+ url?: string | undefined;
172
+ } | {
173
+ aspect_ratio?: ("unlocked" | "16:9" | "16:10" | "4:3" | "1:1") | undefined;
174
+ background_video_url?: string | undefined;
175
+ } | {
176
+ events: {
177
+ top_hint?: string | undefined;
178
+ top_hint_style?: Record<string, any> | undefined;
179
+ title?: string | undefined;
180
+ title_style?: Record<string, any> | undefined;
181
+ description?: string | undefined;
182
+ description_style?: Record<string, any> | undefined;
183
+ image_url?: string | undefined;
184
+ image_style?: Record<string, any> | undefined;
185
+ icon?: string | undefined;
186
+ icon_style?: Record<string, any> | undefined;
187
+ card_style?: Record<string, any> | undefined;
188
+ }[];
189
+ layout: "vertical" | "horizontal";
190
+ } | {
191
+ groups: {
192
+ id: string;
193
+ name: string;
194
+ slides: ({
195
+ id: string;
196
+ type: "slide";
197
+ file: {
198
+ readonly id: string;
199
+ readonly content_url: string | null;
200
+ readonly content_type: import('../../../main.lib').FileContentTypeEnum;
201
+ readonly thumbnail_url: string | null;
202
+ permissions?: {
203
+ can_download?: boolean | undefined;
204
+ can_share?: boolean | undefined;
205
+ } | undefined;
206
+ readonly pspdfkit_server_url: string | null;
207
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
208
+ readonly pspdfkit_document_id: string | null;
209
+ };
210
+ slide: {
211
+ index: number;
212
+ url: import('../../../main.lib').FileRetrieve["thumbnail_url"];
213
+ };
214
+ } | {
215
+ id: string;
216
+ type: "file";
217
+ file: {
218
+ readonly id: string;
219
+ readonly content_url: string | null;
220
+ readonly content_type: import('../../../main.lib').FileContentTypeEnum;
221
+ readonly thumbnail_url: string | null;
222
+ permissions?: {
223
+ can_download?: boolean | undefined;
224
+ can_share?: boolean | undefined;
225
+ } | undefined;
226
+ readonly pspdfkit_server_url: string | null;
227
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
228
+ readonly pspdfkit_document_id: string | null;
229
+ };
230
+ })[];
231
+ }[];
232
+ name: string;
233
+ } | undefined;
234
+ children?: any[] | undefined;
235
+ when_used_in_section?: {
236
+ is_editable: boolean;
237
+ is_removable: boolean;
238
+ } | undefined;
239
+ style?: Record<string, any> | undefined;
240
+ tags?: string[] | undefined;
241
+ }[];
242
+ timestamp: string;
243
+ }[], CanvasHistoryItem[] | {
244
+ active?: boolean | undefined;
245
+ action: CanvasHistoryAction;
246
+ componentType: ComponentTypes;
247
+ icon?: string | undefined;
248
+ id: string;
249
+ snapshot: {
250
+ id: string;
251
+ type: ComponentTypes;
252
+ tracking_id: string;
253
+ visible?: {
254
+ edit_mode: boolean;
255
+ presentation_mode: boolean;
256
+ pdf: boolean;
257
+ web: boolean;
258
+ } | undefined;
259
+ allow_admins_to_overwrite?: boolean | undefined;
260
+ autofill?: ("off" | "ai" | "matching_metadata" | "matching_tags" | "matching_metadata_or_tags") | undefined;
261
+ autofill_content_types?: (import('../../../main.lib').FileContentTypeEnum[] | null) | undefined;
262
+ data?: import('@canvas-builder/types/canvas').PageBreakProps | {
263
+ layout_type: import('@canvas-builder/types/canvas').GridLayoutTypes;
264
+ columns: number;
265
+ } | {
266
+ span: number;
267
+ tooltips?: {
268
+ content?: string | undefined;
269
+ content_style?: Record<string, any> | undefined;
270
+ trigger?: string | undefined;
271
+ trigger_style?: Record<string, any> | undefined;
272
+ }[] | undefined;
273
+ } | {
274
+ content?: string | undefined;
275
+ } | {
276
+ images?: {
277
+ url: string;
278
+ is_uploaded_asset?: boolean | undefined;
279
+ }[] | undefined;
280
+ placeholder_height?: string | undefined;
281
+ include_all_images_in_pdf?: boolean | undefined;
282
+ } | {
283
+ asset_type: "external";
284
+ external_url: string;
285
+ type: "image" | "video";
286
+ horizontal_alignment?: import('@canvas-builder/types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
287
+ from?: ("custom" | "pexels" | "unsplash" | "ai") | undefined;
288
+ } | {
289
+ asset_type: "pitcher_asset";
290
+ file: {
291
+ id: import('../../../main.lib').File["id"];
292
+ name: import('../../../main.lib').File["name"];
293
+ content_url?: import('../../../main.lib').File["content_url"] | undefined;
294
+ };
295
+ type: "image" | "video";
296
+ horizontal_alignment?: import('@canvas-builder/types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
297
+ } | {
298
+ type: "app";
299
+ app_name: string;
300
+ src: string | null;
301
+ height?: string | undefined;
302
+ width?: string | undefined;
303
+ embed_locations?: import('../../../main.lib').EmbedLocation[] | undefined;
304
+ headless_locations?: import('../../../main.lib').EmbedLocation[] | undefined;
305
+ properties_by_embed_location?: {
306
+ canvas?: {
307
+ start_in_loading_mode?: boolean | undefined;
308
+ } | undefined;
72
309
  ui_app?: {
73
310
  start_in_loading_mode?: boolean | undefined;
74
311
  } | undefined;
312
+ dsr?: {
313
+ start_in_loading_mode?: boolean | undefined;
314
+ } | undefined;
75
315
  admin_instance?: {
76
316
  start_in_loading_mode?: boolean | undefined;
77
317
  } | undefined;
318
+ overlay_app?: {
319
+ start_in_loading_mode?: boolean | undefined;
320
+ } | undefined;
78
321
  } | undefined;
79
322
  file: {
80
323
  id: import('../../../main.lib').FileRetrieve["id"];
@@ -89,7 +332,7 @@ export default function useCanvasHistory(): {
89
332
  can_share?: boolean | undefined;
90
333
  } | undefined;
91
334
  thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
92
- content_length: import('../../../main.lib').FileRetrieve["content_length"];
335
+ readonly content_length?: import('../../../main.lib').FileRetrieve["content_length"] | undefined;
93
336
  content_thumbnails?: (import('../../../main.lib').FileRetrieve["content_thumbnails"] | null) | undefined;
94
337
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
95
338
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
@@ -129,7 +372,7 @@ export default function useCanvasHistory(): {
129
372
  can_share?: boolean | undefined;
130
373
  } | undefined;
131
374
  thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
132
- content_length: import('../../../main.lib').FileRetrieve["content_length"];
375
+ readonly content_length?: import('../../../main.lib').FileRetrieve["content_length"] | undefined;
133
376
  content_thumbnails?: (import('../../../main.lib').FileRetrieve["content_thumbnails"] | null) | undefined;
134
377
  readonly pspdfkit_server_url?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_server_url"] | undefined;
135
378
  readonly pspdfkit_auth_payload?: import('../../../components/CFileViewer/CFileViewer.types').FileModel["pspdfkit_auth_payload"] | undefined;
@@ -148,6 +391,11 @@ export default function useCanvasHistory(): {
148
391
  animation_in?: string | undefined;
149
392
  } | {
150
393
  html: string;
394
+ } | {
395
+ src: string | null;
396
+ height?: string | undefined;
397
+ width?: string | undefined;
398
+ add_session_context?: boolean | undefined;
151
399
  } | {
152
400
  alignment?: import('@canvas-builder/types/canvas').LinkAlignmentTypes | undefined;
153
401
  background_color?: string | undefined;
@@ -178,1606 +426,56 @@ export default function useCanvasHistory(): {
178
426
  card_style?: Record<string, any> | undefined;
179
427
  }[];
180
428
  layout: "vertical" | "horizontal";
429
+ } | {
430
+ groups: {
431
+ id: string;
432
+ name: string;
433
+ slides: ({
434
+ id: string;
435
+ type: "slide";
436
+ file: {
437
+ readonly id: string;
438
+ readonly content_url: string | null;
439
+ readonly content_type: import('../../../main.lib').FileContentTypeEnum;
440
+ readonly thumbnail_url: string | null;
441
+ permissions?: {
442
+ can_download?: boolean | undefined;
443
+ can_share?: boolean | undefined;
444
+ } | undefined;
445
+ readonly pspdfkit_server_url: string | null;
446
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
447
+ readonly pspdfkit_document_id: string | null;
448
+ };
449
+ slide: {
450
+ index: number;
451
+ url: import('../../../main.lib').FileRetrieve["thumbnail_url"];
452
+ };
453
+ } | {
454
+ id: string;
455
+ type: "file";
456
+ file: {
457
+ readonly id: string;
458
+ readonly content_url: string | null;
459
+ readonly content_type: import('../../../main.lib').FileContentTypeEnum;
460
+ readonly thumbnail_url: string | null;
461
+ permissions?: {
462
+ can_download?: boolean | undefined;
463
+ can_share?: boolean | undefined;
464
+ } | undefined;
465
+ readonly pspdfkit_server_url: string | null;
466
+ readonly pspdfkit_auth_payload: Record<string, any> | null;
467
+ readonly pspdfkit_document_id: string | null;
468
+ };
469
+ })[];
470
+ }[];
471
+ name: string;
181
472
  } | undefined;
182
473
  children?: any[] | undefined;
183
474
  when_used_in_section?: {
184
475
  is_editable: boolean;
185
476
  is_removable: boolean;
186
477
  } | undefined;
187
- style?: {
188
- [x: `--${string}`]: string | number | undefined;
189
- accentColor?: import("csstype").Property.AccentColor | undefined;
190
- alignContent?: import("csstype").Property.AlignContent | undefined;
191
- alignItems?: import("csstype").Property.AlignItems | undefined;
192
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
193
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
194
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
195
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
196
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
197
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
198
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
199
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
200
- animationName?: import("csstype").Property.AnimationName | undefined;
201
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
202
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
203
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
204
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
205
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
206
- appearance?: import("csstype").Property.Appearance | undefined;
207
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
208
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
209
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
210
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
211
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
212
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
213
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
214
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
215
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
216
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
217
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
218
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
219
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
220
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
221
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
222
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
223
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
224
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
225
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
226
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
227
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
228
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
229
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
230
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
231
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
232
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
233
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
234
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
235
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
236
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
237
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
238
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
239
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
240
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
241
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
242
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
243
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
244
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
245
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
246
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
247
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
248
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
249
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
250
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
251
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
252
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
253
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
254
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
255
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
256
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
257
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
258
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
259
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
260
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
261
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
262
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
263
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
264
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
265
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
266
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
267
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
268
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
269
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
270
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
271
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
272
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
273
- breakInside?: import("csstype").Property.BreakInside | undefined;
274
- captionSide?: import("csstype").Property.CaptionSide | undefined;
275
- caretColor?: import("csstype").Property.CaretColor | undefined;
276
- caretShape?: import("csstype").Property.CaretShape | undefined;
277
- clear?: import("csstype").Property.Clear | undefined;
278
- clipPath?: import("csstype").Property.ClipPath | undefined;
279
- color?: import("csstype").Property.Color | undefined;
280
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
281
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
282
- columnCount?: import("csstype").Property.ColumnCount | undefined;
283
- columnFill?: import("csstype").Property.ColumnFill | undefined;
284
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
285
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
286
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
287
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
288
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
289
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
290
- contain?: import("csstype").Property.Contain | undefined;
291
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
292
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
293
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
294
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
295
- containerName?: import("csstype").Property.ContainerName | undefined;
296
- containerType?: import("csstype").Property.ContainerType | undefined;
297
- content?: import("csstype").Property.Content | undefined;
298
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
299
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
300
- counterReset?: import("csstype").Property.CounterReset | undefined;
301
- counterSet?: import("csstype").Property.CounterSet | undefined;
302
- cursor?: import("csstype").Property.Cursor | undefined;
303
- direction?: import("csstype").Property.Direction | undefined;
304
- display?: import("csstype").Property.Display | undefined;
305
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
306
- filter?: import("csstype").Property.Filter | undefined;
307
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
308
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
309
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
310
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
311
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
312
- float?: import("csstype").Property.Float | undefined;
313
- fontFamily?: import("csstype").Property.FontFamily | undefined;
314
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
315
- fontKerning?: import("csstype").Property.FontKerning | undefined;
316
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
317
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
318
- fontPalette?: import("csstype").Property.FontPalette | undefined;
319
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
320
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
321
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
322
- fontStretch?: import("csstype").Property.FontStretch | undefined;
323
- fontStyle?: import("csstype").Property.FontStyle | undefined;
324
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
325
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
326
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
327
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
328
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
329
- fontVariant?: import("csstype").Property.FontVariant | undefined;
330
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
331
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
332
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
333
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
334
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
335
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
336
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
337
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
338
- fontWeight?: import("csstype").Property.FontWeight | undefined;
339
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
340
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
341
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
342
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
343
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
344
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
345
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
346
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
347
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
348
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
349
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
350
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
351
- height?: import("csstype").Property.Height<string | number> | undefined;
352
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
353
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
354
- hyphens?: import("csstype").Property.Hyphens | undefined;
355
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
356
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
357
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
358
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
359
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
360
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
361
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
362
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
363
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
364
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
365
- isolation?: import("csstype").Property.Isolation | undefined;
366
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
367
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
368
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
369
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
370
- left?: import("csstype").Property.Left<string | number> | undefined;
371
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
372
- lineBreak?: import("csstype").Property.LineBreak | undefined;
373
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
374
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
375
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
376
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
377
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
378
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
379
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
380
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
381
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
382
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
383
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
384
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
385
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
386
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
387
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
388
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
389
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
390
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
391
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
392
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
393
- maskClip?: import("csstype").Property.MaskClip | undefined;
394
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
395
- maskImage?: import("csstype").Property.MaskImage | undefined;
396
- maskMode?: import("csstype").Property.MaskMode | undefined;
397
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
398
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
399
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
400
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
401
- maskType?: import("csstype").Property.MaskType | undefined;
402
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
403
- mathDepth?: import("csstype").Property.MathDepth | undefined;
404
- mathShift?: import("csstype").Property.MathShift | undefined;
405
- mathStyle?: import("csstype").Property.MathStyle | undefined;
406
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
407
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
408
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
409
- maxLines?: import("csstype").Property.MaxLines | undefined;
410
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
411
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
412
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
413
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
414
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
415
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
416
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
417
- motionPath?: import("csstype").Property.OffsetPath | undefined;
418
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
419
- objectFit?: import("csstype").Property.ObjectFit | undefined;
420
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
421
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
422
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
423
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
424
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
425
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
426
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
427
- opacity?: import("csstype").Property.Opacity | undefined;
428
- order?: import("csstype").Property.Order | undefined;
429
- orphans?: import("csstype").Property.Orphans | undefined;
430
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
431
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
432
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
433
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
434
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
435
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
436
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
437
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
438
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
439
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
440
- overflowX?: import("csstype").Property.OverflowX | undefined;
441
- overflowY?: import("csstype").Property.OverflowY | undefined;
442
- overlay?: import("csstype").Property.Overlay | undefined;
443
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
444
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
445
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
446
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
447
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
448
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
449
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
450
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
451
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
452
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
453
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
454
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
455
- page?: import("csstype").Property.Page | undefined;
456
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
457
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
458
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
459
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
460
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
461
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
462
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
463
- position?: import("csstype").Property.Position | undefined;
464
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
465
- quotes?: import("csstype").Property.Quotes | undefined;
466
- resize?: import("csstype").Property.Resize | undefined;
467
- right?: import("csstype").Property.Right<string | number> | undefined;
468
- rotate?: import("csstype").Property.Rotate | undefined;
469
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
470
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
471
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
472
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
473
- scale?: import("csstype").Property.Scale | undefined;
474
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
475
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
476
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
477
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
478
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
479
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
480
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
481
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
482
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
483
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
484
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
485
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
486
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
487
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
488
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
489
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
490
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
491
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
492
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
493
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
494
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
495
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
496
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
497
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
498
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
499
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
500
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
501
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
502
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
503
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
504
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
505
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
506
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
507
- tableLayout?: import("csstype").Property.TableLayout | undefined;
508
- textAlign?: import("csstype").Property.TextAlign | undefined;
509
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
510
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
511
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
512
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
513
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
514
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
515
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
516
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
517
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
518
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
519
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
520
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
521
- textJustify?: import("csstype").Property.TextJustify | undefined;
522
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
523
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
524
- textRendering?: import("csstype").Property.TextRendering | undefined;
525
- textShadow?: import("csstype").Property.TextShadow | undefined;
526
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
527
- textTransform?: import("csstype").Property.TextTransform | undefined;
528
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
529
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
530
- textWrap?: import("csstype").Property.TextWrap | undefined;
531
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
532
- top?: import("csstype").Property.Top<string | number> | undefined;
533
- touchAction?: import("csstype").Property.TouchAction | undefined;
534
- transform?: import("csstype").Property.Transform | undefined;
535
- transformBox?: import("csstype").Property.TransformBox | undefined;
536
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
537
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
538
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
539
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
540
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
541
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
542
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
543
- translate?: import("csstype").Property.Translate<string | number> | undefined;
544
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
545
- userSelect?: import("csstype").Property.UserSelect | undefined;
546
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
547
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
548
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
549
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
550
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
551
- visibility?: import("csstype").Property.Visibility | undefined;
552
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
553
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
554
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
555
- widows?: import("csstype").Property.Widows | undefined;
556
- width?: import("csstype").Property.Width<string | number> | undefined;
557
- willChange?: import("csstype").Property.WillChange | undefined;
558
- wordBreak?: import("csstype").Property.WordBreak | undefined;
559
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
560
- wordWrap?: import("csstype").Property.WordWrap | undefined;
561
- writingMode?: import("csstype").Property.WritingMode | undefined;
562
- zIndex?: import("csstype").Property.ZIndex | undefined;
563
- zoom?: import("csstype").Property.Zoom | undefined;
564
- all?: import("csstype").Property.All | undefined;
565
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
566
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
567
- background?: import("csstype").Property.Background<string | number> | undefined;
568
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
569
- border?: import("csstype").Property.Border<string | number> | undefined;
570
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
571
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
572
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
573
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
574
- borderColor?: import("csstype").Property.BorderColor | undefined;
575
- borderImage?: import("csstype").Property.BorderImage | undefined;
576
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
577
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
578
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
579
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
580
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
581
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
582
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
583
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
584
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
585
- caret?: import("csstype").Property.Caret | undefined;
586
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
587
- columns?: import("csstype").Property.Columns<string | number> | undefined;
588
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
589
- container?: import("csstype").Property.Container | undefined;
590
- flex?: import("csstype").Property.Flex<string | number> | undefined;
591
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
592
- font?: import("csstype").Property.Font | undefined;
593
- gap?: import("csstype").Property.Gap<string | number> | undefined;
594
- grid?: import("csstype").Property.Grid | undefined;
595
- gridArea?: import("csstype").Property.GridArea | undefined;
596
- gridColumn?: import("csstype").Property.GridColumn | undefined;
597
- gridRow?: import("csstype").Property.GridRow | undefined;
598
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
599
- inset?: import("csstype").Property.Inset<string | number> | undefined;
600
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
601
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
602
- lineClamp?: import("csstype").Property.LineClamp | undefined;
603
- listStyle?: import("csstype").Property.ListStyle | undefined;
604
- margin?: import("csstype").Property.Margin<string | number> | undefined;
605
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
606
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
607
- mask?: import("csstype").Property.Mask<string | number> | undefined;
608
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
609
- motion?: import("csstype").Property.Offset<string | number> | undefined;
610
- offset?: import("csstype").Property.Offset<string | number> | undefined;
611
- outline?: import("csstype").Property.Outline<string | number> | undefined;
612
- overflow?: import("csstype").Property.Overflow | undefined;
613
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
614
- padding?: import("csstype").Property.Padding<string | number> | undefined;
615
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
616
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
617
- placeContent?: import("csstype").Property.PlaceContent | undefined;
618
- placeItems?: import("csstype").Property.PlaceItems | undefined;
619
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
620
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
621
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
622
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
623
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
624
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
625
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
626
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
627
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
628
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
629
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
630
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
631
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
632
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
633
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
634
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
635
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
636
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
637
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
638
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
639
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
640
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
641
- MozBinding?: import("csstype").Property.MozBinding | undefined;
642
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
643
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
644
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
645
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
646
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
647
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
648
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
649
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
650
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
651
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
652
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
653
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
654
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
655
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
656
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
657
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
658
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
659
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
660
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
661
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
662
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
663
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
664
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
665
- MozOrient?: import("csstype").Property.MozOrient | undefined;
666
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
667
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
668
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
669
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
670
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
671
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
672
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
673
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
674
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
675
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
676
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
677
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
678
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
679
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
680
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
681
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
682
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
683
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
684
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
685
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
686
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
687
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
688
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
689
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
690
- msFilter?: import("csstype").Property.MsFilter | undefined;
691
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
692
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
693
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
694
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
695
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
696
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
697
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
698
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
699
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
700
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
701
- msHyphens?: import("csstype").Property.Hyphens | undefined;
702
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
703
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
704
- msOrder?: import("csstype").Property.Order | undefined;
705
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
706
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
707
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
708
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
709
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
710
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
711
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
712
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
713
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
714
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
715
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
716
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
717
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
718
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
719
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
720
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
721
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
722
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
723
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
724
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
725
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
726
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
727
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
728
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
729
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
730
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
731
- msTransform?: import("csstype").Property.Transform | undefined;
732
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
733
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
734
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
735
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
736
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
737
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
738
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
739
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
740
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
741
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
742
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
743
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
744
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
745
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
746
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
747
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
748
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
749
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
750
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
751
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
752
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
753
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
754
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
755
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
756
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
757
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
758
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
759
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
760
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
761
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
762
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
763
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
764
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
765
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
766
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
767
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
768
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
769
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
770
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
771
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
772
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
773
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
774
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
775
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
776
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
777
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
778
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
779
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
780
- WebkitFilter?: import("csstype").Property.Filter | undefined;
781
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
782
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
783
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
784
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
785
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
786
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
787
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
788
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
789
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
790
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
791
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
792
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
793
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
794
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
795
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
796
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
797
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
798
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
799
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
800
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
801
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
802
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
803
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
804
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
805
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
806
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
807
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
808
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
809
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
810
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
811
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
812
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
813
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
814
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
815
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
816
- WebkitOrder?: import("csstype").Property.Order | undefined;
817
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
818
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
819
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
820
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
821
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
822
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
823
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
824
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
825
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
826
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
827
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
828
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
829
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
830
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
831
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
832
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
833
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
834
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
835
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
836
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
837
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
838
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
839
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
840
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
841
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
842
- WebkitTransform?: import("csstype").Property.Transform | undefined;
843
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
844
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
845
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
846
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
847
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
848
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
849
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
850
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
851
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
852
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
853
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
854
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
855
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
856
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
857
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
858
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
859
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
860
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
861
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
862
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
863
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
864
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
865
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
866
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
867
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
868
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
869
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
870
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
871
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
872
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
873
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
874
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
875
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
876
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
877
- azimuth?: import("csstype").Property.Azimuth | undefined;
878
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
879
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
880
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
881
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
882
- boxLines?: import("csstype").Property.BoxLines | undefined;
883
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
884
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
885
- boxPack?: import("csstype").Property.BoxPack | undefined;
886
- clip?: import("csstype").Property.Clip | undefined;
887
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
888
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
889
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
890
- imeMode?: import("csstype").Property.ImeMode | undefined;
891
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
892
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
893
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
894
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
895
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
896
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
897
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
898
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
899
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
900
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
901
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
902
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
903
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
904
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
905
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
906
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
907
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
908
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
909
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
910
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
911
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
912
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
913
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
914
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
915
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
916
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
917
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
918
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
919
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
920
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
921
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
922
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
923
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
924
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
925
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
926
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
927
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
928
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
929
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
930
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
931
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
932
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
933
- MozOpacity?: import("csstype").Property.Opacity | undefined;
934
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
935
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
936
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
937
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
938
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
939
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
940
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
941
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
942
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
943
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
944
- MozTransform?: import("csstype").Property.Transform | undefined;
945
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
946
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
947
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
948
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
949
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
950
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
951
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
952
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
953
- msImeMode?: import("csstype").Property.ImeMode | undefined;
954
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
955
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
956
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
957
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
958
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
959
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
960
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
961
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
962
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
963
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
964
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
965
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
966
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
967
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
968
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
969
- OTransform?: import("csstype").Property.Transform | undefined;
970
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
971
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
972
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
973
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
974
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
975
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
976
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
977
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
978
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
979
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
980
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
981
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
982
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
983
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
984
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
985
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
986
- clipRule?: import("csstype").Property.ClipRule | undefined;
987
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
988
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
989
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
990
- fill?: import("csstype").Property.Fill | undefined;
991
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
992
- fillRule?: import("csstype").Property.FillRule | undefined;
993
- floodColor?: import("csstype").Property.FloodColor | undefined;
994
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
995
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
996
- lightingColor?: import("csstype").Property.LightingColor | undefined;
997
- marker?: import("csstype").Property.Marker | undefined;
998
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
999
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1000
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1001
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1002
- stopColor?: import("csstype").Property.StopColor | undefined;
1003
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1004
- stroke?: import("csstype").Property.Stroke | undefined;
1005
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1006
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1007
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1008
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1009
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1010
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1011
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1012
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1013
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1014
- "accent-color"?: import("csstype").Property.AccentColor | undefined;
1015
- "align-content"?: import("csstype").Property.AlignContent | undefined;
1016
- "align-items"?: import("csstype").Property.AlignItems | undefined;
1017
- "align-self"?: import("csstype").Property.AlignSelf | undefined;
1018
- "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
1019
- "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
1020
- "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1021
- "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1022
- "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1023
- "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1024
- "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1025
- "animation-name"?: import("csstype").Property.AnimationName | undefined;
1026
- "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1027
- "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1028
- "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1029
- "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
1030
- "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1031
- "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
1032
- "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1033
- "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1034
- "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
1035
- "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
1036
- "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1037
- "background-color"?: import("csstype").Property.BackgroundColor | undefined;
1038
- "background-image"?: import("csstype").Property.BackgroundImage | undefined;
1039
- "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1040
- "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1041
- "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1042
- "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
1043
- "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1044
- "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
1045
- "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
1046
- "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
1047
- "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
1048
- "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
1049
- "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1050
- "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
1051
- "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
1052
- "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1053
- "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
1054
- "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1055
- "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
1056
- "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1057
- "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1058
- "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
1059
- "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1060
- "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
1061
- "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1062
- "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1063
- "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1064
- "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
1065
- "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1066
- "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
1067
- "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1068
- "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
1069
- "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1070
- "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1071
- "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1072
- "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1073
- "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1074
- "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1075
- "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
1076
- "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1077
- "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
1078
- "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
1079
- "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1080
- "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
1081
- "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
1082
- "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1083
- "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1084
- "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1085
- "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1086
- "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
1087
- "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1088
- "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1089
- "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
1090
- "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1091
- "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1092
- "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1093
- "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1094
- "break-after"?: import("csstype").Property.BreakAfter | undefined;
1095
- "break-before"?: import("csstype").Property.BreakBefore | undefined;
1096
- "break-inside"?: import("csstype").Property.BreakInside | undefined;
1097
- "caption-side"?: import("csstype").Property.CaptionSide | undefined;
1098
- "caret-color"?: import("csstype").Property.CaretColor | undefined;
1099
- "caret-shape"?: import("csstype").Property.CaretShape | undefined;
1100
- "clip-path"?: import("csstype").Property.ClipPath | undefined;
1101
- "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1102
- "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
1103
- "column-count"?: import("csstype").Property.ColumnCount | undefined;
1104
- "column-fill"?: import("csstype").Property.ColumnFill | undefined;
1105
- "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
1106
- "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1107
- "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1108
- "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1109
- "column-span"?: import("csstype").Property.ColumnSpan | undefined;
1110
- "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1111
- "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1112
- "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1113
- "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1114
- "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1115
- "container-name"?: import("csstype").Property.ContainerName | undefined;
1116
- "container-type"?: import("csstype").Property.ContainerType | undefined;
1117
- "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
1118
- "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
1119
- "counter-reset"?: import("csstype").Property.CounterReset | undefined;
1120
- "counter-set"?: import("csstype").Property.CounterSet | undefined;
1121
- "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
1122
- "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1123
- "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1124
- "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1125
- "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1126
- "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1127
- "font-family"?: import("csstype").Property.FontFamily | undefined;
1128
- "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1129
- "font-kerning"?: import("csstype").Property.FontKerning | undefined;
1130
- "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1131
- "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
1132
- "font-palette"?: import("csstype").Property.FontPalette | undefined;
1133
- "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
1134
- "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
1135
- "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1136
- "font-stretch"?: import("csstype").Property.FontStretch | undefined;
1137
- "font-style"?: import("csstype").Property.FontStyle | undefined;
1138
- "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
1139
- "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
1140
- "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1141
- "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
1142
- "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
1143
- "font-variant"?: import("csstype").Property.FontVariant | undefined;
1144
- "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
1145
- "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
1146
- "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
1147
- "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
1148
- "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1149
- "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
1150
- "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
1151
- "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
1152
- "font-weight"?: import("csstype").Property.FontWeight | undefined;
1153
- "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
1154
- "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1155
- "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
1156
- "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1157
- "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
1158
- "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
1159
- "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
1160
- "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
1161
- "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
1162
- "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1163
- "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1164
- "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
1165
- "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1166
- "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
1167
- "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
1168
- "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
1169
- "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
1170
- "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1171
- "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
1172
- "input-security"?: import("csstype").Property.InputSecurity | undefined;
1173
- "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1174
- "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1175
- "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1176
- "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1177
- "justify-content"?: import("csstype").Property.JustifyContent | undefined;
1178
- "justify-items"?: import("csstype").Property.JustifyItems | undefined;
1179
- "justify-self"?: import("csstype").Property.JustifySelf | undefined;
1180
- "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
1181
- "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1182
- "line-break"?: import("csstype").Property.LineBreak | undefined;
1183
- "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
1184
- "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1185
- "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
1186
- "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
1187
- "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
1188
- "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1189
- "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1190
- "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
1191
- "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1192
- "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1193
- "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
1194
- "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
1195
- "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
1196
- "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
1197
- "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
1198
- "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1199
- "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1200
- "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1201
- "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
1202
- "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1203
- "mask-clip"?: import("csstype").Property.MaskClip | undefined;
1204
- "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
1205
- "mask-image"?: import("csstype").Property.MaskImage | undefined;
1206
- "mask-mode"?: import("csstype").Property.MaskMode | undefined;
1207
- "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
1208
- "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
1209
- "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1210
- "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1211
- "mask-type"?: import("csstype").Property.MaskType | undefined;
1212
- "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1213
- "math-depth"?: import("csstype").Property.MathDepth | undefined;
1214
- "math-shift"?: import("csstype").Property.MathShift | undefined;
1215
- "math-style"?: import("csstype").Property.MathStyle | undefined;
1216
- "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1217
- "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
1218
- "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1219
- "max-lines"?: import("csstype").Property.MaxLines | undefined;
1220
- "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
1221
- "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1222
- "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
1223
- "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1224
- "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
1225
- "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
1226
- "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1227
- "motion-path"?: import("csstype").Property.OffsetPath | undefined;
1228
- "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1229
- "object-fit"?: import("csstype").Property.ObjectFit | undefined;
1230
- "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1231
- "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1232
- "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1233
- "offset-path"?: import("csstype").Property.OffsetPath | undefined;
1234
- "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1235
- "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
1236
- "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1237
- "outline-color"?: import("csstype").Property.OutlineColor | undefined;
1238
- "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1239
- "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1240
- "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1241
- "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
1242
- "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
1243
- "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
1244
- "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1245
- "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
1246
- "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
1247
- "overflow-x"?: import("csstype").Property.OverflowX | undefined;
1248
- "overflow-y"?: import("csstype").Property.OverflowY | undefined;
1249
- "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1250
- "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1251
- "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
1252
- "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
1253
- "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1254
- "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1255
- "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1256
- "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1257
- "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1258
- "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1259
- "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
1260
- "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
1261
- "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
1262
- "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
1263
- "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
1264
- "paint-order"?: import("csstype").Property.PaintOrder | undefined;
1265
- "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1266
- "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
1267
- "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1268
- "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
1269
- "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
1270
- "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
1271
- "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1272
- "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
1273
- "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1274
- "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1275
- "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1276
- "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1277
- "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1278
- "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1279
- "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1280
- "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1281
- "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1282
- "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1283
- "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1284
- "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1285
- "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1286
- "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1287
- "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1288
- "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1289
- "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
1290
- "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1291
- "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1292
- "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1293
- "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1294
- "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
1295
- "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1296
- "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
1297
- "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
1298
- "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
1299
- "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
1300
- "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
1301
- "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
1302
- "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1303
- "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
1304
- "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1305
- "table-layout"?: import("csstype").Property.TableLayout | undefined;
1306
- "text-align"?: import("csstype").Property.TextAlign | undefined;
1307
- "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1308
- "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
1309
- "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1310
- "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1311
- "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1312
- "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
1313
- "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1314
- "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1315
- "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1316
- "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1317
- "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1318
- "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
1319
- "text-justify"?: import("csstype").Property.TextJustify | undefined;
1320
- "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1321
- "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1322
- "text-rendering"?: import("csstype").Property.TextRendering | undefined;
1323
- "text-shadow"?: import("csstype").Property.TextShadow | undefined;
1324
- "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1325
- "text-transform"?: import("csstype").Property.TextTransform | undefined;
1326
- "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1327
- "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1328
- "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1329
- "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1330
- "touch-action"?: import("csstype").Property.TouchAction | undefined;
1331
- "transform-box"?: import("csstype").Property.TransformBox | undefined;
1332
- "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1333
- "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1334
- "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1335
- "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1336
- "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1337
- "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1338
- "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1339
- "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1340
- "user-select"?: import("csstype").Property.UserSelect | undefined;
1341
- "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1342
- "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1343
- "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1344
- "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1345
- "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1346
- "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1347
- "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1348
- "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
1349
- "will-change"?: import("csstype").Property.WillChange | undefined;
1350
- "word-break"?: import("csstype").Property.WordBreak | undefined;
1351
- "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1352
- "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1353
- "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1354
- "z-index"?: import("csstype").Property.ZIndex | undefined;
1355
- "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1356
- "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1357
- "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1358
- "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1359
- "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1360
- "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
1361
- "border-color"?: import("csstype").Property.BorderColor | undefined;
1362
- "border-image"?: import("csstype").Property.BorderImage | undefined;
1363
- "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
1364
- "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1365
- "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1366
- "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
1367
- "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1368
- "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
1369
- "border-style"?: import("csstype").Property.BorderStyle | undefined;
1370
- "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
1371
- "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
1372
- "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1373
- "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1374
- "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1375
- "grid-area"?: import("csstype").Property.GridArea | undefined;
1376
- "grid-column"?: import("csstype").Property.GridColumn | undefined;
1377
- "grid-row"?: import("csstype").Property.GridRow | undefined;
1378
- "grid-template"?: import("csstype").Property.GridTemplate | undefined;
1379
- "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1380
- "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1381
- "line-clamp"?: import("csstype").Property.LineClamp | undefined;
1382
- "list-style"?: import("csstype").Property.ListStyle | undefined;
1383
- "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
1384
- "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
1385
- "mask-border"?: import("csstype").Property.MaskBorder | undefined;
1386
- "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
1387
- "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1388
- "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
1389
- "place-content"?: import("csstype").Property.PlaceContent | undefined;
1390
- "place-items"?: import("csstype").Property.PlaceItems | undefined;
1391
- "place-self"?: import("csstype").Property.PlaceSelf | undefined;
1392
- "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1393
- "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1394
- "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1395
- "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1396
- "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1397
- "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1398
- "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1399
- "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1400
- "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1401
- "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1402
- "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1403
- "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1404
- "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1405
- "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1406
- "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1407
- "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1408
- "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
1409
- "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1410
- "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1411
- "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1412
- "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1413
- "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1414
- "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1415
- "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1416
- "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1417
- "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
1418
- "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
1419
- "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1420
- "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1421
- "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
1422
- "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1423
- "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
1424
- "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1425
- "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1426
- "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1427
- "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1428
- "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1429
- "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
1430
- "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1431
- "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1432
- "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
1433
- "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
1434
- "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1435
- "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1436
- "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1437
- "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1438
- "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1439
- "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1440
- "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1441
- "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1442
- "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1443
- "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1444
- "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1445
- "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1446
- "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1447
- "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1448
- "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1449
- "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1450
- "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
1451
- "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
1452
- "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
1453
- "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
1454
- "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
1455
- "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
1456
- "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1457
- "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1458
- "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1459
- "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
1460
- "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
1461
- "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
1462
- "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1463
- "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
1464
- "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
1465
- "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
1466
- "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1467
- "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
1468
- "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
1469
- "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1470
- "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1471
- "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1472
- "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
1473
- "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
1474
- "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
1475
- "-ms-order"?: import("csstype").Property.Order | undefined;
1476
- "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
1477
- "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
1478
- "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
1479
- "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
1480
- "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1481
- "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1482
- "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1483
- "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1484
- "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
1485
- "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1486
- "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1487
- "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
1488
- "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
1489
- "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1490
- "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1491
- "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1492
- "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1493
- "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1494
- "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1495
- "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1496
- "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1497
- "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
1498
- "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
1499
- "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1500
- "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
1501
- "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
1502
- "-ms-transform"?: import("csstype").Property.Transform | undefined;
1503
- "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1504
- "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1505
- "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1506
- "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1507
- "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1508
- "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
1509
- "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
1510
- "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
1511
- "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1512
- "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
1513
- "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1514
- "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
1515
- "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
1516
- "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
1517
- "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1518
- "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1519
- "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1520
- "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1521
- "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1522
- "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
1523
- "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1524
- "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1525
- "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
1526
- "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1527
- "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1528
- "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1529
- "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1530
- "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1531
- "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1532
- "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1533
- "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1534
- "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1535
- "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1536
- "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1537
- "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1538
- "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1539
- "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1540
- "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1541
- "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1542
- "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1543
- "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
1544
- "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
1545
- "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1546
- "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1547
- "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1548
- "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1549
- "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
1550
- "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1551
- "-webkit-filter"?: import("csstype").Property.Filter | undefined;
1552
- "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1553
- "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1554
- "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1555
- "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1556
- "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1557
- "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1558
- "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
1559
- "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1560
- "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1561
- "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1562
- "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
1563
- "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1564
- "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
1565
- "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
1566
- "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
1567
- "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1568
- "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1569
- "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
1570
- "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1571
- "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1572
- "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1573
- "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
1574
- "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1575
- "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
1576
- "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
1577
- "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
1578
- "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
1579
- "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1580
- "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1581
- "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1582
- "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
1583
- "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1584
- "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1585
- "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1586
- "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1587
- "-webkit-order"?: import("csstype").Property.Order | undefined;
1588
- "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1589
- "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1590
- "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1591
- "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1592
- "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1593
- "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1594
- "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1595
- "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1596
- "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1597
- "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1598
- "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
1599
- "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1600
- "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1601
- "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1602
- "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1603
- "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1604
- "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1605
- "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1606
- "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
1607
- "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1608
- "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1609
- "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1610
- "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1611
- "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1612
- "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
1613
- "-webkit-transform"?: import("csstype").Property.Transform | undefined;
1614
- "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1615
- "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1616
- "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1617
- "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1618
- "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1619
- "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1620
- "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
1621
- "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
1622
- "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1623
- "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1624
- "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
1625
- "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1626
- "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1627
- "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1628
- "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
1629
- "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
1630
- "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1631
- "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
1632
- "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
1633
- "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
1634
- "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1635
- "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1636
- "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1637
- "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
1638
- "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1639
- "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1640
- "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1641
- "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1642
- "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1643
- "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
1644
- "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
1645
- "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1646
- "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1647
- "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1648
- "box-align"?: import("csstype").Property.BoxAlign | undefined;
1649
- "box-direction"?: import("csstype").Property.BoxDirection | undefined;
1650
- "box-flex"?: import("csstype").Property.BoxFlex | undefined;
1651
- "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1652
- "box-lines"?: import("csstype").Property.BoxLines | undefined;
1653
- "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1654
- "box-orient"?: import("csstype").Property.BoxOrient | undefined;
1655
- "box-pack"?: import("csstype").Property.BoxPack | undefined;
1656
- "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1657
- "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
1658
- "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
1659
- "ime-mode"?: import("csstype").Property.ImeMode | undefined;
1660
- "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1661
- "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1662
- "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1663
- "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1664
- "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1665
- "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1666
- "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1667
- "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1668
- "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
1669
- "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
1670
- "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
1671
- "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
1672
- "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
1673
- "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1674
- "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1675
- "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1676
- "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
1677
- "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1678
- "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1679
- "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
1680
- "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
1681
- "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
1682
- "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
1683
- "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1684
- "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1685
- "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
1686
- "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1687
- "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1688
- "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1689
- "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1690
- "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1691
- "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1692
- "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1693
- "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
1694
- "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1695
- "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1696
- "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1697
- "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1698
- "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
1699
- "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1700
- "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
1701
- "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1702
- "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
1703
- "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
1704
- "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
1705
- "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1706
- "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1707
- "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1708
- "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1709
- "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1710
- "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1711
- "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1712
- "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1713
- "-moz-transform"?: import("csstype").Property.Transform | undefined;
1714
- "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1715
- "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1716
- "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1717
- "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1718
- "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1719
- "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1720
- "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1721
- "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
1722
- "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
1723
- "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1724
- "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1725
- "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1726
- "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1727
- "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1728
- "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1729
- "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
1730
- "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1731
- "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1732
- "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1733
- "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
1734
- "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
1735
- "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1736
- "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1737
- "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1738
- "-o-transform"?: import("csstype").Property.Transform | undefined;
1739
- "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1740
- "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1741
- "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1742
- "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1743
- "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1744
- "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1745
- "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
1746
- "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1747
- "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1748
- "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1749
- "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
1750
- "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1751
- "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1752
- "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
1753
- "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
1754
- "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
1755
- "clip-rule"?: import("csstype").Property.ClipRule | undefined;
1756
- "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
1757
- "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
1758
- "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
1759
- "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
1760
- "fill-rule"?: import("csstype").Property.FillRule | undefined;
1761
- "flood-color"?: import("csstype").Property.FloodColor | undefined;
1762
- "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
1763
- "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
1764
- "lighting-color"?: import("csstype").Property.LightingColor | undefined;
1765
- "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
1766
- "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
1767
- "marker-start"?: import("csstype").Property.MarkerStart | undefined;
1768
- "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
1769
- "stop-color"?: import("csstype").Property.StopColor | undefined;
1770
- "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
1771
- "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1772
- "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1773
- "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
1774
- "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
1775
- "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
1776
- "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
1777
- "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1778
- "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
1779
- "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
1780
- } | undefined;
478
+ style?: Record<string, any> | undefined;
1781
479
  tags?: string[] | undefined;
1782
480
  }[];
1783
481
  timestamp: string;