UNPKG

point-focus

Version:

A React component for zooming and focusing on image points via click, drag, or cursor.

4 lines (3 loc) 237 B
import { ImageProps } from '../ImageMagnifier.types'; declare const Image: ({ src, sources, width, height, hasSpacer, imgAttributes, isZoomed, fadeDuration }: ImageProps) => import("react/jsx-runtime").JSX.Element; export default Image;