react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
12 lines (11 loc) • 356 B
JavaScript
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
;