UNPKG

@wangeditor-next/yjs-for-react

Version:

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

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