UNPKG

react-native-gesture-handler

Version:

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

15 lines (14 loc) 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PointerType = void 0; let PointerType = exports.PointerType = /*#__PURE__*/function (PointerType) { PointerType[PointerType["TOUCH"] = 0] = "TOUCH"; PointerType[PointerType["STYLUS"] = 1] = "STYLUS"; PointerType[PointerType["MOUSE"] = 2] = "MOUSE"; PointerType[PointerType["KEY"] = 3] = "KEY"; PointerType[PointerType["OTHER"] = 4] = "OTHER"; return PointerType; }({}); //# sourceMappingURL=PointerType.js.map