📅  最后修改于: 2022-03-11 14:59:03.795000             🧑  作者: Mango
代码示例1
const useStyles = makeStyles(theme => ({
root: props => ({
backgroundColor: props.backgroundColor,
color: theme.color,
}),
}));