UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

9 lines (8 loc) 303 B
"use strict"; export let HoverEffect = /*#__PURE__*/function (HoverEffect) { HoverEffect[HoverEffect["NONE"] = 0] = "NONE"; HoverEffect[HoverEffect["LIFT"] = 1] = "LIFT"; HoverEffect[HoverEffect["HIGHLIGHT"] = 2] = "HIGHLIGHT"; return HoverEffect; }({}); //# sourceMappingURL=HoverEffect.js.map