Files
Schnappix/node_modules/react-native-gesture-handler/lib/module/components/ReanimatedSwipeable/ReanimatedSwipeableProps.js
T

8 lines
240 B
JavaScript

"use strict";
export let SwipeDirection = /*#__PURE__*/function (SwipeDirection) {
SwipeDirection["LEFT"] = "left";
SwipeDirection["RIGHT"] = "right";
return SwipeDirection;
}({});
//# sourceMappingURL=ReanimatedSwipeableProps.js.map