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.

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