@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>
28 lines (27 loc) • 609 B
TypeScript
declare const MuiMobileStepper: {
root: {
paddingLeft: number;
paddingRight: number;
"& .MuiLinearProgress-bar": {
borderRadius: number;
};
};
progress: {
width: string;
height: string;
backgroundColor: string;
borderRadius: number;
};
barColorPrimary: {
backgroundColor: string;
};
dot: {
backgroundColor: string;
width: number;
height: number;
};
dotActive: {
backgroundColor: string;
};
};
export default MuiMobileStepper;