menu-item-group.vue.d.ts 845 B

1234567891011121314151617181920
  1. import { MenuItemGroupProps } from "./menu-item-group.js";
  2. import * as _$vue from "vue";
  3. //#region ../../packages/components/menu/src/menu-item-group.vue.d.ts
  4. declare var __VLS_1: {}, __VLS_3: {};
  5. type __VLS_Slots = {} & {
  6. title?: (props: typeof __VLS_1) => any;
  7. } & {
  8. default?: (props: typeof __VLS_3) => any;
  9. };
  10. declare const __VLS_base: _$vue.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  11. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  12. declare const _default: typeof __VLS_export;
  13. type __VLS_WithSlots<T, S> = T & {
  14. new (): {
  15. $slots: S;
  16. };
  17. };
  18. //#endregion
  19. export { _default as default };