UNPKG

@maskito/kit

Version:

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

7 lines 163 B
export interface MaskitoTimeSegments<T = string> { hours: T; minutes: T; seconds: T; milliseconds: T; } //# sourceMappingURL=time-segments.d.ts.map