UNPKG

@liveblocks/react-blocknote

Version:

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

15 lines (11 loc) 378 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); var reactTiptap = require('@liveblocks/react-tiptap'); function FloatingComposer(props) { return /* @__PURE__ */ jsxRuntime.jsx(reactTiptap.FloatingComposer, { ...props, editor: props.editor._tiptapEditor }); } exports.FloatingComposer = FloatingComposer; //# sourceMappingURL=FloatingComposer.cjs.map