UNPKG

react-touch

Version:

React wrapper components that make touch events easy

8 lines (7 loc) 399 B
export { default as Draggable } from './Draggable.react'; export { default as Holdable } from './Holdable.react'; export { default as Swipeable } from './Swipeable.react'; export { default as CustomGesture } from './CustomGesture.react'; export { default as defineHold } from './defineHold'; export { default as defineSwipe } from './defineSwipe'; export { default as moves } from './gestureMoves';