react-swipe-events icon indicating copy to clipboard operation
react-swipe-events copied to clipboard

Import package

Open brunosfreitas opened this issue 6 years ago • 1 comments

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'

brunosfreitas avatar Oct 17 '18 14:10 brunosfreitas

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'

ChiuMungZitAlexander avatar Oct 22 '18 12:10 ChiuMungZitAlexander