When trying to use rebass with the rebass preset in typescript following issue occurs.
Could not find a declaration file for module '@rebass/preset'. '/Users/marco/code/my-project/node_modules/@rebass/preset/dist/index.js' implicitly has an 'any' type.
Try `npm install @types/rebass__preset` if it exists or add a new declaration (.d.ts) file containing `declare module '@rebass/preset';`ts(7016)
The @types/rebass__preset package is not available.
Would be great if this would be supported.
+1
+1
+1
+1
+1
+1
This library is written in JavaScript. You'll need to handle TypeScript in the definitely typed repo
Most helpful comment
+1