You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use typescript in react and when I tried to get the declaration file for this package it was not available. Is there a way to integrate that ?
The text was updated successfully, but these errors were encountered:
yes even I am facing the same issue. Is there any solution?
Could not find a declaration file for module 'react-liquid-gauge'. 'C:/Users/shivaprasad.suvarna/Documents/Projects/ohdsi-frontend/node_modules/react-liquid-gauge/lib/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-liquid-gauge` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-liquid-gauge';`
I wanted to use typescript in react and when I tried to get the declaration file for this package it was not available. Is there a way to integrate that ?
The text was updated successfully, but these errors were encountered: