UNPKG

react-day-picker

Version:

Customizable Date Picker for React

9 lines (8 loc) 268 B
import { DayPickerContextValue } from './DayPickerContext'; /** * Hook to access the [[DayPickerContext]]. * * To use this hook make sure to wrap the components with a one * [[DayPickerProvider]]. */ export declare function useDayPicker(): DayPickerContextValue;