UNPKG

wangeditor-plugin-upload-pdf

Version:
15 lines (14 loc) 248 B
/** * @description attachment element * @author wangfupeng */ declare type EmptyText = { text: ''; }; export declare type PDFElement = { type: 'importPdf'; src: string; shortcode: string; children: EmptyText[]; }; export {};