UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 221 B
import { DayPickerContextValue } from '../../../contexts/DayPicker'; /** Return the initial month according to the given options. */ export declare function getInitialMonth(context: Partial<DayPickerContextValue>): Date;