/** * @description attachment plugin * @author wangfupeng */ import { IDomEditor } from '@wangeditor/editor'; declare function withAttachment(editor: T): T; export default withAttachment;