UNPKG

@pagopa/mui-italia

Version:

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

8 lines (7 loc) 362 B
import React from "react"; import { ButtonProps } from "@mui/material"; export declare const ButtonNaked: <C extends React.ElementType<any, keyof React.JSX.IntrinsicElements>>(props: ButtonProps<C, { component?: C | undefined; buttonRef?: React.Ref<HTMLButtonElement> | undefined; weight?: "default" | "light" | undefined; }>) => React.ReactElement;