@eslamdevui/ui 3.3.0 → 3.3.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (288) hide show
  1. package/.nuxt/ui/button.ts +42 -42
  2. package/.nuxt/ui/command-palette.ts +2 -1
  3. package/.nuxt/ui/file-upload.ts +295 -0
  4. package/.nuxt/ui/index.ts +2 -0
  5. package/.nuxt/ui/kbd.ts +167 -3
  6. package/.nuxt/ui/scroll-to-section.ts +3 -0
  7. package/.nuxt/ui/table.ts +14 -0
  8. package/.nuxt/ui/tabs.ts +4 -2
  9. package/.nuxt/ui/toast.ts +8 -15
  10. package/.nuxt/ui/tooltip.ts +1 -1
  11. package/cli/templates.mjs +4 -3
  12. package/dist/module.d.mts +15 -1
  13. package/dist/module.json +2 -2
  14. package/dist/module.mjs +3 -3
  15. package/dist/runtime/components/Accordion.vue.d.ts +1 -1
  16. package/dist/runtime/components/Alert.vue.d.ts +2 -2
  17. package/dist/runtime/components/App.vue.d.ts +1 -1
  18. package/dist/runtime/components/Avatar.vue.d.ts +1 -1
  19. package/dist/runtime/components/AvatarGroup.vue.d.ts +1 -1
  20. package/dist/runtime/components/Badge.vue.d.ts +1 -1
  21. package/dist/runtime/components/Banner.vue.d.ts +1 -5
  22. package/dist/runtime/components/BlogPost.vue.d.ts +1 -1
  23. package/dist/runtime/components/BlogPosts.vue.d.ts +1 -1
  24. package/dist/runtime/components/Breadcrumb.vue.d.ts +1 -1
  25. package/dist/runtime/components/Button.vue +6 -6
  26. package/dist/runtime/components/Button.vue.d.ts +1 -5
  27. package/dist/runtime/components/ButtonGroup.vue.d.ts +1 -1
  28. package/dist/runtime/components/Calendar.vue.d.ts +1 -1
  29. package/dist/runtime/components/Card.vue.d.ts +1 -1
  30. package/dist/runtime/components/Carousel.vue +18 -14
  31. package/dist/runtime/components/Carousel.vue.d.ts +1 -1
  32. package/dist/runtime/components/ChangelogVersion.vue.d.ts +1 -1
  33. package/dist/runtime/components/ChangelogVersions.vue.d.ts +1 -1
  34. package/dist/runtime/components/ChatMessage.vue.d.ts +4 -8
  35. package/dist/runtime/components/ChatMessages.vue.d.ts +1 -1
  36. package/dist/runtime/components/ChatPalette.vue.d.ts +1 -1
  37. package/dist/runtime/components/ChatPrompt.vue.d.ts +1 -1
  38. package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +1 -1
  39. package/dist/runtime/components/Checkbox.vue.d.ts +1 -1
  40. package/dist/runtime/components/CheckboxGroup.vue.d.ts +1 -1
  41. package/dist/runtime/components/Chip.vue.d.ts +2 -2
  42. package/dist/runtime/components/Collapsible.vue.d.ts +1 -1
  43. package/dist/runtime/components/ColorPicker.vue +1 -2
  44. package/dist/runtime/components/ColorPicker.vue.d.ts +1 -1
  45. package/dist/runtime/components/CommandPalette.vue +4 -0
  46. package/dist/runtime/components/CommandPalette.vue.d.ts +9 -4
  47. package/dist/runtime/components/Container.vue.d.ts +1 -1
  48. package/dist/runtime/components/ContextMenu.vue.d.ts +1 -1
  49. package/dist/runtime/components/ContextMenuContent.vue.d.ts +1 -1
  50. package/dist/runtime/components/DashboardGroup.vue.d.ts +1 -1
  51. package/dist/runtime/components/DashboardNavbar.vue.d.ts +1 -1
  52. package/dist/runtime/components/DashboardPanel.vue.d.ts +1 -1
  53. package/dist/runtime/components/DashboardResizeHandle.vue.d.ts +1 -1
  54. package/dist/runtime/components/DashboardSearchButton.vue.d.ts +1 -1
  55. package/dist/runtime/components/DashboardSidebar.vue.d.ts +1 -1
  56. package/dist/runtime/components/DashboardSidebarCollapse.vue.d.ts +1 -1
  57. package/dist/runtime/components/DashboardSidebarToggle.vue +5 -2
  58. package/dist/runtime/components/DashboardSidebarToggle.vue.d.ts +1 -1
  59. package/dist/runtime/components/DashboardToolbar.vue.d.ts +3 -3
  60. package/dist/runtime/components/Drawer.vue +4 -4
  61. package/dist/runtime/components/Drawer.vue.d.ts +6 -1
  62. package/dist/runtime/components/DropdownMenu.vue.d.ts +1 -1
  63. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +8 -5
  64. package/dist/runtime/components/Error.vue.d.ts +1 -1
  65. package/dist/runtime/components/FileUpload.vue +242 -0
  66. package/dist/runtime/components/FileUpload.vue.d.ts +167 -0
  67. package/dist/runtime/components/Footer.vue.d.ts +1 -1
  68. package/dist/runtime/components/FooterColumns.vue.d.ts +1 -1
  69. package/dist/runtime/components/Form.vue.d.ts +5 -4
  70. package/dist/runtime/components/FormField.vue +2 -2
  71. package/dist/runtime/components/FormField.vue.d.ts +4 -4
  72. package/dist/runtime/components/Header.vue.d.ts +1 -1
  73. package/dist/runtime/components/Icon.vue.d.ts +1 -1
  74. package/dist/runtime/components/Input.vue +10 -7
  75. package/dist/runtime/components/Input.vue.d.ts +9 -9
  76. package/dist/runtime/components/InputMenu.vue +17 -10
  77. package/dist/runtime/components/InputMenu.vue.d.ts +17 -14
  78. package/dist/runtime/components/InputNumber.vue.d.ts +4 -4
  79. package/dist/runtime/components/InputTags.vue +2 -0
  80. package/dist/runtime/components/InputTags.vue.d.ts +5 -3
  81. package/dist/runtime/components/Kbd.vue +2 -1
  82. package/dist/runtime/components/Kbd.vue.d.ts +5 -1
  83. package/dist/runtime/components/Link.vue +6 -5
  84. package/dist/runtime/components/Link.vue.d.ts +1 -3
  85. package/dist/runtime/components/LinkBase.vue.d.ts +1 -1
  86. package/dist/runtime/components/Main.vue.d.ts +1 -1
  87. package/dist/runtime/components/Modal.vue.d.ts +2 -2
  88. package/dist/runtime/components/NavigationMenu.vue +3 -2
  89. package/dist/runtime/components/NavigationMenu.vue.d.ts +1 -1
  90. package/dist/runtime/components/OverlayProvider.vue.d.ts +1 -1
  91. package/dist/runtime/components/Page.vue.d.ts +1 -1
  92. package/dist/runtime/components/PageAccordion.vue.d.ts +1 -1
  93. package/dist/runtime/components/PageAnchors.vue.d.ts +1 -1
  94. package/dist/runtime/components/PageAside.vue.d.ts +1 -1
  95. package/dist/runtime/components/PageBody.vue.d.ts +1 -1
  96. package/dist/runtime/components/PageCTA.vue.d.ts +1 -1
  97. package/dist/runtime/components/PageCard.vue.d.ts +1 -1
  98. package/dist/runtime/components/PageColumns.vue.d.ts +1 -1
  99. package/dist/runtime/components/PageFeature.vue.d.ts +1 -1
  100. package/dist/runtime/components/PageGrid.vue.d.ts +1 -1
  101. package/dist/runtime/components/PageHeader.vue.d.ts +1 -1
  102. package/dist/runtime/components/PageHero.vue.d.ts +1 -1
  103. package/dist/runtime/components/PageLinks.vue.d.ts +1 -1
  104. package/dist/runtime/components/PageList.vue.d.ts +1 -1
  105. package/dist/runtime/components/PageLogos.vue.d.ts +1 -1
  106. package/dist/runtime/components/PageMarquee.vue.d.ts +1 -1
  107. package/dist/runtime/components/PageSection.vue.d.ts +1 -1
  108. package/dist/runtime/components/Pagination.vue.d.ts +1 -1
  109. package/dist/runtime/components/PinInput.vue.d.ts +1 -1
  110. package/dist/runtime/components/Popover.vue +2 -1
  111. package/dist/runtime/components/Popover.vue.d.ts +8 -2
  112. package/dist/runtime/components/PricingPlan.vue.d.ts +1 -1
  113. package/dist/runtime/components/PricingPlans.vue.d.ts +1 -1
  114. package/dist/runtime/components/PricingTable.vue +90 -33
  115. package/dist/runtime/components/PricingTable.vue.d.ts +1 -1
  116. package/dist/runtime/components/Progress.vue.d.ts +1 -1
  117. package/dist/runtime/components/RadioGroup.vue +1 -1
  118. package/dist/runtime/components/RadioGroup.vue.d.ts +5 -4
  119. package/dist/runtime/components/ScrollToSection.vue +62 -0
  120. package/dist/runtime/components/ScrollToSection.vue.d.ts +36 -0
  121. package/dist/runtime/components/Select.vue.d.ts +1 -1
  122. package/dist/runtime/components/SelectMenu.vue +9 -6
  123. package/dist/runtime/components/SelectMenu.vue.d.ts +4 -4
  124. package/dist/runtime/components/Separator.vue.d.ts +1 -1
  125. package/dist/runtime/components/Skeleton.vue.d.ts +1 -1
  126. package/dist/runtime/components/Slideover.vue.d.ts +2 -2
  127. package/dist/runtime/components/Slider.vue.d.ts +5 -5
  128. package/dist/runtime/components/Stepper.vue.d.ts +1 -1
  129. package/dist/runtime/components/Switch.vue.d.ts +1 -1
  130. package/dist/runtime/components/Table.vue +83 -8
  131. package/dist/runtime/components/Table.vue.d.ts +20 -4
  132. package/dist/runtime/components/Tabs.vue +26 -5
  133. package/dist/runtime/components/Tabs.vue.d.ts +8 -3
  134. package/dist/runtime/components/Textarea.vue +10 -7
  135. package/dist/runtime/components/Textarea.vue.d.ts +10 -9
  136. package/dist/runtime/components/Timeline.vue.d.ts +1 -1
  137. package/dist/runtime/components/Toast.vue +12 -4
  138. package/dist/runtime/components/Toast.vue.d.ts +14 -13
  139. package/dist/runtime/components/Toaster.vue.d.ts +1 -1
  140. package/dist/runtime/components/Tooltip.vue +2 -1
  141. package/dist/runtime/components/Tooltip.vue.d.ts +8 -2
  142. package/dist/runtime/components/Tree.vue +3 -2
  143. package/dist/runtime/components/Tree.vue.d.ts +1 -1
  144. package/dist/runtime/components/User.vue.d.ts +1 -1
  145. package/dist/runtime/components/color-mode/ColorModeAvatar.vue.d.ts +1 -1
  146. package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +1 -1
  147. package/dist/runtime/components/color-mode/ColorModeImage.vue.d.ts +1 -1
  148. package/dist/runtime/components/color-mode/ColorModeSelect.vue +1 -1
  149. package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +1 -1
  150. package/dist/runtime/components/color-mode/ColorModeSwitch.vue.d.ts +1 -1
  151. package/dist/runtime/components/content/ContentNavigation.vue.d.ts +1 -1
  152. package/dist/runtime/components/content/ContentSearch.vue +17 -7
  153. package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +1 -1
  154. package/dist/runtime/components/content/ContentSurround.vue +10 -4
  155. package/dist/runtime/components/content/ContentSurround.vue.d.ts +1 -1
  156. package/dist/runtime/components/content/ContentToc.vue.d.ts +1 -1
  157. package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -1
  158. package/dist/runtime/components/prose/A.vue.d.ts +1 -1
  159. package/dist/runtime/components/prose/Accordion.vue.d.ts +1 -1
  160. package/dist/runtime/components/prose/AccordionItem.vue.d.ts +1 -1
  161. package/dist/runtime/components/prose/Badge.vue.d.ts +1 -1
  162. package/dist/runtime/components/prose/Blockquote.vue.d.ts +1 -1
  163. package/dist/runtime/components/prose/Callout.vue.d.ts +1 -1
  164. package/dist/runtime/components/prose/Card.vue.d.ts +1 -1
  165. package/dist/runtime/components/prose/CardGroup.vue.d.ts +1 -1
  166. package/dist/runtime/components/prose/Code.vue.d.ts +1 -1
  167. package/dist/runtime/components/prose/CodeCollapse.vue.d.ts +1 -1
  168. package/dist/runtime/components/prose/CodeGroup.vue.d.ts +1 -1
  169. package/dist/runtime/components/prose/CodeIcon.vue.d.ts +1 -1
  170. package/dist/runtime/components/prose/CodePreview.vue.d.ts +1 -1
  171. package/dist/runtime/components/prose/CodeTree.vue.d.ts +1 -1
  172. package/dist/runtime/components/prose/Collapsible.vue.d.ts +1 -1
  173. package/dist/runtime/components/prose/Em.vue.d.ts +1 -1
  174. package/dist/runtime/components/prose/Field.vue.d.ts +1 -1
  175. package/dist/runtime/components/prose/FieldGroup.vue.d.ts +1 -1
  176. package/dist/runtime/components/prose/H1.vue.d.ts +1 -1
  177. package/dist/runtime/components/prose/H2.vue.d.ts +1 -1
  178. package/dist/runtime/components/prose/H3.vue.d.ts +1 -1
  179. package/dist/runtime/components/prose/H4.vue.d.ts +1 -1
  180. package/dist/runtime/components/prose/Hr.vue.d.ts +1 -1
  181. package/dist/runtime/components/prose/Icon.vue.d.ts +1 -1
  182. package/dist/runtime/components/prose/Img.vue.d.ts +1 -1
  183. package/dist/runtime/components/prose/Kbd.vue.d.ts +1 -1
  184. package/dist/runtime/components/prose/Li.vue.d.ts +1 -1
  185. package/dist/runtime/components/prose/Ol.vue.d.ts +1 -1
  186. package/dist/runtime/components/prose/P.vue.d.ts +1 -1
  187. package/dist/runtime/components/prose/Pre.vue.d.ts +1 -1
  188. package/dist/runtime/components/prose/Script.vue.d.ts +1 -1
  189. package/dist/runtime/components/prose/Steps.vue.d.ts +1 -1
  190. package/dist/runtime/components/prose/Strong.vue.d.ts +1 -1
  191. package/dist/runtime/components/prose/Table.vue.d.ts +1 -1
  192. package/dist/runtime/components/prose/Tabs.vue.d.ts +1 -1
  193. package/dist/runtime/components/prose/TabsItem.vue.d.ts +1 -1
  194. package/dist/runtime/components/prose/Tbody.vue.d.ts +1 -1
  195. package/dist/runtime/components/prose/Td.vue.d.ts +1 -1
  196. package/dist/runtime/components/prose/Th.vue.d.ts +1 -1
  197. package/dist/runtime/components/prose/Thead.vue.d.ts +1 -1
  198. package/dist/runtime/components/prose/Tr.vue.d.ts +1 -1
  199. package/dist/runtime/components/prose/Ul.vue.d.ts +1 -1
  200. package/dist/runtime/components/prose/callout/Caution.vue.d.ts +3 -3
  201. package/dist/runtime/components/prose/callout/Note.vue.d.ts +3 -3
  202. package/dist/runtime/components/prose/callout/Tip.vue.d.ts +3 -3
  203. package/dist/runtime/components/prose/callout/Warning.vue.d.ts +3 -3
  204. package/dist/runtime/composables/defineShortcuts.js +5 -3
  205. package/dist/runtime/composables/useBreakpoint.js +8 -8
  206. package/dist/runtime/composables/useFileUpload.d.ts +19 -0
  207. package/dist/runtime/composables/useFileUpload.js +63 -0
  208. package/dist/runtime/composables/useFormField.d.ts +1 -4
  209. package/dist/runtime/composables/useFormField.js +5 -2
  210. package/dist/runtime/composables/useKbd.d.ts +1 -1
  211. package/dist/runtime/composables/useLocale.js +2 -2
  212. package/dist/runtime/composables/useOverlay.d.ts +28 -1
  213. package/dist/runtime/composables/useOverlay.js +4 -4
  214. package/dist/runtime/inertia/components/Link.vue.d.ts +1 -1
  215. package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -1
  216. package/dist/runtime/inertia/stubs.d.ts +1 -0
  217. package/dist/runtime/inertia/stubs.js +4 -2
  218. package/dist/runtime/locale/ar.js +2 -1
  219. package/dist/runtime/locale/az.js +1 -0
  220. package/dist/runtime/locale/bg.js +1 -0
  221. package/dist/runtime/locale/bn.js +1 -0
  222. package/dist/runtime/locale/ca.js +1 -0
  223. package/dist/runtime/locale/ckb.js +2 -1
  224. package/dist/runtime/locale/cs.js +1 -0
  225. package/dist/runtime/locale/da.js +1 -0
  226. package/dist/runtime/locale/de.js +1 -0
  227. package/dist/runtime/locale/el.js +1 -0
  228. package/dist/runtime/locale/en.js +1 -0
  229. package/dist/runtime/locale/es.js +1 -0
  230. package/dist/runtime/locale/et.js +1 -0
  231. package/dist/runtime/locale/fa_ir.js +1 -0
  232. package/dist/runtime/locale/fi.js +1 -0
  233. package/dist/runtime/locale/fr.js +1 -0
  234. package/dist/runtime/locale/he.js +1 -0
  235. package/dist/runtime/locale/hi.js +2 -1
  236. package/dist/runtime/locale/hu.js +1 -0
  237. package/dist/runtime/locale/hy.js +1 -0
  238. package/dist/runtime/locale/id.js +1 -0
  239. package/dist/runtime/locale/it.js +1 -0
  240. package/dist/runtime/locale/ja.js +1 -0
  241. package/dist/runtime/locale/kk.js +1 -0
  242. package/dist/runtime/locale/km.js +2 -1
  243. package/dist/runtime/locale/ko.js +1 -0
  244. package/dist/runtime/locale/ky.js +1 -0
  245. package/dist/runtime/locale/lb.js +1 -0
  246. package/dist/runtime/locale/lt.js +1 -0
  247. package/dist/runtime/locale/mn.js +1 -0
  248. package/dist/runtime/locale/ms.js +1 -0
  249. package/dist/runtime/locale/nb_no.js +1 -0
  250. package/dist/runtime/locale/nl.js +1 -0
  251. package/dist/runtime/locale/pl.js +1 -0
  252. package/dist/runtime/locale/pt.js +1 -0
  253. package/dist/runtime/locale/pt_br.js +1 -0
  254. package/dist/runtime/locale/ro.js +1 -0
  255. package/dist/runtime/locale/ru.js +1 -0
  256. package/dist/runtime/locale/sk.js +1 -0
  257. package/dist/runtime/locale/sl.js +1 -0
  258. package/dist/runtime/locale/sv.js +1 -0
  259. package/dist/runtime/locale/th.js +1 -0
  260. package/dist/runtime/locale/tj.js +1 -0
  261. package/dist/runtime/locale/tr.js +1 -0
  262. package/dist/runtime/locale/ug_cn.js +1 -0
  263. package/dist/runtime/locale/uk.js +1 -0
  264. package/dist/runtime/locale/ur.js +1 -0
  265. package/dist/runtime/locale/uz.js +1 -0
  266. package/dist/runtime/locale/vi.js +1 -0
  267. package/dist/runtime/locale/zh_cn.js +1 -0
  268. package/dist/runtime/locale/zh_tw.js +1 -0
  269. package/dist/runtime/types/index.d.ts +2 -0
  270. package/dist/runtime/types/index.js +2 -0
  271. package/dist/runtime/types/locale.d.ts +1 -0
  272. package/dist/runtime/utils/content.d.ts +18 -6
  273. package/dist/runtime/utils/content.js +51 -25
  274. package/dist/runtime/utils/index.d.ts +1 -0
  275. package/dist/runtime/utils/index.js +9 -0
  276. package/dist/runtime/vue/components/Icon.vue.d.ts +1 -1
  277. package/dist/runtime/vue/components/Link.vue.d.ts +1 -1
  278. package/dist/runtime/vue/components/color-mode/ColorModeButton.vue.d.ts +1 -1
  279. package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue +1 -1
  280. package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +1 -1
  281. package/dist/runtime/vue/components/color-mode/ColorModeSwitch.vue.d.ts +1 -1
  282. package/dist/runtime/vue/stubs.d.ts +1 -0
  283. package/dist/runtime/vue/stubs.js +3 -1
  284. package/dist/shared/{ui.i6pGHFq6.mjs → ui.CgUuvRXi.mjs} +282 -29
  285. package/dist/unplugin.d.mts +2 -1
  286. package/dist/unplugin.mjs +6 -3
  287. package/dist/vite.mjs +1 -1
  288. package/package.json +57 -41
@@ -109,5 +109,5 @@ declare const _default: <T extends TreeItem[], VK extends GetItemKeys<T> = "valu
109
109
  };
110
110
  export default _default;
111
111
  type __VLS_PrettifyLocal<T> = {
112
- [K in keyof T]: T[K];
112
+ [K in keyof T as K]: T[K];
113
113
  } & {};
@@ -35,7 +35,7 @@ export interface UserSlots {
35
35
  description(props?: {}): any;
36
36
  default(props?: {}): any;
37
37
  }
38
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<UserProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UserProps> & Readonly<{}>, {
38
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<UserProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UserProps> & Readonly<{}>, {
39
39
  orientation: User["variants"]["orientation"];
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, UserSlots>;
41
41
  export default _default;
@@ -3,5 +3,5 @@ export interface ColorModeAvatarProps extends /** @vue-ignore */ Omit<AvatarProp
3
3
  light: string;
4
4
  dark: string;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<ColorModeAvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeAvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: import("vue").DefineComponent<ColorModeAvatarProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeAvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
@@ -12,7 +12,7 @@ export interface ColorModeButtonProps extends /** @vue-ignore */ Pick<ButtonProp
12
12
  export interface ColorModeButtonSlots {
13
13
  fallback(props?: {}): any;
14
14
  }
15
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ColorModeButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {
15
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ColorModeButtonProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {
16
16
  color: "error" | "info" | "primary" | "secondary" | "success" | "warning" | "neutral";
17
17
  variant: "link" | "solid" | "outline" | "soft" | "subtle" | "ghost";
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ColorModeButtonSlots>;
@@ -2,5 +2,5 @@ export interface ColorModeImageProps {
2
2
  dark: string;
3
3
  light: string;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<ColorModeImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: import("vue").DefineComponent<ColorModeImageProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -21,7 +21,7 @@ const preference = computed({
21
21
  return items.value.find((option) => option.value === colorMode.preference) || items.value[0];
22
22
  },
23
23
  set(option) {
24
- colorMode.preference = option.value;
24
+ colorMode.preference = option?.value || "system";
25
25
  }
26
26
  });
27
27
  </script>
@@ -3,5 +3,5 @@ export interface ColorModeSelectProps extends
3
3
  /** @vue-ignore */
4
4
  Pick<SelectMenuProps<any>, 'color' | 'variant' | 'size' | 'trailingIcon' | 'selectedIcon' | 'content' | 'arrow' | 'portal' | 'disabled' | 'ui'> {
5
5
  }
6
- declare const _default: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: import("vue").DefineComponent<ColorModeSelectProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
@@ -3,5 +3,5 @@ export interface ColorModeSwitchProps extends
3
3
  /** @vue-ignore */
4
4
  Pick<SwitchProps, 'as' | 'color' | 'size' | 'disabled' | 'ui'> {
5
5
  }
6
- declare const _default: import("vue").DefineComponent<ColorModeSwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSwitchProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: import("vue").DefineComponent<ColorModeSwitchProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSwitchProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
@@ -32,7 +32,7 @@ export interface ContentNavigationProps<T extends ContentNavigationLink = Conten
32
32
  }
33
33
  export interface ContentNavigationEmits extends AccordionRootEmits {
34
34
  }
35
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentNavigationProps<ContentNavigationLink>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentNavigationProps<ContentNavigationLink>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
36
  "update:modelValue": (value: string | string[] | undefined) => any;
37
37
  }, string, import("vue").PublicProps, Readonly<ContentNavigationProps<ContentNavigationLink>> & Readonly<{
38
38
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
@@ -7,11 +7,10 @@ import { computed, useTemplateRef } from "vue";
7
7
  import { useForwardProps } from "reka-ui";
8
8
  import { defu } from "defu";
9
9
  import { reactivePick } from "@vueuse/core";
10
- import { omit } from "@nuxt/ui/utils";
10
+ import { omit, transformUI } from "../../utils";
11
11
  import { useAppConfig, useColorMode, defineShortcuts } from "#imports";
12
12
  import { useContentSearch } from "../../composables/useContentSearch";
13
13
  import { useLocalePro } from "../../composables/useLocalePro";
14
- import { transformUI } from "../../utils";
15
14
  import { tv } from "../../utils/tv";
16
15
  import UModal from "../Modal.vue";
17
16
  import UCommandPalette from "../CommandPalette.vue";
@@ -165,13 +164,24 @@ defineExpose({ commandPaletteRef });
165
164
  </script>
166
165
 
167
166
  <template>
168
- <UModal v-model:open="open" :title="t('contentSearch.title')" :description="t('contentSearch.description')"
169
- :class="ui.modal({ class: props.class })">
167
+ <UModal
168
+ v-model:open="open"
169
+ :title="t('contentSearch.title')"
170
+ :description="t('contentSearch.description')"
171
+ :class="ui.modal({ class: props.class })"
172
+ >
170
173
  <template #content>
171
174
  <slot name="content">
172
- <UCommandPalette ref="commandPaletteRef" v-model:search-term="searchTerm" v-bind="commandPaletteProps"
173
- :groups="groups" :fuse="fuse" :ui="transformUI(omit(ui, ['modal']), props.ui)" @update:model-value="onSelect"
174
- @update:open="open = $event">
175
+ <UCommandPalette
176
+ ref="commandPaletteRef"
177
+ v-model:search-term="searchTerm"
178
+ v-bind="commandPaletteProps"
179
+ :groups="groups"
180
+ :fuse="fuse"
181
+ :ui="transformUI(omit(ui, ['modal']), props.ui)"
182
+ @update:model-value="onSelect"
183
+ @update:open="open = $event"
184
+ >
175
185
  <template v-for="(_, name) in proxySlots" #[name]="slotData">
176
186
  <slot :name="name" v-bind="slotData" />
177
187
  </template>
@@ -44,7 +44,7 @@ export interface ContentSearchButtonProps {
44
44
  ui?: ContentSearchButton['slots'] & ButtonProps['ui'];
45
45
  class?: any;
46
46
  }
47
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {
47
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {
48
48
  color: "error" | "info" | "primary" | "secondary" | "success" | "warning" | "neutral";
49
49
  tooltip: boolean | TooltipProps;
50
50
  kbds: KbdProps["value"][] | KbdProps[];
@@ -24,13 +24,19 @@ const ui = computed(() => tv({ extend: tv(theme), ...appConfig.ui?.contentSurrou
24
24
 
25
25
  <template>
26
26
  <DefineLinkTemplate v-slot="{ link, icon, direction }">
27
- <ULink v-if="link" :to="link.path" raw
28
- :class="ui.link({ class: [props.ui?.link, link.ui?.link, link.class], direction })">
27
+ <ULink
28
+ v-if="link"
29
+ :to="link.path"
30
+ raw
31
+ :class="ui.link({ class: [props.ui?.link, link.ui?.link, link.class], direction })"
32
+ >
29
33
  <slot name="link" :link="link">
30
34
  <div :class="ui.linkLeading({ class: [props.ui?.linkLeading, link.ui?.linkLeading] })">
31
35
  <slot name="link-leading" :link="link">
32
- <UIcon :name="link.icon || icon"
33
- :class="ui.linkLeadingIcon({ class: [props.ui?.linkLeadingIcon, link.ui?.linkLeadingIcon], direction })" />
36
+ <UIcon
37
+ :name="link.icon || icon"
38
+ :class="ui.linkLeadingIcon({ class: [props.ui?.linkLeadingIcon, link.ui?.linkLeadingIcon], direction })"
39
+ />
34
40
  </slot>
35
41
  </div>
36
42
 
@@ -43,7 +43,7 @@ export interface ContentSurroundSlots<T extends ContentSurroundLink = ContentSur
43
43
  'link-title': SlotProps<T>;
44
44
  'link-description': SlotProps<T>;
45
45
  }
46
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentSurroundProps<ContentSurroundLink>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSurroundProps<ContentSurroundLink>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ContentSurroundSlots<ContentSurroundLink>>;
46
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentSurroundProps<ContentSurroundLink>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSurroundProps<ContentSurroundLink>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ContentSurroundSlots<ContentSurroundLink>>;
47
47
  export default _default;
48
48
  type __VLS_WithSlots<T, S> = T & {
49
49
  new (): {
@@ -69,7 +69,7 @@ export interface ContentTocSlots<T extends ContentTocLink = ContentTocLink> {
69
69
  links?: T[];
70
70
  }): any;
71
71
  }
72
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentTocProps<ContentTocLink>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
72
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContentTocProps<ContentTocLink>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
73
  "update:open": (value: boolean) => any;
74
74
  move: (id: string) => any;
75
75
  }, string, import("vue").PublicProps, Readonly<ContentTocProps<ContentTocLink>> & Readonly<{
@@ -6,7 +6,7 @@ Pick<SelectMenuProps<any>, 'color' | 'variant' | 'size' | 'trailingIcon' | 'sele
6
6
  }
7
7
  declare const _default: import("vue").DefineComponent<LocaleSelectProps & {
8
8
  modelValue?: string | undefined;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ }, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "update:modelValue": (value: string | undefined) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<LocaleSelectProps & {
12
12
  modelValue?: string | undefined;
@@ -6,7 +6,7 @@ export interface ProseAProps {
6
6
  export interface ProseASlots {
7
7
  default(props?: {}): any;
8
8
  }
9
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseASlots>;
9
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseASlots>;
10
10
  export default _default;
11
11
  type __VLS_WithSlots<T, S> = T & {
12
12
  new (): {
@@ -5,7 +5,7 @@ export interface ProseAccordionProps {
5
5
  export interface ProseAccordionSlots {
6
6
  default(props?: {}): any;
7
7
  }
8
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {
8
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {
9
9
  type: "single" | "multiple";
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
11
11
  export default _default;
@@ -6,7 +6,7 @@ export interface ProseAccordionItemProps {
6
6
  export interface ProseAccordionItemSlots {
7
7
  default(props?: {}): any;
8
8
  }
9
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionItemSlots>;
9
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionItemSlots>;
10
10
  export default _default;
11
11
  type __VLS_WithSlots<T, S> = T & {
12
12
  new (): {
@@ -4,7 +4,7 @@ export interface ProseBadgeProps {
4
4
  export interface ProseBadgeSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseBadgeSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBadgeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseBadgeSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -4,7 +4,7 @@ export interface ProseBlockquoteProps {
4
4
  export interface ProseBlockquoteSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBlockquoteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseBlockquoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseBlockquoteSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBlockquoteProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseBlockquoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseBlockquoteSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -17,7 +17,7 @@ export interface CalloutProps {
17
17
  export interface CalloutSlots {
18
18
  default(props?: {}): any;
19
19
  }
20
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CalloutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CalloutProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CalloutSlots>;
20
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CalloutProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CalloutProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CalloutSlots>;
21
21
  export default _default;
22
22
  type __VLS_WithSlots<T, S> = T & {
23
23
  new (): {
@@ -19,7 +19,7 @@ export interface ProseCardSlots {
19
19
  default(): any;
20
20
  title(): any;
21
21
  }
22
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCardProps> & Readonly<{}>, {
22
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCardProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCardProps> & Readonly<{}>, {
23
23
  color: ProseCard["variants"]["color"];
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCardSlots>;
25
25
  export default _default;
@@ -4,7 +4,7 @@ export interface ProseCardGroupProps {
4
4
  export interface ProseCardGroupSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCardGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCardGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCardGroupSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCardGroupProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCardGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCardGroupSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -13,7 +13,7 @@ export interface ProseCodeProps {
13
13
  export interface ProseCodeSlots {
14
14
  default(props?: {}): any;
15
15
  }
16
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeSlots>;
16
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeSlots>;
17
17
  export default _default;
18
18
  type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
@@ -31,7 +31,7 @@ export interface ProseCodeCollapseSlots {
31
31
  }
32
32
  declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeCollapseProps & {
33
33
  open?: boolean;
34
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ }, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
35
  "update:open": (value: boolean | undefined) => any;
36
36
  }, string, import("vue").PublicProps, Readonly<ProseCodeCollapseProps & {
37
37
  open?: boolean;
@@ -20,7 +20,7 @@ export interface ProseCodeGroupSlots {
20
20
  }
21
21
  declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeGroupProps & {
22
22
  modelValue?: string | undefined;
23
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
24
  "update:modelValue": (value: string | undefined) => any;
25
25
  }, string, import("vue").PublicProps, Readonly<ProseCodeGroupProps & {
26
26
  modelValue?: string | undefined;
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  type: StringConstructor;
12
12
  required: false;
13
13
  };
14
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  icon: {
16
16
  type: StringConstructor;
17
17
  required: false;
@@ -10,7 +10,7 @@ export interface ProseCodePreviewSlots {
10
10
  default(props?: {}): any;
11
11
  code(props?: {}): any;
12
12
  }
13
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodePreviewProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodePreviewProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodePreviewSlots>;
13
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodePreviewProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodePreviewProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodePreviewSlots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
@@ -19,7 +19,7 @@ export interface ProseCodeTreeProps {
19
19
  export interface ProseCodeTreeSlots {
20
20
  default(props?: {}): any;
21
21
  }
22
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeTreeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodeTreeProps> & Readonly<{}>, {
22
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeTreeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodeTreeProps> & Readonly<{}>, {
23
23
  expandAll: boolean;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeTreeSlots>;
25
25
  export default _default;
@@ -29,7 +29,7 @@ export interface ProseCollapsibleProps {
29
29
  export interface ProseCollapsibleSlots {
30
30
  default(props?: {}): any;
31
31
  }
32
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCollapsibleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCollapsibleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCollapsibleSlots>;
32
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCollapsibleProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCollapsibleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCollapsibleSlots>;
33
33
  export default _default;
34
34
  type __VLS_WithSlots<T, S> = T & {
35
35
  new (): {
@@ -4,7 +4,7 @@ export interface ProseEmProps {
4
4
  export interface ProseEmSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseEmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseEmProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseEmSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseEmProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseEmProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseEmSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -30,7 +30,7 @@ export interface ProseFieldProps {
30
30
  export interface ProseFieldSlots {
31
31
  default(props?: {}): any;
32
32
  }
33
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseFieldSlots>;
33
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseFieldProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseFieldSlots>;
34
34
  export default _default;
35
35
  type __VLS_WithSlots<T, S> = T & {
36
36
  new (): {
@@ -9,7 +9,7 @@ export interface ProseFieldGroupProps {
9
9
  export interface ProseFieldGroupSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseFieldGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseFieldGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseFieldGroupSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseFieldGroupProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseFieldGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseFieldGroupSlots>;
13
13
  export default _default;
14
14
  type __VLS_WithSlots<T, S> = T & {
15
15
  new (): {
@@ -10,7 +10,7 @@ export interface ProseH1Props {
10
10
  export interface ProseH1Slots {
11
11
  default(props?: {}): any;
12
12
  }
13
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
13
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
@@ -10,7 +10,7 @@ export interface ProseH2Props {
10
10
  export interface ProseH2Slots {
11
11
  default(props?: {}): any;
12
12
  }
13
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
13
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
@@ -10,7 +10,7 @@ export interface ProseH3Props {
10
10
  export interface ProseH3Slots {
11
11
  default(props?: {}): any;
12
12
  }
13
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
13
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
@@ -10,7 +10,7 @@ export interface ProseH4Props {
10
10
  export interface ProseH4Slots {
11
11
  default(props?: {}): any;
12
12
  }
13
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
13
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
@@ -1,5 +1,5 @@
1
1
  export interface ProseHrProps {
2
2
  class?: any;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<ProseHrProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseHrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: import("vue").DefineComponent<ProseHrProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseHrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
5
  export default _default;
@@ -2,5 +2,5 @@ export interface ProseIconProps {
2
2
  name: string;
3
3
  class?: any;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<ProseIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: import("vue").DefineComponent<ProseIconProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -5,5 +5,5 @@ export interface ProseImgProps {
5
5
  height?: string | number;
6
6
  class?: any;
7
7
  }
8
- declare const _default: import("vue").DefineComponent<ProseImgProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: import("vue").DefineComponent<ProseImgProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
@@ -2,5 +2,5 @@ export interface ProseKbdProps {
2
2
  value: string;
3
3
  class?: any;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<ProseKbdProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseKbdProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: import("vue").DefineComponent<ProseKbdProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseKbdProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -4,7 +4,7 @@ export interface ProseLiProps {
4
4
  export interface ProseLiSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseLiProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseLiProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseLiSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseLiProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseLiProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseLiSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -4,7 +4,7 @@ export interface ProseOlProps {
4
4
  export interface ProseOlSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseOlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseOlProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseOlSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseOlProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseOlProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseOlSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -4,7 +4,7 @@ export interface ProsePProps {
4
4
  export interface ProsePSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -16,7 +16,7 @@ export interface ProsePreProps {
16
16
  export interface ProsePreSlots {
17
17
  default(props?: {}): any;
18
18
  }
19
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePreProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePreProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePreSlots>;
19
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePreProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePreProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePreSlots>;
20
20
  export default _default;
21
21
  type __VLS_WithSlots<T, S> = T & {
22
22
  new (): {
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  type: StringConstructor;
4
4
  required: true;
5
5
  };
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  src: {
8
8
  type: StringConstructor;
9
9
  required: true;
@@ -13,7 +13,7 @@ export interface ProseStepsProps {
13
13
  export interface ProseStepsSlots {
14
14
  default(props?: {}): any;
15
15
  }
16
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStepsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseStepsSlots>;
16
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStepsProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseStepsSlots>;
17
17
  export default _default;
18
18
  type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
@@ -4,7 +4,7 @@ export interface ProseStrongProps {
4
4
  export interface ProseStrongSlots {
5
5
  default(props?: {}): any;
6
6
  }
7
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStrongProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseStrongProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseStrongSlots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStrongProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseStrongProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseStrongSlots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
@@ -9,7 +9,7 @@ export interface ProseTableProps {
9
9
  export interface ProseTableSlots {
10
10
  default(props?: {}): any;
11
11
  }
12
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTableSlots>;
13
13
  export default _default;
14
14
  type __VLS_WithSlots<T, S> = T & {
15
15
  new (): {
@@ -19,7 +19,7 @@ export interface ProseTabsSlots {
19
19
  }
20
20
  declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTabsProps & {
21
21
  modelValue?: string | undefined;
22
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ }, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
23
  "update:modelValue": (value: string | undefined) => any;
24
24
  }, string, import("vue").PublicProps, Readonly<ProseTabsProps & {
25
25
  modelValue?: string | undefined;
@@ -6,7 +6,7 @@ export interface ProseTabsItemProps {
6
6
  export interface ProseTabsItemSlots {
7
7
  default(props?: {}): any;
8
8
  }
9
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTabsItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsItemSlots>;
9
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTabsItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTabsItemSlots>;
10
10
  export default _default;
11
11
  type __VLS_WithSlots<T, S> = T & {
12
12
  new (): {