UNPKG

@wangeditor-next/yjs

Version:
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';