UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

8 lines (7 loc) 236 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const reactflow = require("reactflow"); function useFlowInstance() { return reactflow.useReactFlow(); } exports.useFlowInstance = useFlowInstance;