UNPKG

199 BJavaScriptView Raw
1import Tap from './gesture/tap';
2import Press from './gesture/press';
3import Swipe from './gesture/swipe';
4export { Tap, Press, Swipe };
5export default {
6 Tap: Tap,
7 Press: Press,
8 Swipe: Swipe
9};
\No newline at end of file