UNPKG

@pagopa/mui-italia

Version:

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

5 lines (4 loc) 304 B
import type { Theme } from '@mui/material/styles'; import type { AllowedAlertSeverity } from './MIAlert'; export declare const getIcon: (severity?: AllowedAlertSeverity) => import("react/jsx-runtime").JSX.Element; export declare const getColor: (theme: Theme, severity?: AllowedAlertSeverity) => string;