UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

3 lines 262 B
import type { ToNextSelectableDateInit } from './typings.js'; export declare function toNextSelectableDate({ date, disabledDatesSet, disabledDaysSet, key, maxTime, minTime, }: ToNextSelectableDateInit): Date; //# sourceMappingURL=to-next-selectable-date.d.ts.map