UNPKG

ionic5-international-input

Version:

An Ionic component for International Phone Number Input, that allows all countries, validation with google phone lib, limited countries, preferred countries, virtual scrolling and much more.

7 lines (6 loc) 146 B
export interface IonIntlTelInputModel { internationalNumber: string; nationalNumber: string; isoCode: string; dialCode: string; }