I tried to install react-spinner-animated, it looks like it got installed but when I tried to import
import { Spinner } from 'react-spinner-animated';
It is throwing the error could not find a declaration file for module react-spinner-animated
I have also tried npm i --save-dev @types/react-spinner-animated, but it's throwing error code E404
I tried to install react-spinner-animated, it looks like it got installed but when I tried to import
import { Spinner } from 'react-spinner-animated';
It is throwing the error could not find a declaration file for module react-spinner-animated
I have also tried npm i --save-dev @types/react-spinner-animated, but it's throwing error code E404