UNPKG

react-day-picker

Version:

Customizable Date Picker for React

10 lines (9 loc) 296 B
import React from "react"; /** * Render the weeks in the month grid. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function Weeks(props: JSX.IntrinsicElements["tbody"]): React.JSX.Element; export type WeeksProps = Parameters<typeof Weeks>[0];