@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
8 lines • 314 B
TypeScript
import type { OnInit, Node, Edge } from '../types';
/**
* Hook for calling onInit handler.
*
* @internal
*/
export declare function useOnInitHandler<NodeType extends Node = Node, EdgeType extends Edge = Edge>(onInit: OnInit<NodeType, EdgeType> | undefined): void;
//# sourceMappingURL=useOnInitHandler.d.ts.map