Browse Source
docs: The description of API superNextIcon and superPrevIcon made the << and >> reversed (#43046)
pull/43053/head
stefan-ysh
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
components/date-picker/index.zh-CN.md
|
|
@ -106,8 +106,8 @@ import locale from 'antd/locale/zh_CN'; |
|
|
|
| status | 设置校验状态 | 'error' \| 'warning' | - | 4.19.0 | |
|
|
|
| style | 自定义输入框样式 | CSSProperties | {} | | |
|
|
|
| suffixIcon | 自定义的选择框后缀图标 | ReactNode | - | | |
|
|
|
| superNextIcon | 自定义 `<<` 切换图标 | ReactNode | - | 4.17.0 | |
|
|
|
| superPrevIcon | 自定义 `>>` 切换图标 | ReactNode | - | 4.17.0 | |
|
|
|
| superNextIcon | 自定义 `>>` 切换图标 | ReactNode | - | 4.17.0 | |
|
|
|
| superPrevIcon | 自定义 `<<` 切换图标 | ReactNode | - | 4.17.0 | |
|
|
|
| onOpenChange | 弹出日历和关闭日历的回调 | function(open) | - | | |
|
|
|
| onPanelChange | 日历面板切换的回调 | function(value, mode) | - | | |
|
|
|
|
|
|
|