UNPKG

@liveblocks/react-blocknote

Version:

An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.

15 lines (13 loc) 878 B
import { detectDupes } from '@liveblocks/core'; import { PKG_NAME, PKG_VERSION, PKG_FORMAT } from './version.js'; export { useLiveblocksExtension } from './BlockNoteLiveblocksExtension.js'; export { AnchoredThreads } from './comments/AnchoredThreads.js'; export { FloatingComposer } from './comments/FloatingComposer.js'; export { FloatingThreads } from './comments/FloatingThreads.js'; export { withLiveblocksEditorOptions } from './initialization/liveblocksEditorOptions.js'; export { withLiveblocksSchema } from './initialization/schema.js'; export { useCreateBlockNoteWithLiveblocks } from './initialization/useCreateBlockNoteWithLiveblocks.js'; export { HistoryVersionPreview } from './version-history/HistoryVersionPreview.js'; export { useIsEditorReady } from '@liveblocks/react-tiptap'; detectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT); //# sourceMappingURL=index.js.map