actions? | ReactNode | Actions for the dialog | - | BaseDialogProps.actions |
className? | string | Overrides or extends the styles applied to the component. Default null | BaseDialogProps.className | - |
DialogContentProps? | DialogContentProps | Dialog content props Default {dividers: !isMobile} | - | BaseDialogProps.DialogContentProps |
disableInitialTransition? | boolean | - | - | - |
onClose? | () => any | Handles dialog closing Default null | - | BaseDialogProps.onClose |
open? | boolean | Handles dialog opening Default false | - | BaseDialogProps.open |
subtitle? | any | Dialog subtitle Default '' | - | BaseDialogProps.subtitle |
title? | any | Dialog title Default '' | - | BaseDialogProps.title |