I am trying to use a 'scroll to top' component:
import ScrollUpButton from 'react-scroll-up-button';
It seems that because I am using Typescript, it doesn't accept this import for some reason. I get an unusual error, but no idea what to do with it (the first recommendation for Typing does not work):
Could not find a declaration file for module 'react-scroll-up-button'. '/../react-scroll-up-button/dist/react-scroll-up-button.js' implicitly has an 'any' type.
Try `npm install @types/react-scroll-up-button` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-scroll-up-button';`