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