UNPKG

pro-wang-plugin-upload-attachment

Version:

wangEditor 上传附件

16 lines (13 loc) 214 B
/** * @description attachment element * @author wangfupeng */ type EmptyText = { text: '' } export type AttachmentElement = { type: 'attachment' fileName: string link: string children: EmptyText[] }