UNPKG

react-day-picker

Version:

Customizable Date Picker for React

10 lines (9 loc) 297 B
import React from "react"; /** * Component wrapping the month grids. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function Months(props: JSX.IntrinsicElements["div"]): React.JSX.Element; export type MonthsProps = Parameters<typeof Months>[0];