Function: Week()
Week(
props
):Element
Defined in: src/components/Week.tsx:11
Render a row in the calendar, with the days and the week number.
Parameters
Parameter | Type |
---|---|
props | { week : CalendarWeek ; } & HTMLAttributes <HTMLTableRowElement > |
Returns
Element