UNPKG

wangeditor-plugin-upload-pdf

Version:
16 lines (13 loc) 206 B
/** * @description attachment element * @author wangfupeng */ type EmptyText = { text: '' } export type PDFElement = { type: 'importPdf' src: string shortcode: string children: EmptyText[] }