/** * @description editor 插件,重写 editor API * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; declare function withList(editor: T): T; export default withList;