UNPKG

reactflow-velocity

Version:

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

7 lines 378 B
/// <reference types="react" /> export declare const NodeIdContext: import("react").Context<string | null>; export declare const Provider: import("react").Provider<string | null>; export declare const Consumer: import("react").Consumer<string | null>; export declare const useNodeId: () => string | null; export default NodeIdContext; //# sourceMappingURL=NodeIdContext.d.ts.map