@wangeditor-next/yjs
Version:
Yjs binding for wangeditor-next.
7 lines (6 loc) • 409 B
TypeScript
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';