📅  最后修改于: 2022-03-11 14:59:56.238000             🧑  作者: Mango
const useStyles = props => makeStyles( theme => ({
div: {
width: theme.spacing(props.units || 0)
}
}));
//calling the function
const classes = useStyles(props)();