UNPKG

@maskito/core

Version:

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

3 lines 229 B
import type { ElementState } from '../../../types'; export declare function guessValidValueByRegExp({ value, selection }: ElementState, maskRegExp: RegExp): ElementState; //# sourceMappingURL=guess-valid-value-by-reg-exp.d.ts.map