UNPKG

@ipohjs/qwik-date-picker

Version:

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

3 lines 173 B
import type { ToUTCDateOffset } from './types'; export declare function toUTCDate(inputDate: Date, offset?: ToUTCDateOffset): Date; //# sourceMappingURL=to-utc-date.d.ts.map