styled-components 定义组件的风格为
styled-components
const Button = styled.button` background-color: papayawhip; border-radius: 3px; color: palevioletred; `
styled-components 背后的魔法
原文:https://www.cnblogs.com/kuangliu/p/8997684.html