UNPKG

react-simple-image-zoom

Version:

Simple image zoom/magnification component for react, using react portals

8 lines (7 loc) 245 B
/// <reference types="react" /> import { ImageZoomState } from './ImageZoom'; declare const ZoomContainer: (props: Partial<ImageZoomState> & { zoomContainerHeight: number; imgSrc: string; }) => JSX.Element; export default ZoomContainer;