UNPKG

@maskito/kit

Version:

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

3 lines 253 B
import type { MaskitoPlugin } from '@maskito/core'; export declare function maskitoCaretGuard(guard: (value: string, selection: readonly [from: number, to: number]) => [from: number, to: number]): MaskitoPlugin; //# sourceMappingURL=caret-guard.d.ts.map