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

3 lines 228 B
import { IModalContainerProps } from '../../core/Modal/types'; export default function ModalContainer(props: Partial<IModalContainerProps>): import("react/jsx-runtime").JSX.Element[]; //# sourceMappingURL=ModalContainer.d.ts.map