Skip to content

Commit

Permalink
Merge pull request #4931 from yuki0410-dev/bugfix/4906
Browse files Browse the repository at this point in the history
export ReactDatePickerCustomHeaderProps IF
  • Loading branch information
martijnrusschen authored Jun 23, 2024
2 parents c8c9f6f + 5d1cfc4 commit b724db6
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 b724db6

Please sign in to comment.