mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
fix: add props define - onPanelChange in DatePicker.RangePicker
This commit is contained in:
parent
3ce9188056
commit
9bf76ff76a
@ -75,6 +75,7 @@ export interface RangePickerProps extends PickerProps {
|
||||
disabledMinutes?: () => number[],
|
||||
disabledSeconds?: () => number[],
|
||||
};
|
||||
onPanelChange?: (value?: moment.Moment[], mode?: string | string[]) => void;
|
||||
}
|
||||
|
||||
export interface WeexPickerProps extends PickerProps, SinglePickerProps {
|
||||
|
Loading…
Reference in New Issue
Block a user