importReactfrom"react";
/**
* Render the grid of days for a specific month.
*
* @groupComponents
* @see https://daypicker.dev/guides/custom-components
*/exportfunctionMonthGrid(props) {
returnReact.createElement("table", { ...props });
}
//# sourceMappingURL=MonthGrid.js.map