We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706c5a1 commit 2e4576dCopy full SHA for 2e4576d
1 file changed
src/extensions/react-flow/minimap/MiniMapV10.tsx
@@ -4,13 +4,12 @@ import { FlowTransform } from "react-flow-renderer/dist/types";
4
5
import { miniMapUtils } from "../minimap/utils";
6
import {Viewport} from "react-flow-renderer-lts/dist/esm/types/general";
7
-import {ReactFlowInstance as ReactFlowInstanceV12} from "@xyflow/react"
8
9
export interface MiniMapV10Props extends ReactFlowMiniMapProps {
10
/**
11
* React-Flow instance
12
*/
13
- flowInstance?: ReactFlowInstance | ReactFlowInstanceV12;
+ flowInstance?: ReactFlowInstance;
14
15
* Enable navigating the react-flow canvas by dragging and clicking on the mini-map.
16
0 commit comments