UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

9 lines (8 loc) 262 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const reactflow = require("reactflow"); function useNodeId(id) { const currentNodeId = reactflow.useNodeId(); return id ?? currentNodeId; } exports.useNodeId = useNodeId;