@pagopa/mui-italia
Version:
[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).
19 lines (18 loc) • 979 B
TypeScript
import { ComponentStory } from "@storybook/react";
import { FooterCheckout } from "../FooterCheckout";
import { Footer, PreLoginFooterLinksType, FooterLinksType, CompanyLinkType } from "./Footer";
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("..").LangSwitchProps & {
loggedUser: boolean;
companyLink: CompanyLinkType;
postLoginLinks: FooterLinksType[];
preLoginLinks: PreLoginFooterLinksType;
legalInfo: JSX.Element | JSX.Element[];
onExit?: ((exitAction: () => void) => void) | undefined;
productsJsonUrl?: string | undefined;
onProductsJsonFetchError?: ((reason: any) => void) | undefined;
hideProductsColumn?: boolean | undefined;
}>;
export default _default;
export declare const PreLogin: ComponentStory<typeof Footer>;
export declare const PostLogin: ComponentStory<typeof Footer>;
export declare const Checkout: ComponentStory<typeof FooterCheckout>;