UNPKG

@maskito/core

Version:

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

3 lines 262 B
import type { ElementState, MaskitoMaskExpression } from '../../../types'; export declare function removeFixedMaskCharacters(initialElementState: ElementState, mask: MaskitoMaskExpression): ElementState; //# sourceMappingURL=remove-fixed-mask-characters.d.ts.map