UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

8 lines (7 loc) 128 B
import { useReactFlow } from "reactflow"; function useFlowInstance() { return useReactFlow(); } export { useFlowInstance };