UNPKG

@liveblocks/react-blocknote

Version:

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

1 lines 1.09 kB
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import { detectDupes } from \"@liveblocks/core\";\n\nimport { PKG_FORMAT, PKG_NAME, PKG_VERSION } from \"./version\";\n\ndetectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);\n\nexport { useLiveblocksExtension } from \"./BlockNoteLiveblocksExtension\";\nexport { AnchoredThreads } from \"./comments/AnchoredThreads\";\nexport { FloatingComposer } from \"./comments/FloatingComposer\";\nexport { FloatingThreads } from \"./comments/FloatingThreads\";\nexport { withLiveblocksEditorOptions } from \"./initialization/liveblocksEditorOptions\";\nexport { withLiveblocksSchema } from \"./initialization/schema\";\nexport { useCreateBlockNoteWithLiveblocks } from \"./initialization/useCreateBlockNoteWithLiveblocks\";\nexport { HistoryVersionPreview } from \"./version-history/HistoryVersionPreview\";\nexport { useIsEditorReady } from \"@liveblocks/react-tiptap\";\n"],"names":["detectDupes","PKG_NAME","PKG_VERSION","PKG_FORMAT"],"mappings":";;;;;;;;;;;;;;AAIAA,gBAAY,CAAAC,gBAAA,EAAUC,qBAAaC,kBAAU,CAAA;;;;;;;;;;;;;;;"}