UNPKG

@pagopa/mui-italia

Version:

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

8 lines (7 loc) 741 B
import { ComponentStory } from "@storybook/react"; import { PartyAccountItem } from "../PartyAccountItem"; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItem").PartyAccountItemProps>; export default _default; export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItem").PartyAccountItemProps>; export declare const NoWrap: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItem").PartyAccountItemProps>; export declare const WithParentName: ComponentStory<typeof PartyAccountItem>;