Skip to content

Commit b7a7d57

Browse files
committed
Also expose CalendarContainerProps at index
This is so people extending CalendarContainer can reference it. Signed-off-by: Bernát Gábor <[email protected]>
1 parent 386fce0 commit b7a7d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import TabLoop from "./tab_loop";
5656

5757
import type { ClickOutsideHandler } from "./click_outside_wrapper";
5858

59-
export { default as CalendarContainer } from "./calendar_container";
59+
export { default as CalendarContainer, CalendarContainerProps } from "./calendar_container";
6060

6161
export { registerLocale, setDefaultLocale, getDefaultLocale };
6262

0 commit comments

Comments
 (0)