UNPKG

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

6 lines 402 B
export { default as useAlertDialogContainer } from './AlertDialog/useAlertDialogContainer'; export { default as useBottomSheetContainer } from './BottomSheet/useBottomSheetContainer'; export * from './common'; export { default as useLightboxContainer } from './Lightbox/useLightboxContainer'; export { default as useModalContainer } from './Modal/useModalContainer'; //# sourceMappingURL=index.d.ts.map