UNPKG

@pagopa/mui-italia

Version:

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

15 lines (14 loc) 611 B
import React from 'react'; import { ComponentStory } from '@storybook/react'; import { TOSAgreement } from './TOSAgreement'; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, { productName: string; description: React.ReactNode; onConfirm: VoidFunction; children?: React.ReactNode; sx?: import("@mui/material").SxProps<{}> | undefined; confirmBtnDisabled?: boolean | undefined; confirmBtnLabel?: string | undefined; }>; export default _default; export declare const Default: ComponentStory<typeof TOSAgreement>;