UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (7 loc) 214 B
/** The props for the [[Month]] component. */ export interface MonthProps { displayIndex: number; displayMonth: Date; } /** Render a month. */ export declare function Month(props: MonthProps): JSX.Element;