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
7 lines • 383 B
TypeScript
import { isLightboxActive } from '../../core/Lightbox/store';
import { ILightboxContainerProps } from '../../core/Lightbox/types';
export default function useLightboxContainer(props: ILightboxContainerProps): {
lightboxList: import("../../core/Lightbox/types").ILightboxProps[];
isLightboxActive: typeof isLightboxActive;
};
//# sourceMappingURL=useLightboxContainer.d.ts.map