backgroundClassName | undefined | string Extra className s to apply to the background element, separated by spaces. |
backgroundStyle | React.CSSProperties Extra styles to apply to the background element. |
children | React.ReactNode The contents of the dialog element. |
className | undefined | string Extra className s to apply to the dialog element, separated by spaces. |
onClose | function () => unknown
Callback function to fire when the dialog is closed. |
style | React.CSSProperties Extra styles to apply to the dialog element. |