react-material-overlay
Version:
A fully featured Material UI implementation of overlays like modals, alert dialogs, lightboxes, and bottom sheets featuring easy stack management and browser history integration
4 lines • 633 B
TypeScript
import { ILightboxProps } from '../../core/Lightbox/types';
declare const Lightbox: ({ show, closeLightbox, deleteLightbox, captions, counter, download, fullscreen, share, slideshow, thumbnails, zoom, fullscreenOptions, captionsOptions, counterOptions, downloadOptions, shareOptions, slideshowOptions, thumbnailsOptions, videoOptions, zoomOptions, carouselOptions, controllerOptions, labels, noScrollOptions, toolbarOptions, styles, render, className, animationOptions, on, slides, extraPlugins, lightboxId }: ILightboxProps) => import("react/jsx-runtime").JSX.Element;
export default Lightbox;
//# sourceMappingURL=Lightbox.d.ts.map