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

7 lines 419 B
import { isAlertDialogActive } from '../../core/AlertDialog/store'; import { IAlertDialogContainerProps } from '../../core/AlertDialog/types'; export default function useAlertDialogContainer(props: IAlertDialogContainerProps): { alertDialogList: import("../../core/AlertDialog/types").IAlertDialogProps[]; isAlertDialogActive: typeof isAlertDialogActive; }; //# sourceMappingURL=useAlertDialogContainer.d.ts.map