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) 665 B
import { ComponentStory } from "@storybook/react"; import { SingleFileInput } from "./SingleFileInput"; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./SingleFileInput").SingleFileInputProps>; export default _default; export declare const Default: ComponentStory<typeof SingleFileInput>; export declare const Loading: ComponentStory<typeof SingleFileInput>; export declare const Error: ComponentStory<typeof SingleFileInput>; export declare const WithFile: ComponentStory<typeof SingleFileInput>; export declare const WithTruncatedFileName: ComponentStory<typeof SingleFileInput>;