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 / Footer / fixture.d.ts
Size: Mime:
import { CopyrightProps, FooterPoweredByData, LogoIconProps, MultipleListProps, SocialIconDataType } from '@skava/packages/ui/typings';
declare const copyrightData: CopyrightProps;
declare const listOfSocialIcons: SocialIconDataType;
/**
 * @todo THESE LINKS ARE DEAD ?
 */
declare const listOfLinks: MultipleListProps;
declare const poweredByData: FooterPoweredByData;
declare const logoIcon: LogoIconProps;
declare const wording: {
    connectWithUs: string;
};
export { wording, copyrightData, listOfSocialIcons, listOfLinks, poweredByData, logoIcon };