DayProps

Per-cell calculated flags returned by getDayProps(). Represents the visual and interactive state of a single day cell in the calendar.

import type { DayProps } from "react-date-range-picker-headless";

Fields

FieldTypeDescription
dateDateThe Date object for this cell.