UNPKG

@xyflow/react

Version:

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

9 lines 264 B
import type { Viewport } from '@xyflow/system'; /** * Hook for syncing the viewport with the panzoom instance. * * @internal * @param viewport */ export declare function useViewportSync(viewport?: Viewport): null; //# sourceMappingURL=useViewportSync.d.ts.map