UNPKG

react-native-plain-calendar

Version:
4 lines (3 loc) 260 B
import { DateFns } from '../types'; export declare function isWithinRange(date: DateFns, startDate: DateFns, endDate: DateFns): boolean; export declare function isWithinRangeWithArray(dates: DateFns | DateFns[], startDate: DateFns, endDate: DateFns): boolean;