UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

10 lines (9 loc) 306 B
export declare function getFormatCalendar(year: number, month: number): { date: Date; week: number; day: number; isToday: boolean; isThisMonth: boolean; }[][]; export declare function isSameMonth(a: Date, b: Date): boolean; export declare function isSameDay(a: Date, b: Date): boolean;