UNPKG

roko-date-picker

Version:
4 lines (3 loc) 216 B
import { tRange } from "../types/t.range"; export declare const selectedDay: (range: tRange, day: Date) => boolean; export declare const isBetweenDates: (targetDate: Date, startDate: Date, endDate: Date) => boolean;