UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

9 lines 290 B
import type { UpdateNodeInternals } from '@xyflow/system'; /** * Hook for updating node internals. * * @public * @returns function for updating node internals */ export declare function useUpdateNodeInternals(): UpdateNodeInternals; //# sourceMappingURL=useUpdateNodeInternals.d.ts.map