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 246 B
import { IModalHeaderProps } from '../../core/Modal/types'; export default function ModalHeader({ title, subheader, closeButton, headerProps }: IModalHeaderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ModalHeader.d.ts.map