ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
16 lines (15 loc) • 786 B
TypeScript
import type { CreationProps } from './creation-types';
declare const _default: import("vue").DefineComponent<CreationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
click: (event: MouseEvent) => any;
}, string, import("vue").PublicProps, Readonly<CreationProps> & Readonly<{
onClick?: (event: MouseEvent) => any;
}>, {
className: string;
style: import("vue").CSSProperties;
prefixCls: string;
disabled: boolean;
icon: import("vue").VNodeChild | (() => import("vue").VNodeChild);
label: import("vue").VNodeChild | (() => import("vue").VNodeChild);
align: import("./creation-types").CreationAlign;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;