diff --git a/components/date-picker/index.en-US.md b/components/date-picker/index.en-US.md index 2b84c13cd..3bd00bd3f 100644 --- a/components/date-picker/index.en-US.md +++ b/components/date-picker/index.en-US.md @@ -187,8 +187,8 @@ The following APIs are shared by DatePicker, RangePicker. | Events Name | Description | Arguments | Version | | | --- | --- | --- | --- | --- | -| calendarChange | Callback function, can be executed when the start time or the end time of the range is changing. | function(dates: \[dayjs, dayjs], dateStrings: \[string, string], info: { range:`start`\|`end` }) | - | | -| change | a callback function, can be executed when the selected time is changing | function(dates: \[dayjs, dayjs] \| \[string, string], dateStrings: \[string, string]) | | | +| calendarChange | Callback function, can be executed when the start time or the end time of the range is changing. | function(dates: \[dayjs, dayjs] \| \[string, string] \| null, dateStrings: \[string, string], info: { range:`start`\|`end` }) | - | | +| change | a callback function, can be executed when the selected time is changing | function(dates: \[dayjs, dayjs] \| \[string, string] \| null, dateStrings: \[string, string]) | | | | ok | callback when click ok button | function(dates: \[dayjs, dayjs] \| \[string, string]) | | | #### formatType