UNPKG

581 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.Weekday = Weekday;
7const react_1 = __importDefault(require("react"));
8/**
9 * Render the column header with the weekday name (e.g. "Mo", "Tu", etc.).
10 *
11 * @group Components
12 * @see https://daypicker.dev/guides/custom-components
13 */
14function Weekday(props) {
15 return react_1.default.createElement("th", { ...props });
16}
17//# sourceMappingURL=Weekday.js.map
\No newline at end of file