vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
19 lines (18 loc) • 747 B
TypeScript
import { Props } from './types';
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
select: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<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>;
export default _default;