@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 { AnchoredThreads as AnchoredThreads$1 } from '@liveblocks/react-tiptap';
function AnchoredThreads(props) {
return /* @__PURE__ */ jsx(
AnchoredThreads$1,
{
...props,
editor: props.editor._tiptapEditor
}
);
}
export { AnchoredThreads };
//# sourceMappingURL=AnchoredThreads.js.map