@liveblocks/react-blocknote
Version:
An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.
16 lines (13 loc) • 359 B
JavaScript
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