UNPKG

ant-design-x-vue-next

Version:

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

15 lines (14 loc) 840 B
import type { CSSProperties, VNodeChild } from 'vue'; import { ACTIONS_ITEM_STATUS, type ActionsItemSemanticType } from './constants'; import type { ActionsItemProps } from './preset-types'; declare const _default: import("vue").DefineComponent<ActionsItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ActionsItemProps> & Readonly<{}>, { classNames: Partial<Record<ActionsItemSemanticType, string>>; styles: Partial<Record<ActionsItemSemanticType, CSSProperties>>; prefixCls: string; status: `${ACTIONS_ITEM_STATUS}`; rootClassName: string; label: string; defaultIcon: VNodeChild; runningIcon: VNodeChild; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;