Function: MonthGrid()
MonthGrid(
props):Element
Defined in: packages/react-day-picker/src/components/MonthGrid.tsx:9
Render the grid of days for a specific month.
Parameters
| Parameter | Type |
|---|---|
props | TableHTMLAttributes<HTMLTableElement> |
Returns
Element