diff --git a/components/drawer/index.en-US.md b/components/drawer/index.en-US.md index 2b83e46def..d9df168a06 100644 --- a/components/drawer/index.en-US.md +++ b/components/drawer/index.en-US.md @@ -35,6 +35,7 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr | zIndex | The `z-index` of the Drawer. | Number | 1000 | | placement | The placement of the Drawer. | 'top' \| 'right' \| 'bottom' \| 'left' | 'right' | | onClose | Specify a callback that will be called when a user clicks mask, close button or Cancel button. | function(e) | - | +| afterVisibleChange | Callback after the animation ends when switching drawers. | function(visible) | - |