Files
avz-site/node_modules/react-day-picker/dist/cjs/hijri/lib/eachMonthOfInterval.d.ts
T
2026-06-10 12:38:42 -03:00

3 lines
115 B
TypeScript

import { type Interval } from "date-fns";
export declare function eachMonthOfInterval(interval: Interval): Date[];