UNPKG

reactflow-velocity

Version:

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

6 lines 460 B
/// <reference types="react" /> import type { MiniMapNodes as MiniMapNodesProps } from './types'; declare function MiniMapNodes({ nodeStrokeColor, nodeColor, nodeClassName, nodeBorderRadius, nodeStrokeWidth, nodeComponent: NodeComponent, onClick, }: MiniMapNodesProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof MiniMapNodes>; export default _default; //# sourceMappingURL=MiniMapNodes.d.ts.map