vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
16 lines (15 loc) • 793 B
TypeScript
import { ContextmenuOptions, Key } from './symbol';
declare function openContextmenu(options: ContextmenuOptions): Promise<Key[] | null>;
declare function handleSelect(keys: Key[]): void;
declare function handleCancel(): void;
declare const _default: import('vue').DefineComponent<{}, {
visible: import('vue').Ref<boolean, boolean>;
position: {
x: number;
y: number;
};
openContextmenu: typeof openContextmenu;
handleSelect: typeof handleSelect;
handleCancel: typeof handleCancel;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;