Function: MonthCaption()
MonthCaption(
props
):Element
Defined in: src/components/MonthCaption.tsx:11
Render the caption of a month in the calendar.
Parameters
Parameter | Type |
---|---|
props | { calendarMonth : CalendarMonth ; displayIndex : number ; } & HTMLAttributes <HTMLDivElement > |
Returns
Element