UNPKG

@pagopa/mui-italia

Version:

[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).

11 lines (10 loc) 441 B
/// <reference types="react" /> import { CompanyLinkType, FooterLinksType } from "../Footer"; import { LangSwitchProps } from "../LangSwitch"; type FooterCheckoutProps = LangSwitchProps & { companyLink: CompanyLinkType; links: Array<FooterLinksType>; onExit?: (exitAction: () => void) => void; }; export declare const FooterCheckout: ({ companyLink, links, onExit, ...langProps }: FooterCheckoutProps) => JSX.Element; export {};