UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

11 lines (10 loc) 260 B
/** * @description create editor * @author wangfupeng */ import { ICreateOption } from '../config/interface'; import { IDomEditor } from '../editor/interface'; /** * 创建编辑器 */ export default function (option: Partial<ICreateOption>): IDomEditor;