react-swipe-events
react-swipe-events copied to clipboard
Import package
Trying to use it here but the only way that the import on React worked was by using
import ReactSwipeEvents from "react-swipe-events";
and not as stated on the docs as
import ReactSwipeEvents from 'reactSwipeEvents'
Even though I am using
import ReactSwipeEvents from 'react-swipe-events'
or 'reactSwipeEvent'
still console throws error:
Could not find a declaration file for module 'react-swipe-events'