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    
Size: Mime:
declare const wording: {
    myaccount: string;
    signout: string;
    welcome: string;
    guest: string;
    userName: string;
    orders: string;
    fillColor: {
        fill1: string;
        fill2: string;
    };
    activeFillColor: {
        fill1: string;
        fill2: string;
    };
};
declare const routes: {
    logout: string;
};
export { routes };
export { wording };