Skip to content

Commit a0b71ae

Browse files
authored
Expose shared CalendarType type (#946)
1 parent a8c5ad5 commit a0b71ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-calendar/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import YearView from './YearView.js';
88
export type { CalendarProps } from './Calendar.js';
99

1010
export type {
11+
CalendarType,
1112
NavigationLabelFunc,
1213
OnArgs,
1314
OnClickFunc,

0 commit comments

Comments
 (0)