Repository URL to install this package:
|
Version:
2.1.16 ▾
|
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 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, defaultRenderMobilePoweredBy, defaultRenderPoweredByLabel, defaultRenderPoweredByValue, defaultRenderCopyright, defaultRenderSocialIcons, defaultRenderLinkList, defaultRenderSocialIconLabel, };