Skip to content

Commit

Permalink
Update Calendar.d.ts
Browse files Browse the repository at this point in the history
Fix for the issue primefaces#926
  • Loading branch information
emiravete authored Jun 19, 2019
1 parent 8e44b6c commit 201ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/Calendar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface CalendarProps {
stepSecond?: number;
shortYearCutoff?: string;
hideOnDateTimeSelect?: boolean;
showWeek: PropTypes.bool,
showWeek?: boolean,
locale?: LocaleSettings;
dateFormat?: string;
panelStyle?: object;
Expand Down

0 comments on commit 201ad27

Please sign in to comment.