UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

13 lines (12 loc) 324 B
export interface FooterProps { footerLinks?: { name: string; link: string; }[]; footerSocialMedia?: { logo: string; link: string; }[]; } declare const Footer: ({ footerLinks, footerSocialMedia }: FooterProps) => import("react/jsx-runtime").JSX.Element; export default Footer;