We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
변수명
const Join = styled.button` color : red; `;
antd를 적용한 변수명
const ButtonAntd = styled(Button)` color : blue; `;