@stakefish/ui
Version:
<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>
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;