Type Alias: DialogProps
DialogProps:
MuiDialogProps
&object
Dialog component props.
Type declaration
Name | Type | Description |
---|---|---|
children | React.ReactNode | Content to be displayed inside the dialog |
dividers | boolean | Whether to display dividers in the dialog content |
footer | React.ReactNode | Footer content to be displayed inside the dialog |
handleClose | () => void | Function to handle closing of the dialog |
open | boolean | Whether the dialog is open |
title | string | Optional title of the dialog |
Defined in
packages/react-material-ui/src/components/Dialog/Dialog.tsx:12 (opens in a new tab)