react-sprite-animator icon indicating copy to clipboard operation
react-sprite-animator copied to clipboard

Typescript Support

Open alysonvilela opened this issue 2 years ago • 0 comments

There is no typescript support to this project.

When you try to use it on a typescript project, the IDE shows this error. Could not find a declaration file for module 'react-sprite-animator'. 'c:/workspace/alyson/frontend-fdte/node_modules/react-sprite-animator/lib/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-sprite-animatorif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-sprite-animator';ts(7016)

alysonvilela avatar Jan 16 '24 03:01 alysonvilela