UNPKG
cross-gesture
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Gesture lib for the modern browsers
github.com/iamcco/cross-gesture.js
iamcco/cross-gesture.js
cross-gesture
/
lib
/
esm
/
types.js
8 lines
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
var
SwipeDirection
; (
function
(
SwipeDirection
) {
SwipeDirection
[
"left"
] =
"left"
;
SwipeDirection
[
"right"
] =
"right"
;
SwipeDirection
[
"top"
] =
"top"
;
SwipeDirection
[
"bottom"
] =
"bottom"
; })(
SwipeDirection
|| (
SwipeDirection
= {}));
//# sourceMappingURL=types.js.map