UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

10 lines (9 loc) 258 B
/** * @description basic index * @author wangfupeng */ import './assets/index.less'; import './locale/index'; declare const _default: Partial<import("@wangeditor-next/core").IModuleConf>[]; export default _default; export * from './modules/image/helper';