UNPKG

@maskito/kit

Version:

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

6 lines (5 loc) 257 B
import type { MaskitoTimeMode, MaskitoTimeSegments } from '../../types'; /** * @param timeString can be with/without fixed characters */ export declare function parseTimeString(timeString: string, timeMode: MaskitoTimeMode): Partial<MaskitoTimeSegments>;