UNPKG

@maskito/phone

Version:

The optional framework-agnostic Maskito's package with phone masks

7 lines 271 B
import type { MaskitoMaskExpression } from '@maskito/core'; export declare function generatePhoneMask({ value, template, prefix, }: { value: string; template: string; prefix: string; }): MaskitoMaskExpression; //# sourceMappingURL=generate-phone-mask.d.ts.map