UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 158 B
import { FocusContextValue } from './FocusContext'; /** Hook to access the [[FocusContext]]. */ export declare function useFocusContext(): FocusContextValue;