Added Type for showTimeInput (#36947)

Added type for showTimeInput for the latest release of Datepicker.
 
Reference: 
showTimeInput: PropTypes.bool
https://github.com/Hacker0x01/react-datepicker/blob/master/src/index.jsx#L150
This commit is contained in:
rachitpsolanki 2019-07-19 22:50:01 +05:30 committed by Andrew Branch
parent 40bd1b2591
commit f7506eb3a0

View File

@ -133,6 +133,7 @@ export interface ReactDatePickerProps {
withPortal?: boolean;
yearDropdownItemNumber?: number;
timeInputLabel?: string;
showTimeInput?: boolean;
inlineFocusSelectedMonth?: boolean;
onDayMouseEnter?: (date: Date) => void;
onMonthMouseLeave?: () => void;