ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
12 lines (11 loc) • 770 B
TypeScript
import type { CSSProperties } from 'vue';
import { ACTIONS_ITEM_STATUS } from './constants';
import type { ActionsAudioProps } from './preset-types';
declare const _default: import("vue").DefineComponent<ActionsAudioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ActionsAudioProps> & Readonly<{}>, {
classNames: Partial<Record<import("./constants").ActionsAudioSemanticType, string>>;
styles: Partial<Record<import("./constants").ActionsAudioSemanticType, CSSProperties>>;
prefixCls: string;
status: `${ACTIONS_ITEM_STATUS}`;
rootClassName: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;