UNPKG

react-day-picker

Version:

Customizable Date Picker for React

11 lines 282 B
import React from "react"; /** * Render the grid of days in a month. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export function MonthGrid(props) { return React.createElement("table", { ...props }); } //# sourceMappingURL=MonthGrid.js.map