UNPKG

@vendasta/store

Version:

Components and data for Store

14 lines (13 loc) 541 B
import * as i0 from "@angular/core"; interface CountryCodeAndFlag { flag: string; countryCode: string; } export declare class SupportedCountriesComponent { set countryCodes(countryCodes: string[]); coutryCodeAndFlags: CountryCodeAndFlag[]; private getEmojiFlag; static ɵfac: i0.ɵɵFactoryDeclaration<SupportedCountriesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SupportedCountriesComponent, "app-supported-countries", never, { "countryCodes": "countryCodes"; }, {}, never, never>; } export {};