@npmxiaowu/h-ui-plus
Version:
Vue3 中基于Element-plus二次封装基础组件文档
31 lines (30 loc) • 1.56 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{}, {
foundDialogRef: import("vue").Ref<any, any>;
openFoundDialog: () => void;
handleOnSave: (data: any) => void;
name: import("vue").Ref<any, any>;
selectVlaue: import("vue").Ref<string, string>;
stepList: {
label: string;
value: string;
}[];
selectChange: (val: any) => void;
emit: (event: "confirm", ...args: any[]) => void;
addVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleConfirm: () => void;
handleCancel: () => void;
FoundCollect: import("vue").DefineComponent<{}, {
collectName: import("vue").Ref<any, any>;
emit: (event: "confirm", ...args: any[]) => void;
foundVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleOnSave: () => void;
handleCancel: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;