@liveblocks/react-blocknote
Version:
An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.
16 lines (13 loc) • 365 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import { FloatingComposer as FloatingComposer$1 } from '@liveblocks/react-tiptap';
function FloatingComposer(props) {
return /* @__PURE__ */ jsx(
FloatingComposer$1,
{
...props,
editor: props.editor._tiptapEditor
}
);
}
export { FloatingComposer };
//# sourceMappingURL=FloatingComposer.js.map