Skip to content

Commit 7c28d97

Browse files
committed
🎉 Release v0.2.0
1 parent 4013bff commit 7c28d97

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

types.d.ts

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,20 @@ export class Calendar extends Vue {
77
/** today value */
88
today: Date
99

10-
/** week banner text */
11-
weekText: Array<string>
12-
13-
/** banner year text */
14-
bannerYearText: string
15-
16-
/** banner month text */
17-
bannerMonthText: string
10+
locale: 'cn' | 'en'
1811

1912
/** show mark or not */
2013
dotArr: Array<boolean>
2114

22-
/** footer comment */
23-
comment: string
24-
2515
backToToday: () => void
2616

2717
toPreMonth: () => void
2818

2919
toNextMonth: () => void
3020

21+
toPreYear: () => void
22+
23+
toNextYear: () => void
24+
3125
toSpecificDate: (year: number, month: number, date: number) => void
3226
}

0 commit comments

Comments
 (0)