UNPKG

@matthewgapp/solidjs-flow

Version:

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

9 lines 256 B
import type { Viewport } from '@xyflow/system'; /** * Hook for getting the current viewport from the store. * * @public * @returns The current viewport */ export declare function useViewport(): () => Viewport; //# sourceMappingURL=useViewport.d.ts.map