UNPKG

@pusdn/pgz-comp-elep

Version:

PGZ组件库,Vue3 中基于Element-plus二次封装基础组件文档

78 lines (77 loc) 3.51 kB
import HtmlPreviewModal from "./src/index.vue"; export type PgzHtmlPreviewModalInstance = InstanceType<typeof HtmlPreviewModal>; declare const PgzHtmlPreviewModal: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, { 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 | undefined, modalTitle?: string | undefined) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { 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 | undefined, modalTitle?: string | undefined) => void; }, {}, {}, {}, {}>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, { 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 | undefined, modalTitle?: string | undefined) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>; export default PgzHtmlPreviewModal; export * from './src/type';