Home [TypeScript] .ts,.tsx파일에서 styled-components 사용하기
Post
Cancel

[TypeScript] .ts,.tsx파일에서 styled-components 사용하기


해결

  • @types/styled-components 설치
    1
    
    npm i -D @types/styled-components
    

마치며

혹시 잘못된 정보나 궁금하신 게 있다면 편하게 댓글 달아주세요.
지적이나 피드백은 언제나 환영입니다.

This post is licensed under CC BY 4.0 by the author.