We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579d037 commit 9f42c3fCopy full SHA for 9f42c3f
README.md
@@ -70,6 +70,7 @@ ReactDOM.render(
70
| keyboard | Boolean | true | whether support press esc to close | |
71
| mousePosition | {x:number,y:number} | | set pageX and pageY of current mouse(it will cause transform origin to be set). | |
72
| onClose | function() | | called when click close button or mask | |
73
+| ~~afterClose~~ | function() | | called when close animation end | |
74
| getContainer | function(): HTMLElement | | to determine where Dialog will be mounted | |
75
| destroyOnHidden | Boolean | false | to unmount child compenents on onClose | |
76
| closeIcon | ReactNode | | specific the close icon. | |
0 commit comments