UNPKG

react-native-plain-calendar

Version:
6 lines (5 loc) 219 B
import { DateFns } from '../types'; declare type Dates = DateFns | DateFns[]; declare type Callback = (date: DateFns) => boolean; export declare function withArray(dates: Dates, callback: Callback): boolean; export {};