UNPKG

react-zoom-pan-pinch

Version:
4 lines (3 loc) 280 B
import { LibrarySetup, ReactZoomPanPinchProps, ReactZoomPanPinchState } from "../models/context.model"; export declare const createState: (props: ReactZoomPanPinchProps) => ReactZoomPanPinchState; export declare const createSetup: (props: ReactZoomPanPinchProps) => LibrarySetup;