UNPKG

@liveblocks/react-blocknote

Version:

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

13 lines (10 loc) 341 B
import { jsx } from 'react/jsx-runtime'; import { FloatingThreads as FloatingThreads$1 } from '@liveblocks/react-tiptap'; function FloatingThreads(props) { return /* @__PURE__ */ jsx(FloatingThreads$1, { ...props, editor: props.editor._tiptapEditor }); } export { FloatingThreads }; //# sourceMappingURL=FloatingThreads.js.map