fbaiodias / react-video-recorder

https://react-video-recorder.vercel.app/
MIT License
188 stars 155 forks source link

Could not find a declaration file for module 'react-video-recorder'. #141

Open hacmak18 opened 2 years ago

hacmak18 commented 2 years ago

Could not find a declaration file for module 'react-video-recorder'. '/node_modules/react-video-recorder/lib/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-video-recorder if it exists or add a new declaration (.d.ts) file containing declare module 'react-video-recorder';

GabrielCartier commented 1 year ago

Recently created a PR for the typing. See: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/62780

Once merged you should be able to add it via npm i --save-dev @types/react-video-recorder