UNPKG

react-image-magnify

Version:

A responsive image zoom component designed for shopping sites.

13 lines (12 loc) 344 B
import PropTypes from 'prop-types'; import Point from './Point'; import { SmallImageShape } from './Image'; export default { cursorOffset: Point, fadeDurationInMs: PropTypes.number, isActive: PropTypes.bool, isPositionOutside: PropTypes.bool, position: Point, smallImage: SmallImageShape, style: PropTypes.object };