@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
10 lines • 395 B
TypeScript
import type { Node } from '../../types';
import type { MiniMapProps } from './types';
import { JSX } from 'solid-js';
declare function MiniMapComponent<NodeType extends Node = Node>(_p: MiniMapProps<NodeType>): JSX.Element;
declare namespace MiniMapComponent {
var displayName: string;
}
export declare const MiniMap: typeof MiniMapComponent;
export {};
//# sourceMappingURL=MiniMap.d.ts.map