UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components to UI Kit by the community.

10 lines (9 loc) 269 B
import { useNodeId } from "reactflow"; //#region src/Flow/hooks/useNodeId.ts /** Retrieves the node id. INTERNAL USE ONLY */ function useNodeId$1(id) { const currentNodeId = useNodeId(); return id ?? currentNodeId; } //#endregion export { useNodeId$1 as useNodeId };