UNPKG

297 BTypeScriptView Raw
1import React from "react";
2/**
3 * Component wrapping the month grids.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export declare function Months(props: JSX.IntrinsicElements["div"]): React.JSX.Element;
9export type MonthsProps = Parameters<typeof Months>[0];