UNPKG

@maskito/kit

Version:

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

4 lines 365 B
import type { MaskitoTimeSegments } from '../../types'; export declare function padStartTimeSegments(timeSegments: MaskitoTimeSegments<number | string>): MaskitoTimeSegments; export declare function padStartTimeSegments(timeSegments: Partial<MaskitoTimeSegments<number | string>>): Partial<MaskitoTimeSegments>; //# sourceMappingURL=pad-start-time-segments.d.ts.map