UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 269 B
import { Modifiers } from '../../../types/Modifiers'; /** Returns the day that should be the target of the focus when DayPicker is rendered the first time. */ export declare function getInitialFocusTarget(displayMonths: Date[], modifiers: Modifiers): Date | undefined;