react-truncate-html
react-truncate-html copied to clipboard
Implicitly has an 'any' type.
I'm trying to use this package in my project but getting this:
/react-truncate-html/index.js' implicitly has an 'any' type.
Try npm install @types/react-truncate-html if it exists or add a new declaration (.d.ts) file containing declare module 'react-truncate-html';ts(7016)
any chance to fix this? Thanks!