UNPKG

react-quick-pinch-zoom

Version:

A react component that providing multi-touch gestures for zooming and dragging on any DOM element.

3 lines (2 loc) 191 B
import type { OffsetBoundsOptions } from './types'; export declare function getOffsetBounds({ containerDimension, childDimension, padding, centerContained, }: OffsetBoundsOptions): number[];