UNPKG

326 BJavaScriptView Raw
1import React from "react";
2/**
3 * Render the row with the weekday names.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export function Weekdays(props) {
9 return (React.createElement("thead", null,
10 React.createElement("tr", { ...props })));
11}
12//# sourceMappingURL=Weekdays.js.map
\No newline at end of file