Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / features / Locale / state / fixture.d.ts
Size: Mime:
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 };