@pagopa/mui-italia
Version:
[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).
10 lines (9 loc) • 384 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { FooterCheckout } from '../FooterCheckout';
import { Footer } from './Footer';
declare const meta: Meta<typeof Footer>;
export default meta;
type Story = StoryObj<typeof Footer>;
export declare const PreLogin: Story;
export declare const PostLogin: Story;
export declare const Checkout: StoryObj<typeof FooterCheckout>;