UNPKG

react-day-picker

Version:

Customizable Date Picker for React

7 lines (6 loc) 279 B
import { DayPickerContextValue } from '../../contexts/DayPicker'; /** * Returns the default values to use in the DayPickerContext, in case they are * not passed down with the DayPicker initial props. */ export declare function getDefaultContextValue(): DayPickerContextValue;