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

4 lines 290 B
import { IModalContentWrapperProps } from '../../core'; declare function ModalContentWrapper({ children, contentWrapperProps, scroll }: IModalContentWrapperProps): import("react/jsx-runtime").JSX.Element; export default ModalContentWrapper; //# sourceMappingURL=ModalContentWrapper.d.ts.map