@liveblocks/react-blocknote
Version:
An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.
18 lines (14 loc) • 421 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var reactTiptap = require('@liveblocks/react-tiptap');
function HistoryVersionPreview(props) {
return /* @__PURE__ */ jsxRuntime.jsx(
reactTiptap.HistoryVersionPreview,
{
...props,
editor: props.editor._tiptapEditor
}
);
}
exports.HistoryVersionPreview = HistoryVersionPreview;
//# sourceMappingURL=HistoryVersionPreview.cjs.map