UNPKG

react-day-picker

Version:

Customizable Date Picker for React

3 lines (2 loc) 115 B
import { type Interval } from "date-fns"; export declare function eachMonthOfInterval(interval: Interval): Date[];