8 lines
240 B
JavaScript
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
|