UNPKG

point-focus

Version:

A React component for zooming and focusing on image points via click, drag, or cursor.

5 lines (4 loc) 276 B
import { InertiaOptions } from '../ImageMagnifier.types'; export declare function startInertia({ initialLeft, initialTop, velocity, setLeft, setTop, bounds, friction, minVelocity, onEnd, contextRef, }: InertiaOptions & { contextRef: React.MutableRefObject<any>; }): void;