UNPKG

542 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6exports.Months = Months;
7const react_1 = __importDefault(require("react"));
8/**
9 * Component wrapping the month grids.
10 *
11 * @group Components
12 * @see https://daypicker.dev/guides/custom-components
13 */
14function Months(props) {
15 return react_1.default.createElement("div", { ...props });
16}
17//# sourceMappingURL=Months.js.map
\No newline at end of file