UNPKG

hh-ui-components

Version:
8 lines (7 loc) 193 B
import { FC } from "react"; interface FooterFootProps { FooterFootData: Array<object>; onClick?: () => void; } declare const FooterFoot: FC<FooterFootProps>; export default FooterFoot;