diff --git a/types/react-datepicker/index.d.ts b/types/react-datepicker/index.d.ts index add53a1b20..06c3301924 100644 --- a/types/react-datepicker/index.d.ts +++ b/types/react-datepicker/index.d.ts @@ -133,6 +133,7 @@ export interface ReactDatePickerProps { withPortal?: boolean; yearDropdownItemNumber?: number; timeInputLabel?: string; + showTimeInput?: boolean; inlineFocusSelectedMonth?: boolean; onDayMouseEnter?: (date: Date) => void; onMonthMouseLeave?: () => void;