Answers for "could not find a declaration file of 'styled components" in nextjs"

0

Could not find a declaration file for module 'styled-components'.

npm i --save-dev @types/styled-components
Posted by: Guest on March-02-2022
0

could not find a declaration file of 'styled components" in nextjs

npm install -D @types/module-name

or 

yarn add @types/module-name
Posted by: Guest on April-29-2022

Code answers related to "could not find a declaration file of 'styled components" in nextjs"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language