UNPKG

react-zoom-pan-pinch

Version:
5 lines (4 loc) 471 B
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;