import styled from 'react-emotion' const Basic = ({ className }) => ( <div className={className}>Some text</div> ) const Fancy = styled(Basic)` color: ...
確定! 回上一頁