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 / Lists / SingleList / fixture.d.ts
Size: Mime:
declare const wording: {
    favoritesTitle: string;
    favoritesShare: string;
    favoritesIconColor: string;
    shareFavoritesTitle: string;
    emptyFavoritesPageMessage: string;
    favoritesPrivateListMessage: string;
};
declare const qa: {
    favoritesIcon: string;
    favoritesShare: string;
};
declare const socialIconList: ({
    label: string;
    url: string;
    color: string;
    dataQa: string;
    breed: string;
    bgcolor?: undefined;
} | {
    label: string;
    url: string;
    bgcolor: string;
    color: string;
    dataQa: string;
    breed?: undefined;
})[];
export { wording, socialIconList, qa };