UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

19 lines (18 loc) 417 B
import { Theme } from '@mui/material/styles'; export default function IconButton(theme: Theme): { MuiIconButton: { variants: { props: { color: string; }; style: { '&:hover': { backgroundColor: string; }; }; }[]; styleOverrides: { root: {}; }; }; };