UNPKG

@maskito/kit

Version:

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

6 lines (5 loc) 92 B
export interface MaskitoDateSegments<T = string> { day: T; month: T; year: T; }