react-video-recorder icon indicating copy to clipboard operation
react-video-recorder copied to clipboard

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

Open hacmak18 opened this issue 3 years ago • 1 comments

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';

hacmak18 avatar Oct 30 '21 08:10 hacmak18

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

GabrielCartier avatar Oct 18 '22 17:10 GabrielCartier