UNPKG

hh-ui-components

Version:
8 lines (7 loc) 193 B
import { FC } from "react"; interface FooterMenuProps { FooterMenuData: Array<Object>; onClick?: () => void; } declare const FooterMenu: FC<FooterMenuProps>; export default FooterMenu;