UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

3 lines 278 B
import type { ToNextSelectedDateInit } from './typings.js'; export declare function toNextSelectedDate({ currentDate, date, disabledDatesSet, disabledDaysSet, hasAltKey, key, maxTime, minTime, }: ToNextSelectedDateInit): Date; //# sourceMappingURL=to-next-selected-date.d.ts.map