1 | ;
|
2 | var __importDefault = (this && this.__importDefault) || function (mod) {
|
3 | return (mod && mod.__esModule) ? mod : { "default": mod };
|
4 | };
|
5 | Object.defineProperty(exports, "__esModule", { value: true });
|
6 | exports.Months = Months;
|
7 | const 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 | */
|
14 | function Months(props) {
|
15 | return react_1.default.createElement("div", { ...props });
|
16 | }
|
17 | //# sourceMappingURL=Months.js.map |
\ | No newline at end of file |