ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
24 lines (23 loc) • 875 B
TypeScript
import { type DropdownProps } from 'ant-design-vue';
import type { ActionItem, ItemType } from './interface';
type __VLS_Props = {
item: ItemType;
prefixCls?: string;
dropdownProps?: DropdownProps;
};
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;