UNPKG

vue-admin-core

Version:
8 lines (7 loc) 230 B
/** * @description editor 插件,重写 editor API * @author wangfupeng */ import type { IDomEditor } from "@wangeditor/core"; declare function withParagraph<T extends IDomEditor>(editor: T): T; export default withParagraph;