UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

8 lines (7 loc) 220 B
/** * @description editor 插件,重写 editor API * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; declare function withList<T extends IDomEditor>(editor: T): T; export default withList;