ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
16 lines (15 loc) • 649 B
TypeScript
import type { VNodeChild } from 'vue';
type __VLS_Props = {
content: string;
prefixCls?: string;
okText?: VNodeChild;
cancelText?: VNodeChild;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
editConfirm: (content: string) => any;
editCancel: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onEditConfirm?: (content: string) => any;
onEditCancel?: () => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;