UNPKG

@ipohjs/qwik-date-picker

Version:

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

3 lines 264 B
import type { ToNextDateInit } from './types.js'; export declare function toNextDate({ disabledDatesSet, disabledDaysSet, focusedDate, hasAltKey, keyboardEventKey, maxTime, minTime, selectedDate, }: ToNextDateInit): Date; //# sourceMappingURL=to-next-date.d.ts.map