UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 186 B
import { SelectSingleContextValue } from './SelectSingleContext'; /** Hook to access the [[SelectSingleContext]]. */ export declare function useSelectSingle(): SelectSingleContextValue;