Skip to content

Commit ea249fd

Browse files
committed
fix interface name
1 parent cff65f0 commit ea249fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extensions/react-flow/minimap/MiniMapV12.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { MiniMap as ReactFlowMiniMap, MiniMapProps as ReactFlowMiniMapProps } fr
33

44
import { miniMapUtils } from "../minimap/utils";
55

6-
export interface MiniMapV10Props extends Omit<ReactFlowMiniMapProps, "maskColor"> {
6+
export interface MiniMapV12Props extends Omit<ReactFlowMiniMapProps, "maskColor"> {
77
/**
88
* Enable navigating the react-flow canvas by dragging and clicking on the mini-map.
99
*/
@@ -30,7 +30,7 @@ export const MiniMapV12 = memo(
3030
nodeStrokeColor = miniMapUtils.borderColor,
3131
wrapperProps,
3232
...minimapProps
33-
}: MiniMapV10Props) => {
33+
}: MiniMapV12Props) => {
3434
return (
3535
<div
3636
{...wrapperProps}

0 commit comments

Comments
 (0)