From 5d1cfc45fe1061e35c14a0239fae070e68830329 Mon Sep 17 00:00:00 2001 From: yuki0410-dev Date: Sat, 22 Jun 2024 22:20:39 +0900 Subject: [PATCH] export ReactDatePickerCustomHeaderProps IF --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index d04ba0808..7a385a85d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -66,6 +66,8 @@ export { registerLocale, setDefaultLocale, getDefaultLocale }; const outsideClickIgnoreClass = "react-datepicker-ignore-onclickoutside"; const WrappedCalendar = onClickOutside(Calendar); +export { ReactDatePickerCustomHeaderProps } from "./calendar"; + // Compares dates year+month combinations function hasPreSelectionChanged( date1?: Date | null,