Type safety for styled components (#733)
Showing
... | @@ -55,6 +55,7 @@ | ... | @@ -55,6 +55,7 @@ |
"@types/node": "^13.13.5", | "@types/node": "^13.13.5", | ||
"@types/react": "^16.9.34", | "@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | "@types/react-dom": "^16.9.7", | ||
"@types/styled-components": "^4.2.0", | |||
"prettier": "^1.17.0", | "prettier": "^1.17.0", | ||
"typescript": "^3.8.3" | "typescript": "^3.8.3" | ||
}, | }, | ||
... | ... |
src/theme/styled.d.ts
0 → 100644
Please register or sign in to comment