UNPKG

@maskito/kit

Version:

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

3 lines 220 B
import type { MaskitoTimeSegments } from '../../types'; export declare function toTimeString({ hours, minutes, seconds, milliseconds, }: Partial<MaskitoTimeSegments>): string; //# sourceMappingURL=to-time-string.d.ts.map