UNPKG

react-pretty-box

Version:

React-Pretty-Box is a ReactJS 18 library that enhances image viewing in web applications. It enables zoom functionality for single images or galleries, allowing users to explore visuals in greater detail. With intuitive controls like pinch-to-zoom and pan

9 lines 519 B
import "../assets/react-pretty-box.scss"; export { default as SingleImage } from "./singleImage"; export { default as ImageGallery } from "./imageGallery"; export { default as ImageGalleryMansory } from "./imageGalleryMasonry"; export { default as ProductGallery } from "./productGallery"; export { default as ImageCarouselGallery } from "./imageCarouselGallery"; export { default as MosaicGallery } from "./mosaicGallery"; export { default as SliderGallery } from "./sliderGallery"; //# sourceMappingURL=index.d.ts.map