UNPKG

@maskito/core

Version:

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

3 lines 274 B
import type { ElementState } from '../../../types'; export declare function guessValidValueByPattern(elementState: ElementState, mask: Array<RegExp | string>, initialElementState: ElementState | null): ElementState; //# sourceMappingURL=guess-valid-value-by-pattern.d.ts.map