UNPKG

@maskito/kit

Version:

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

8 lines (7 loc) 174 B
import type { MaskitoDateMode } from '../../types'; export interface MaskitoDateParams { mode: MaskitoDateMode; separator?: string; max?: Date; min?: Date; }