"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MINIMAL_FLING_VELOCITY = exports.DEFAULT_TOUCH_SLOP = void 0; const DEFAULT_TOUCH_SLOP = 15; exports.DEFAULT_TOUCH_SLOP = DEFAULT_TOUCH_SLOP; const MINIMAL_FLING_VELOCITY = 0.1; exports.MINIMAL_FLING_VELOCITY = MINIMAL_FLING_VELOCITY; //# sourceMappingURL=constants.js.map