fix: en-US#docs-fix Drawer closable description (#33035)

* Update index.en-US.md

* Update index.en-US.md

* Update index.en-US.md
This commit is contained in:
Gabriel Mendez Reyes 2021-11-25 20:35:07 -04:00 committed by GitHub
parent 4dcc85edef
commit 106679346e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr
| afterVisibleChange | Callback after the animation ends when switching drawers | function(visible) | - | |
| bodyStyle | Style of the drawer content part | object | - | |
| className | The class name of the container of the Drawer dialog | string | - | |
| closable | Whether a close (x) button is visible on top right of the Drawer dialog or not | boolean | true | |
| closable | Whether a close (x) button is visible on top left of the Drawer dialog or not | boolean | true | |
| closeIcon | Custom close icon | ReactNode | <CloseOutlined /> | |
| contentWrapperStyle | Style of the drawer wrapper of content part | CSSProperties | - | |
| destroyOnClose | Whether to unmount child components on closing drawer or not | boolean | false | |