UNPKG

generic-zoom-react

Version:

React wrapper of generic-zoom. Medium zoom like functionality, but only transforming the container element. Suited for children that adjust automatically depending on the parent element such as gatsby-image.

4 lines (3 loc) 109 B
import React from 'react'; declare const GenericZoomOverlay: React.FC; export default GenericZoomOverlay;