Answers for "how to give prop to styled components with typescript"

5

styled components props typescript

# to prevent typescript error, install this
yarn add @types/styled-components

# NPM
npm install @types/styled-components
Posted by: Guest on July-14-2020

Code answers related to "how to give prop to styled components with typescript"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language