UNPKG

react-d3-calendar-heatmap

Version:
4 lines (3 loc) 247 B
export declare const pathMonth: (t: Date, weekday: any, cellSize: any, timeWeek: any, countDay: any) => string; export declare const sameDay: (first: Date, second: Date) => boolean; export declare const convertDateToUTCDate: (date: Date) => Date;