UNPKG

@wangeditor-next/yjs-for-react

Version:

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

7 lines (6 loc) 409 B
export type { CursorState, CursorStateChangeEvent, RemoteCursorChangeEventListener, WithCursorsOptions, } from './withCursors'; export { CursorEditor, withCursors, } from './withCursors'; export type { WithYHistoryOptions } from './withYHistory'; export { withYHistory, YHistoryEditor, } from './withYHistory'; export type { WithYjsOptions } from './withYjs'; export { withYjs, YjsEditor, } from './withYjs';