react-zoom-pan-pinch
Version:
Zoom and pan html elements in easy way
5 lines (4 loc) • 471 B
TypeScript
import { ReactZoomPanPinchContentRef, ReactZoomPanPinchContext, ReactZoomPanPinchContextState, ReactZoomPanPinchRef } from "../models/context.model";
export declare const getControls: (contextInstance: ReactZoomPanPinchContext) => ReactZoomPanPinchContentRef;
export declare const getState: (contextInstance: ReactZoomPanPinchContext) => ReactZoomPanPinchContextState;
export declare const getContext: (contextInstance: ReactZoomPanPinchContext) => ReactZoomPanPinchRef;