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 • 357 B
TypeScript
export { default as flush } from './flush';
export { default as pop } from './pop';
export { default as pushAlertDialog } from './pushAlertDialog';
export { default as pushBottomSheet } from './pushBottomSheet';
export { default as pushLightbox } from './pushLightbox';
export { default as pushModal } from './pushModal';
//# sourceMappingURL=index.d.ts.map