Skip to content

Commit

Permalink
fix: add highlightedDays to Calendar ts declaration file (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroTorresSicilia authored Feb 3, 2024
1 parent 7de9615 commit 11a0469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Calendar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface CalendarProps extends BaseProps {
variant?: 'single' | 'double';
locale?: string;
disabledDays?: Array<string | Date>;
highlightedDays?: Array<string | Date>;
}

declare const Calendar: ComponentType<CalendarProps>;
Expand Down

0 comments on commit 11a0469

Please sign in to comment.