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 SocialIconData: ({
    label: string;
    url: string;
    bgColor: string;
    color: string;
    dataQa: string;
    breed?: undefined;
} | {
    label: string;
    url: string;
    bgColor: string;
    color: string;
    breed: string;
    dataQa: string;
})[];
export { SocialIconData };