UNPKG

@synergy-design-system/vue

Version:

Vue3 wrappers for the Synergy Design System

17 lines (16 loc) 836 B
import { default as SynMenuLabel } from '@synergy-design-system/components/components/menu-label/menu-label.component.js'; declare var __VLS_9: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_9) => any; }; declare const __VLS_base: import('vue').DefineComponent<{}, { nativeElement: import('vue').Ref<SynMenuLabel | undefined, SynMenuLabel | undefined>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; };