UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

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