diff --git a/types/react-datepicker/index.d.ts b/types/react-datepicker/index.d.ts index 522f1faaf9..c85847bcb0 100644 --- a/types/react-datepicker/index.d.ts +++ b/types/react-datepicker/index.d.ts @@ -116,6 +116,7 @@ export interface ReactDatePickerProps { showYearDropdown?: boolean; startDate?: Date | null; startOpen?: boolean; + strictParsing?: boolean; tabIndex?: number; timeCaption?: string; timeFormat?: string;