API Reference
Rockets React API
react-material-ui
type-aliases
DialogProps

Type Alias: DialogProps

DialogProps: MuiDialogProps & object

Dialog component props.

Type declaration

NameTypeDescription
childrenReact.ReactNodeContent to be displayed inside the dialog
dividersbooleanWhether to display dividers in the dialog content
footerReact.ReactNodeFooter content to be displayed inside the dialog
handleClose() => voidFunction to handle closing of the dialog
openbooleanWhether the dialog is open
titlestringOptional title of the dialog

Defined in

packages/react-material-ui/src/components/Dialog/Dialog.tsx:12 (opens in a new tab)