@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>
25 lines (24 loc) • 649 B
TypeScript
declare const MuiListItem: {
root: {
backgroundColor: string;
padding: number;
marginBottom: string;
"&.MuiLink-root": {
backgroundColor: string;
};
"&.Mui-selected": {
"&:hover": {
backgroundColor: string;
};
};
"&.Mui-selected, &.Mui-active, &.Mui-selected.Mui-focusVisible": {
backgroundColor: string;
color: string;
"&:hover": {
backgroundColor: string;
color: string;
};
};
};
};
export default MuiListItem;