UNPKG

@yangeditor/plugin-upload-attachment

Version:
8 lines (7 loc) 213 B
/** * @description attachment plugin * @author wangfupeng */ import { IDomEditor } from '@wangeditor/editor'; declare function withAttachment<T extends IDomEditor>(editor: T): T; export default withAttachment;