UNPKG

gu-plugin-formula

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