UNPKG

@yangeditor/plugin-upload-attachment

Version:
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[] }