UNPKG

608 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.Weekdays = Weekdays;
7const react_1 = __importDefault(require("react"));
8/**
9 * Render the row with the weekday names.
10 *
11 * @group Components
12 * @see https://daypicker.dev/guides/custom-components
13 */
14function Weekdays(props) {
15 return (react_1.default.createElement("thead", null,
16 react_1.default.createElement("tr", { ...props })));
17}
18//# sourceMappingURL=Weekdays.js.map
\No newline at end of file