UNPKG

lightbox.js-react

Version:

React lightbox with animation and customization options

8 lines (5 loc) 316 B
export { IconButton, SlideshowLightbox, SlideshowLightboxProps } from './components/SlideshowLightbox/SlideshowLightbox.mjs'; export { Image, ImageProps } from './components/Image/Image.mjs'; import 'react'; declare const initLightboxJS: (licenseKey: string, plan_type: string) => void; export { initLightboxJS };