@pusdn/pgz-comp-elep
Version:
PGZ组件库,Vue3 中基于Element-plus二次封装基础组件文档
23 lines (22 loc) • 980 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{}, {
open: import("vue").Ref<boolean, boolean>;
editor: import("vue").Ref<string | null, string | null>;
formTitle: import("vue").Ref<string, string>;
title: import("vue").Ref<string | null, string | null>;
dialogRef: import("vue").Ref<any, any>;
modal: import("vue").Ref<{
fullscreen: boolean;
switchFullscreen: boolean;
}, {
fullscreen: boolean;
switchFullscreen: boolean;
} | {
fullscreen: boolean;
switchFullscreen: boolean;
}>;
onClose: () => void;
cancel: () => void;
toggleFullScreen: () => void;
handleOpen: (text?: string, modalTitle?: string) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;