@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
6 lines • 310 B
TypeScript
import type { Node } from '../../types';
import type { MiniMapNodes as MiniMapNodesProps } from './types';
import { JSX } from 'solid-js';
declare function MiniMapNodes<NodeType extends Node>(_p: MiniMapNodesProps<NodeType>): JSX.Element;
export default MiniMapNodes;
//# sourceMappingURL=MiniMapNodes.d.ts.map