We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cfe85 commit 3c2931eCopy full SHA for 3c2931e
index.d.ts
@@ -174,7 +174,7 @@ export interface VueDatePicker {
174
markers?: {
175
date: Date | string;
176
type?: 'dot' | 'line';
177
- tooltip?: { text: string; color?: string }[];
+ tooltip?: { text?: string; html?: string; color?: string }[];
178
color?: string;
179
}[];
180
transitions?:
src/VueDatePicker/interfaces.ts
@@ -117,7 +117,7 @@ export interface OnClickOutsideOptions<E extends keyof OnClickOutsideEvents> ext
117
export interface IMarker {
118
119
120
121
122
}
123
0 commit comments