UNPKG

ion-intl-tel-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.

10 lines (9 loc) 201 B
export interface CountryI { name: string; isoCode: string; dialCode: string; flagClass: string; priority: number; placeholder: string; areaCodes?: Array<string>; }