DialogPropsinterface

{
	onClose?: Callback;
}
PropertyType
.onCloseCallback
A callback is a function that is called when something happens, optionally with multiple values.

Props for <Dialog> — optional children content and an onClose callback.