@maskito/kit
Version:
The optional framework-agnostic Maskito's package with ready-to-use masks
4 lines (3 loc) • 312 B
TypeScript
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>;