UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

3 lines 254 B
import type { MaskitoDateSegments, MaskitoTimeSegments } from '../../types'; export declare function segmentsToDate(parsedDate: Partial<MaskitoDateSegments>, parsedTime?: Partial<MaskitoTimeSegments>): Date; //# sourceMappingURL=segments-to-date.d.ts.map