gatsby-theme-zh
Version:
13 lines (12 loc) • 406 B
TypeScript
import React from 'react';
import { FooterProps as RcFooterProps } from 'rc-footer';
import 'rc-footer/assets/index.less';
export declare const OLD_SITE_DOMAIN = "https://antv-2018.alipay.com";
interface FooterProps extends RcFooterProps {
rootDomain?: string;
language?: string;
githubUrl?: string;
location: Location;
}
declare const Footer: React.FC<FooterProps>;
export default Footer;