We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
year
1 parent 85a1002 commit 94dbddeCopy full SHA for 94dbdde
index.d.ts
@@ -401,7 +401,7 @@ interface Slots {
401
hours(props: { text: string; value: number }): any;
402
minutes(props: { text: string; value: number }): any;
403
month(props: { text: string; value: number }): any;
404
- year(props: { year: number }): any;
+ year(props: { text: string; value: number }): any;
405
'action-buttons'(props: { value: InternalModelValue }): any;
406
'action-preview'(props: { value: InternalModelValue }): any;
407
'calendar-header'(props: { day: string; index: number }): any;
0 commit comments