UNPKG

@maskito/phone

Version:

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

7 lines (6 loc) 238 B
export declare function selectTemplate({ currentTemplate, newTemplate, currentPhoneLength, newPhoneLength, }: { currentTemplate: string; newTemplate: string; currentPhoneLength: number; newPhoneLength: number; }): string;