vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
19 lines (18 loc) • 906 B
TypeScript
import { default as _Menu } from './src/index.vue';
export declare const Menu: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
select: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
onSelect?: ((...args: any[]) => any) | undefined;
}>, {
label: string;
theme: "light" | "dark";
mode: "horizontal" | "vertical";
trigger: "hover" | "click";
selectedKey: string;
skey: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
menuEl: HTMLDivElement;
}, HTMLDivElement>> & Record<string, any>;
export type MenuInstance = InstanceType<typeof _Menu>;