📜  间距材料 ui makestyles - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:48.097000             🧑  作者: Mango

代码示例1
const theme = createMuiTheme({
  spacing: [0, 4, 8, 16, 32, 64],
});

theme.spacing(2); // = 8