fix: add props define - mode in DatePicker.RangePicker

This commit is contained in:
ziyi.hzy 2018-01-08 16:31:50 +08:00
parent 8d24100b23
commit 3ce9188056

View File

@ -69,6 +69,7 @@ export interface RangePickerProps extends PickerProps {
[range: string]: moment.Moment[],
};
placeholder?: [string, string];
mode?: string | string[];
disabledTime?: (current: moment.Moment, type: string) => {
disabledHours?: () => number[],
disabledMinutes?: () => number[],