@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
41 lines (40 loc) • 1.1 kB
TypeScript
declare const MuiMenu: {
root: {
"&.Mui-selected, &.Mui-active, &.Mui-selected.Mui-focusVisible": {
backgroundColor: string;
color: string;
"&:hover": {
backgroundColor: string;
color: string;
};
};
};
paper: {
border: number;
borderRadius: number;
background: string;
boxShadow: string;
".MuiButtonBase-root": {
padding: string;
"&:hover": {
backgroundColor: string;
};
fontFamily: string;
fontWeight: 400;
fontSize: 15;
lineHeight: "24px";
};
".MuiList-root": {
padding: string;
};
".Mui-selected, .Mui-active, .Mui-selected.Mui-focusVisible": {
backgroundColor: string;
color: string;
"&:hover": {
backgroundColor: string;
color: string;
};
};
};
};
export default MuiMenu;