标签: reactjs material-ui
让我们说我想将Typography组件与variant="h2"一起使用,我通过makeStyles为其提供样式。但是我想在另一个组件中完全使用这些样式,而不仅仅是将样式复制到另一个组件中。
Typography
variant="h2"
makeStyles
什么是最好的方法?
我不想用这些样式覆盖所有Typography variant="h2",因此主题中的overriding Typography并不是真正的解决方案。
Typography variant="h2"
Styled Components在这里正确吗?