You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Callback fired when the component requests to be closed.
49
49
*/
50
50
onClose?: ()=>void
51
+
/**
52
+
* Callback fired when the component requests to be closed.
53
+
*/
54
+
onClosePrevented?: ()=>void
55
+
/**
56
+
* Callback fired when the modal is shown, its backdrop is static and a click outside the modal or an escape key press is performed with the keyboard option set to false.
0 commit comments