UNPKG

ant-design-x-vue

Version:
23 lines (22 loc) 836 B
import type { ActionsProps, ActionItem } from './interface'; declare const _default: import("vue").DefineComponent<ActionsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (menuInfo: { item: ActionItem; key: string; keyPath: string[]; domEvent: MouseEvent | KeyboardEvent; }) => any; }, string, import("vue").PublicProps, Readonly<ActionsProps> & Readonly<{ onClick?: (menuInfo: { item: ActionItem; key: string; keyPath: string[]; domEvent: MouseEvent | KeyboardEvent; }) => any; }>, { items: ActionItem[]; rootClassName: string; block: boolean; variant: "borderless" | "border"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;