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-presets / dist / abstractions / Footer / renderProps.d.ts
Size: Mime:
import { FooterProps } from './typings';
declare function defaultRenderLogo(props: FooterProps): JSX.Element;
declare function defaultRenderMobilePoweredBy(props: FooterProps): JSX.Element;
declare function defaultRenderPoweredByLabel(props: FooterProps): JSX.Element;
declare function defaultRenderPoweredByValue(props: FooterProps): JSX.Element;
declare function defaultRenderLinkList(props: FooterProps): any;
declare function defaultRenderCopyright(props: FooterProps): JSX.Element;
declare function defaultRenderSocialIconLabel(props: FooterProps): JSX.Element;
declare function defaultRenderSocialIcons(props: FooterProps): any;
declare function defaultRenderContainer(props: FooterProps): JSX.Element;
declare function defaultRenderWrapper(props: FooterProps): JSX.Element;
export { defaultRenderLogo, defaultRenderMobilePoweredBy, defaultRenderPoweredByLabel, defaultRenderPoweredByValue, defaultRenderLinkList, defaultRenderCopyright, defaultRenderSocialIconLabel, defaultRenderSocialIcons, defaultRenderContainer, defaultRenderWrapper, };