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

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