UNPKG

react-touch-draggable

Version:

React wrapper components that make touch events easy

17 lines (15 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var moves = { RIGHT: 0, DOWNRIGHT: 1, DOWN: 2, DOWNLEFT: 3, LEFT: 4, UPLEFT: 5, UP: 6, UPRIGHT: 7 }; exports.default = moves;