UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (7 loc) 229 B
/** Controls the navigation state. */ export declare function useNavigationState(): [ /** The month DayPicker is navigating at */ month: Date, /** Go to the specified month. */ goToMonth: (month: Date) => void ];