UNPKG

@wangeditor-next/yjs-for-react

Version:

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

8 lines (7 loc) 211 B
/** * @description maps * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; import { BaseElement } from 'slate'; export declare const ELEM_TO_EDITOR: WeakMap<BaseElement, IDomEditor>;