Function: Weekday()
Weekday(
props):Element
Defined in: src/components/Weekday.tsx:9
Render a table header cell with the name of a weekday (e.g., "Mo", "Tu").
Parameters
| Parameter | Type |
|---|---|
props | ThHTMLAttributes<HTMLTableCellElement> |
Returns
Element