UNPKG

332 BJavaScriptView Raw
1import React from "react";
2/**
3 * Render the cell with the number of the week.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export function WeekNumber(props) {
9 const { week, ...tdProps } = props;
10 return React.createElement("td", { ...tdProps });
11}
12//# sourceMappingURL=WeekNumber.js.map
\No newline at end of file