From 0c76e3f183542aba98576599122f03e5ec8d032e Mon Sep 17 00:00:00 2001 From: stefan-ysh <58702199+stefan-ysh@users.noreply.github.com> Date: Fri, 16 Jun 2023 12:11:37 +0800 Subject: [PATCH] docs: The description of API superNextIcon and superPrevIcon made the << and >> reversed (#43046) --- components/date-picker/index.zh-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/date-picker/index.zh-CN.md b/components/date-picker/index.zh-CN.md index 3affbb210a..87f6ce0bfe 100644 --- a/components/date-picker/index.zh-CN.md +++ b/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) | - | |