UNPKG

@matthewgapp/solidjs-flow

Version:

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

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