We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marker-tooltip
1 parent 2a04e22 commit f622ff2Copy full SHA for f622ff2
index.d.ts
@@ -384,7 +384,7 @@ interface Slots {
384
'action-buttons'(props: { value: InternalModelValue }): any;
385
'action-preview'(props: { value: InternalModelValue }): any;
386
'calendar-header'(props: { day: string; index: number }): any;
387
- 'marker-tooltip'(props: { day: Date; tooltip: { text?: string; html?: string; color?: string }[] }): any;
+ 'marker-tooltip'(props: { day: Date; tooltip: { text?: string; html?: string; color?: string } }): any;
388
'action-extra'(props: { selectCurrentDate: () => void }): any;
389
'time-picker-overlay'(props: {
390
hours: number | number[];
0 commit comments