UNPKG

lightbox.js-react

Version:

React lightbox with animation and customization options

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