UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

29 lines (28 loc) 1.16 kB
import type { ActionsProps, ActionItem } from './interface'; declare const _default: import("vue").DefineComponent<ActionsProps, { nativeElement: import("vue").Ref<HTMLDivElement, HTMLDivElement>; }, {}, {}, {}, 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; }>, { classNames: Partial<Record<import("./interface").ActionsSemanticType, string>>; styles: Partial<Record<import("./interface").ActionsSemanticType, import("vue").CSSProperties>>; rootClassName: string; items: ActionItem[]; block: boolean; variant: "borderless" | "outlined" | "filled" | "border"; fadeIn: boolean; fadeInLeft: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;