Skip to content

Commit

Permalink
export ReactDatePickerCustomHeaderProps IF
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0410-dev committed Jun 22, 2024
1 parent c8c9f6f commit 5d1cfc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d1cfc4

Please sign in to comment.