UNPKG

hh-ui-components

Version:
12 lines (11 loc) 286 B
import { FC } from "react"; export interface FooterProps { title: string; btnLabel: string; description: string; FooterFootData: Array<any>; FooterMenuData: Array<any>; onClick?: () => void; } export declare const Footer: FC<FooterProps>; export default Footer;