react-day-picker
Version:
Customizable Date Picker for React
7 lines (6 loc) • 544 B
TypeScript
import { DayPickerContextValue } from '../../../contexts/DayPicker';
import { SelectMultipleContextValue } from '../../../contexts/SelectMultiple';
import { SelectRangeContextValue } from '../../../contexts/SelectRange';
import { InternalModifiers } from '../../../types/Modifiers';
/** Return the [[InternalModifiers]] from the DayPicker and select contexts. */
export declare function getInternalModifiers(dayPicker: DayPickerContextValue, selectMultiple: SelectMultipleContextValue, selectRange: SelectRangeContextValue): InternalModifiers;