UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components to UI Kit by the community.

9 lines (8 loc) 223 B
import { useReactFlow } from "reactflow"; //#region src/Flow/hooks/useFlowInstance.ts /** Retrieves the React Flow instance */ function useFlowInstance() { return useReactFlow(); } //#endregion export { useFlowInstance };