UNPKG

reactflow-velocity

Version:

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

9 lines 260 B
import type { Node } from '../types'; /** * Hook for getting the current nodes from the store. * * @public * @returns An array of nodes */ export declare function useNodes<NodeType extends Node = Node>(): NodeType[]; //# sourceMappingURL=useNodes.d.ts.map