I am trying install 'react-input-search'. I have error:
Could not find a declaration file for module 'react-search-input'. '.../app/node_modules/react-search-input/lib/index.js' implicitly has an 'any' type. Try
npm install @types/react-search-input
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-search-input';
ts(7016)
from Error: "Could not find a declaration file for module 'react-search-input'"
No comments:
Post a Comment