UNPKG

@veccu/react-calendar

Version:

Headless Calendar UI Library with react hooks

8 lines (7 loc) 252 B
import { DateCell } from '../models'; export default function withDateProps(baseDate: Date, cursorDate: Date): <T extends DateCell>(cell: T) => T & { date: number; isCurrentMonth: boolean; isCurrentDate: boolean; isWeekend: boolean; };