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 • 723 B
TypeScript
import { IAlertDialogProps } from '../../core/AlertDialog/types';
declare const AlertDialog: ({ title, content, closeAlertDialog, DialogActionsProps, DialogContentProps, DialogTitleProps, deleteAlertDialog, slotProps, show, fullScreen, maxWidth, scroll, fullWidth, transitionPreset, closeOnBackdropClick, PaperComponent, PaperProps, DialogProps, TransitionComponent, transitionProps, sx, classes, slots, transitionDuration, reactSuspenseFallback, onConfirmOk, onConfirmCancel, confirmCancelButtonProps, confirmOkButtonProps, confirmCancelText, confirmOkText, actionButtons, alertDialogId }: IAlertDialogProps) => import("react/jsx-runtime").JSX.Element;
export default AlertDialog;
//# sourceMappingURL=AlertDialog.d.ts.map