diff --git a/src/index.tsx b/src/index.tsx index 8807865a96..885027b18e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -56,7 +56,7 @@ import TabLoop from "./tab_loop"; import type { ClickOutsideHandler } from "./click_outside_wrapper"; -export { default as CalendarContainer } from "./calendar_container"; +export { default as CalendarContainer, CalendarContainerProps } from "./calendar_container"; export { registerLocale, setDefaultLocale, getDefaultLocale };