UNPKG

@maskito/core

Version:

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

3 lines 288 B
import type { ElementState, MaskitoMaskExpression } from '../../../types'; export declare function calibrateValueByMask(elementState: ElementState, mask: MaskitoMaskExpression, initialElementState?: ElementState | null): ElementState; //# sourceMappingURL=calibrate-value-by-mask.d.ts.map