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