UNPKG

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

38 lines (37 loc) 813 B
declare const styles: { calendar: string; controls: string; grid: string; column: string; header: string; headerContent: string; month: string; year: string; arrowPrev: string; arrowNext: string; wrapper: string; content: string; months: string; monthsMonth: string; years: string; yearsYear: string; week: string; weekDay: string; weekNumbers: string; weekNumbersTitle: string; weekNumbersContent: string; weekNumber: string; dates: string; date: string; dateBtn: string; datePopup: string; dateRangeTooltip: string; time: string; timeContent: string; timeHour: string; timeMinute: string; timeKeeping: string; timeRanges: string; timeRange: string; }; export default styles;