UNPKG

@maskito/phone

Version:

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

7 lines (6 loc) 222 B
import type { MaskitoMaskExpression } from '@maskito/core'; export declare function generatePhoneMask({ value, template, prefix, }: { value: string; template: string; prefix: string; }): MaskitoMaskExpression;