UNPKG

@maskito/kit

Version:

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

3 lines 212 B
import type { MaskitoDateSegments } from '../../types'; export declare function appendDate(date: Date, { day, month, year }?: Partial<MaskitoDateSegments<number>>): Date; //# sourceMappingURL=append-date.d.ts.map