@vendasta/store
Version:
Components and data for Store
22 lines (21 loc) • 883 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
interface CountryCodeAndFlag {
flag: string;
countryCode: string;
countryName?: string;
}
export declare class SupportedCountriesV2Component implements OnInit {
businessCountryCode: string;
set countryCodes(countryCodes: string[]);
countryCodeAndFlags: CountryCodeAndFlag[];
businessCountry: CountryCodeAndFlag;
availableInUserCountry: boolean;
ngOnInit(): void;
private getEmojiFlag;
private getCountryName;
private checkYourCountryInAvailable;
static ɵfac: i0.ɵɵFactoryDeclaration<SupportedCountriesV2Component, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SupportedCountriesV2Component, "app-supported-countries-v2", never, { "businessCountryCode": "businessCountryCode"; "countryCodes": "countryCodes"; }, {}, never, never>;
}
export {};