arco-crud-plus
Version:
基于arco-design-vue的配置化表格表单组件
13 lines (12 loc) • 716 B
TypeScript
declare const show: import("vue").ModelRef<boolean | undefined, string, boolean | undefined, boolean | undefined>;
type __VLS_PublicProps = {
"show"?: typeof show['value'];
};
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
cancel: (...args: any[]) => void;
confirm: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps & {
onCancel?: ((...args: any[]) => any) | undefined;
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
export default _default;