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 (5 loc) 204 B
export type * from './AlertDialog/types'; export type * from './BottomSheet/types'; export * from './Lightbox/types'; export * from './Modal/types'; export { default as RmoStack } from './RmoStack';