UNPKG

ngx-material-intl-tel-input

Version:
15 lines (14 loc) 351 B
import * as i0 from "@angular/core"; export type CountryData = [ string, string, string, string, number?, (string | number)[]? ]; export declare class CountryCode { allCountries: CountryData[]; static ɵfac: i0.ɵɵFactoryDeclaration<CountryCode, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CountryCode>; }