UNPKG

@retailmenot/anchor

Version:

A React UI Library by RetailMeNot

9 lines (8 loc) 247 B
import * as React from 'react'; interface FooterSectionProps { className?: string; title?: string; children?: any; } export declare const FooterSection: ({ children, title, }: FooterSectionProps) => React.ReactElement<any>; export {};