UNPKG

311 BJavaScriptView Raw
1import React from "react";
2/**
3 * Render the column header with the weekday name (e.g. "Mo", "Tu", etc.).
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export function Weekday(props) {
9 return React.createElement("th", { ...props });
10}
11//# sourceMappingURL=Weekday.js.map
\No newline at end of file