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/ui / dist / components / organisms / Share / fixture.d.ts
Size: Mime:
declare const wording: {
    productName: string;
    label: string;
    copy: string;
    copied: string;
    copyLink: string;
};
declare const list: {
    label: string;
    url: string;
    path: string;
    bgColor: string;
    color: string;
}[];
export { wording, list };