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

12 lines
356 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SwipeDirection = void 0;
let SwipeDirection = exports.SwipeDirection = /*#__PURE__*/function (SwipeDirection) {
SwipeDirection["LEFT"] = "left";
SwipeDirection["RIGHT"] = "right";
return SwipeDirection;
}({});
//# sourceMappingURL=ReanimatedSwipeableProps.js.map