UNPKG

@ipohjs/qwik-date-picker

Version:

Stream-able and resumable date picker component, built with Qwik

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