UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

8 lines (7 loc) 213 B
/** * @description 注册 module * @author wangfupeng */ import { IModuleConf } from '@wangeditor-next/core'; declare function registerModule(module: Partial<IModuleConf>): void; export default registerModule;