Repository URL to install this package:
|
Version:
0.9.5 ▾
|
/// <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, };