vanilla-calendar-pro
Version:
The Vanilla Calendar Pro is a versatile JavaScript date and time picker component with TypeScript support, making it compatible with any JavaScript frameworks and libraries. It is designed to be lightweight, easy to use, and feature-rich, without relying
27 lines (26 loc) • 521 B
TypeScript
declare const labels: {
application: string;
navigation: string;
arrowNext: {
month: string;
year: string;
};
arrowPrev: {
month: string;
year: string;
};
month: string;
months: string;
year: string;
years: string;
week: string;
weekNumber: string;
dates: string;
selectingTime: string;
inputHour: string;
inputMinute: string;
rangeHour: string;
rangeMinute: string;
btnKeeping: string;
};
export default labels;