Skip to content

Commit f622ff2

Browse files
committed
fix: Wrong slot type for marker-tooltip (fixes #959)
1 parent 2a04e22 commit f622ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ interface Slots {
384384
'action-buttons'(props: { value: InternalModelValue }): any;
385385
'action-preview'(props: { value: InternalModelValue }): any;
386386
'calendar-header'(props: { day: string; index: number }): any;
387-
'marker-tooltip'(props: { day: Date; tooltip: { text?: string; html?: string; color?: string }[] }): any;
387+
'marker-tooltip'(props: { day: Date; tooltip: { text?: string; html?: string; color?: string } }): any;
388388
'action-extra'(props: { selectCurrentDate: () => void }): any;
389389
'time-picker-overlay'(props: {
390390
hours: number | number[];

0 commit comments

Comments
 (0)