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:
/// <reference types="react" />
import { FooterProps } from './typings';
declare function defaultRenderLogo(props: FooterProps): JSX.Element;
declare function defaultRenderCopyright(props: FooterProps): JSX.Element;
declare function defaultRenderSocialIconLabel(props: FooterProps): JSX.Element;
declare function defaultRenderSocialIcons(props: FooterProps): JSX.Element;
declare function defaultRenderLinkList(props: FooterProps): JSX.Element;
export { defaultRenderLogo, defaultRenderCopyright, defaultRenderSocialIcons, defaultRenderLinkList, defaultRenderSocialIconLabel, };