Files
avz-site/node_modules/react-day-picker/dist/esm/components/Months.d.ts
T
2026-05-30 19:59:39 -03:00

10 lines
333 B
TypeScript

import React, { type HTMLAttributes } from "react";
/**
* Render a container wrapping the month grids.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export declare function Months(props: HTMLAttributes<HTMLDivElement>): React.JSX.Element;
export type MonthsProps = Parameters<typeof Months>[0];