UNPKG

296 BTypeScriptView Raw
1import React from "react";
2/**
3 * Render the weeks in the month grid.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export declare function Weeks(props: JSX.IntrinsicElements["tbody"]): React.JSX.Element;
9export type WeeksProps = Parameters<typeof Weeks>[0];