UNPKG

@pusdn/pgz-comp-elep

Version:

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

8 lines (7 loc) 204 B
export interface PgzHtmlPreviewModalProps { } export interface PgzHtmlPreviewModalExpose { handleOpen: (text?: string, modalTitle?: string) => void; onClose: () => void; cancel: () => void; }