12 lines
356 B
JavaScript
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
|