UNPKG

reactflow-velocity

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

9 lines 634 B
/// <reference types="react" /> import type { MiniMapProps } from './types'; declare function MiniMapComponent({ style, className, nodeStrokeColor, nodeColor, nodeClassName, nodeBorderRadius, nodeStrokeWidth, nodeComponent, maskColor, maskStrokeColor, maskStrokeWidth, position, onClick, onNodeClick, pannable, zoomable, ariaLabel, inversePan, zoomStep, offsetScale, }: MiniMapProps): import("react/jsx-runtime").JSX.Element; declare namespace MiniMapComponent { var displayName: string; } export declare const MiniMap: import("react").MemoExoticComponent<typeof MiniMapComponent>; export {}; //# sourceMappingURL=MiniMap.d.ts.map