UNPKG

@vuetify/nightly

Version:

Vue Material Component Framework

3 lines (2 loc) 199 B
export declare function weekNumber(year: number, month: number, day: number, firstDayOfWeek: number, localeFirstDayOfYear: number): number; export declare function isLeapYear(year: number): boolean;