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 / ui / Logo / fixture.d.ts
Size: Mime:
declare const wording: {
    logoLink: string;
};
declare const qa: {
    logoLink: string;
};
declare const logoProps: {
    breed: string;
    versionColor: string;
};
export { logoProps, qa, wording };