@pagopa/mui-italia
Version:
[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).
11 lines (10 loc) • 335 B
TypeScript
import React from "react";
import { SvgIconProps } from "@mui/material";
export interface IllustrationProps {
title?: string;
size?: number;
}
export declare const Illustration: <C extends React.ElementType<any>>(props: SvgIconProps<C, {
component?: C | undefined;
name?: string | undefined;
}>) => React.ReactElement;