react-video-recorder
react-video-recorder copied to clipboard
Could not find a declaration file for module 'react-video-recorder'.
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';
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