Skip to content

Commit

Permalink
Expose shared CalendarType type (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Aug 5, 2024
1 parent a8c5ad5 commit a0b71ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-calendar/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import YearView from './YearView.js';
export type { CalendarProps } from './Calendar.js';

export type {
CalendarType,
NavigationLabelFunc,
OnArgs,
OnClickFunc,
Expand Down

0 comments on commit a0b71ae

Please sign in to comment.