UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

4 lines (3 loc) 191 B
import { IDomEditor } from '@wangeditor-kai/editor'; import { BaseRange } from 'slate'; export declare function reactEditorToDomRangeSafe(editor: IDomEditor, range: BaseRange): Range | null;