getValidDates funciton was re-exported

This commit is contained in:
Vladimir Khvan 2023-02-28 16:39:02 +05:00
parent 265a34ffed
commit 0e1ec55dff

View File

@ -5,3 +5,4 @@ export { getCalendarMonths } from "./getCalendarMonths";
export { getMonthElements } from "./getMonthElements";
export { getCalendarYears } from "./getCalendarYears";
export { getYearElements } from "./getYearElements";
export { getValidDates } from "./getValidDates";