UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 336 B
import React from 'react'; import type { FooterInfo, LocaleType } from "../../../../interfaces/types"; export type Props = { className?: string; footerInfo?: FooterInfo; locale: LocaleType; }; declare const DiscoverFooter: ({ className, footerInfo, locale }: Props) => React.JSX.Element; export { DiscoverFooter };