UNPKG

@cbinsights/fds

Version:
6 lines (5 loc) 149 B
export declare type FooterProps = { site: string; }; export declare const Footer: ({ site }: FooterProps) => JSX.Element; export default Footer;