We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aria-labels
1 parent cd37f7f commit 1b66e6dCopy full SHA for 1b66e6d
index.d.ts
@@ -272,9 +272,9 @@ export interface VueDatePickerProps {
272
clearInput?: string;
273
calendarIcon?: string;
274
timePicker?: string;
275
- monthPicker: (overlay: boolean) => string;
276
- yearPicker: (overlay: boolean) => string;
277
- timeOverlay: (type: TimeType) => string;
+ monthPicker?: (overlay: boolean) => string;
+ yearPicker?: (overlay: boolean) => string;
+ timeOverlay?: (type: TimeType) => string;
278
};
279
arrowNavigation?: boolean;
280
yearPicker?: boolean;
0 commit comments