UNPKG

@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) 1.18 kB
import { ComponentStory } from "@storybook/react"; import { PartyAccountItemButton } from "../PartyAccountItemButton"; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>; export default _default; export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>; export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>; export declare const Selected: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>; export declare const WithTag: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../PartyAccountItemButton").PartyAccountItemButtonProps>; export declare const WithParentName: ComponentStory<typeof PartyAccountItemButton>;