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