UNPKG

ion-intl-tel-v2

Version:

This is a continuation of the original project from azzamasghar1 (https://github.com/azzamasghar1/ion-intl-tel-input) which includes new features and some much requested features

8 lines (7 loc) 177 B
export interface IonIntlTelInputModel { e164Number: string; internationalNumber: string; nationalNumber: string; isoCode: string; dialCode: string; }