Repository URL to install this package:
|
Version:
0.0.15 ▾
|
declare const list: ({
humanized: string;
name: string;
isSelected: boolean;
value: string;
country: string;
currency: string;
/** @todo unused? remove */
customClass: string;
link?: undefined;
} | {
humanized: string;
name: string;
isSelected: boolean;
value: string;
country: string;
currency: string;
link: string;
customClass: string;
})[];
declare const wording: {
chooseRegion: string;
};
export { wording, list };