UNPKG

@maskito/core

Version:

The main zero-dependency and framework-agnostic Maskito's package to create an input mask

3 lines (2 loc) 224 B
import type { ElementState, MaskitoOptions } from '../../../types'; export declare function applyOverwriteMode({ value, selection }: ElementState, newCharacters: string, mode: MaskitoOptions['overwriteMode']): ElementState;