UNPKG

litepicker

Version:

Date range picker - lightweight, no dependencies

5 lines (4 loc) 294 B
import { DateTime } from './datetime'; export declare function findNestedMonthItem(monthItem: Element): number; export declare function dateIsLocked(date: DateTime, options: any, pickedDates: DateTime[]): boolean; export declare function rangeIsLocked(days: DateTime[], options: any): boolean;