ant-design-x-vue
Version:
Craft AI-driven interfaces effortlessly
22 lines (21 loc) • 787 B
TypeScript
import type { ActionItem, ItemType } from './interface';
type __VLS_Props = {
item: ItemType;
prefixCls?: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
click: (menuInfo: {
item: ActionItem;
key: string;
keyPath: string[];
domEvent: MouseEvent | KeyboardEvent;
}) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onClick?: (menuInfo: {
item: ActionItem;
key: string;
keyPath: string[];
domEvent: MouseEvent | KeyboardEvent;
}) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;