UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 196 B
import { SelectMultipleContextValue } from './SelectMultipleContext'; /** Hook to access the [[SelectMultipleContext]]. */ export declare function useSelectMultiple(): SelectMultipleContextValue;