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
parent
commit
0c76e3f183
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/date-picker/index.zh-CN.md

4
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) | - | |

Loading…
Cancel
Save