UNPKG

reactflow-velocity

Version:

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

8 lines 222 B
import type { OnInit } from '../types'; /** * Hook for calling onInit handler. * * @internal */ export declare function useOnInitHandler(onInit: OnInit | undefined): void; //# sourceMappingURL=useOnInitHandler.d.ts.map