@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>
18 lines (17 loc) • 429 B
TypeScript
declare const MuiMenuItem: {
root: {
paddingTop: number;
paddingBottom: number;
paddingLeft: number;
paddingRight: number;
"&.Mui-selected": {
backgroundColor: string;
color: string;
"&:hover": {
backgroundColor: string;
color: string;
};
};
};
};
export default MuiMenuItem;