Add separator prop for RangePicker (#15765)

* Add `separator` prop for RangePicker

* Update
This commit is contained in:
ztplz 2019-03-31 12:59:37 +08:00 committed by zombieJ
parent b56d6516da
commit 298a86f601

View File

@ -81,6 +81,7 @@ export interface RangePickerProps extends PickerProps {
};
placeholder?: [string, string];
mode?: string | string[];
separator?: React.ReactNode;
disabledTime?: (
current: moment.Moment | undefined,
type: string,