Skip to content

Commit d4ee30c

Browse files
authored
Make format and unit optional in Nav signature (#547)
1 parent 929b05c commit d4ee30c

File tree

1 file changed

+2
-2
lines changed
  • ember-power-calendar/src/components/power-calendar

1 file changed

+2
-2
lines changed

ember-power-calendar/src/components/power-calendar/nav.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import type {
77
export interface PowerCalendarNavSignature {
88
Args: {
99
calendar: CalendarAPI;
10-
format: string;
11-
unit: TPowerCalendarMoveCenterUnit;
10+
format?: string;
11+
unit?: TPowerCalendarMoveCenterUnit;
1212
};
1313
Blocks: {
1414
default: [calendar: CalendarAPI];

0 commit comments

Comments
 (0)