import { type MonthCellProps } from './MonthCell.types'; /** * MonthCell is a button that represents a month in calendar-like components. * * The appearance of the MonthCell is determined by the selected, currentMonth, and disabled props. * The border radius and borders are automatically calculated based on the month's position: * - Month 1 (January): Top left radius * - Month 3 (March): Top right radius + right border * - Month 10 (October): Bottom left radius * - Month 12 (December): Bottom right radius + right border + bottom border * - Months 3,6,9,12: Right border * - Months 10,11,12: Bottom border * * This component extends the props of `