UNPKG

@liveblocks/react-blocknote

Version:

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

16 lines (13 loc) 395 B
import { jsx } from 'react/jsx-runtime'; import { HistoryVersionPreview as HistoryVersionPreview$1 } from '@liveblocks/react-tiptap'; function HistoryVersionPreview(props) { return /* @__PURE__ */ jsx( HistoryVersionPreview$1, { ...props, editor: props.editor._tiptapEditor } ); } export { HistoryVersionPreview }; //# sourceMappingURL=HistoryVersionPreview.js.map