UNPKG

@wangeditor-next/yjs-for-react

Version:

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

4 lines (3 loc) 267 B
import { IDomEditor } from '@wangeditor-next/editor'; import { CursorEditor } from '@wangeditor-next/yjs'; export declare function useRemoteCursorEditor<TCursorData extends Record<string, unknown> = Record<string, unknown>>(): CursorEditor<TCursorData> & IDomEditor;