import { type DateCellProps } from './DateCell.types'; /** * DateCell is a button that represents a date in the Calendar component. * * The appearance of the DateCell is determined by the selected, today, and disabled props. * The borderRadiusCorner, hasRightBorder, hasBottomBorder, and isLastWeekDate props are calculated in the Calendar component and passed down to the DateCell component. * This component extends the props of `