UNPKG

lazy-components

Version:

一个基于Vue3和Vite的配置型快速开发组件库

118 lines (117 loc) 2.62 kB
declare const _default: import('vue').DefineComponent<{ visible: { default: boolean; type: BooleanConstructor; }; fatherThis: { default: undefined; }; verifyKey: { default: string; type: StringConstructor; }; title: { default: string; type: StringConstructor; }; appendToBody: { default: boolean; type: BooleanConstructor; }; width: { default: string; type: StringConstructor; }; loading: { default: boolean; type: BooleanConstructor; }; onlyClose: { default: boolean; type: BooleanConstructor; }; closeText: { default: string; type: StringConstructor; }; confirmText: { default: string; type: StringConstructor; }; onlyConfirm: { default: boolean; type: BooleanConstructor; }; noVerify: { default: boolean; type: BooleanConstructor; }; }, any, {}, {}, { handleClose(): void; dialogConfirm(): void; sendFinish(): void; setDefaultValue(val: any): void; clearDefaultValue(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ visible: { default: boolean; type: BooleanConstructor; }; fatherThis: { default: undefined; }; verifyKey: { default: string; type: StringConstructor; }; title: { default: string; type: StringConstructor; }; appendToBody: { default: boolean; type: BooleanConstructor; }; width: { default: string; type: StringConstructor; }; loading: { default: boolean; type: BooleanConstructor; }; onlyClose: { default: boolean; type: BooleanConstructor; }; closeText: { default: string; type: StringConstructor; }; confirmText: { default: string; type: StringConstructor; }; onlyConfirm: { default: boolean; type: BooleanConstructor; }; noVerify: { default: boolean; type: BooleanConstructor; }; }>>, { title: string; width: string; loading: boolean; visible: boolean; appendToBody: boolean; fatherThis: undefined; verifyKey: string; onlyClose: boolean; closeText: string; confirmText: string; onlyConfirm: boolean; noVerify: boolean; }, {}>; export default _default;