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