Skip to content

Commit

Permalink
docs: Drawer version error (ant-design#49208)
Browse files Browse the repository at this point in the history
* Update index.zh-CN.md

* Update index.en-US.md
  • Loading branch information
kaoding authored Jun 4, 2024
1 parent 5b34be1 commit 1fc2461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/drawer/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ v5 use `rootClassName` & `rootStyle` to config wrapper style instead of `classNa
| width | Width of the Drawer dialog | string \| number | 378 | |
| zIndex | The `z-index` of the Drawer | number | 1000 | |
| onClose | Specify a callback that will be called when a user clicks mask, close button or Cancel button | function(e) | - | |
| drawerRender | Custom drawer content render | (node: ReactNode) => ReactNode | - | 5.19.0 |
| drawerRender | Custom drawer content render | (node: ReactNode) => ReactNode | - | 5.18.0 |

## Semantic DOM

Expand Down
2 changes: 1 addition & 1 deletion components/drawer/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ v5 使用 `rootClassName` 与 `rootStyle` 来配置最外层元素样式。原 v
| width | 宽度 | string \| number | 378 | |
| zIndex | 设置 Drawer 的 `z-index` | number | 1000 | |
| onClose | 点击遮罩层或左上角叉或取消按钮的回调 | function(e) | - | |
| drawerRender | 自定义渲染抽屉 | (node: ReactNode) => ReactNode | - | 5.19.0 |
| drawerRender | 自定义渲染抽屉 | (node: ReactNode) => ReactNode | - | 5.18.0 |

## Semantic DOM

Expand Down

0 comments on commit 1fc2461

Please sign in to comment.