UNPKG

@matthewgapp/solidjs-flow

Version:

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

5 lines 256 B
import type { MiniMapNodeProps } from './types'; declare function MiniMapNodeComponent(p: MiniMapNodeProps): import("solid-js").JSX.Element; export declare const MiniMapNode: typeof MiniMapNodeComponent; export {}; //# sourceMappingURL=MiniMapNode.d.ts.map