UNPKG

@matthewgapp/solidjs-flow

Version:

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

4 lines 320 B
import type { EdgeTypes, NodeTypes } from '../../types'; export declare function useNodeOrEdgeTypesWarning(nodeOrEdgeTypes?: () => NodeTypes | undefined): void; export declare function useNodeOrEdgeTypesWarning(nodeOrEdgeTypes?: () => EdgeTypes | undefined): void; //# sourceMappingURL=useNodeOrEdgeTypesWarning.d.ts.map