UNPKG

react-zoom-pan-pinch

Version:
7 lines (6 loc) 279 B
import { ReactZoomPanPinchProps, ReactZoomPanPinchContentRef } from "../../src"; export declare const Example: (options: { props?: ReactZoomPanPinchProps | undefined; onRender: () => void; onRenderProps: (ref: ReactZoomPanPinchContentRef) => void; }) => JSX.Element;