vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
14 lines (13 loc) • 311 B
JavaScript
import { USE_TOUCH as o } from "@vexip-ui/utils";
const t = Object.freeze([
"horizontal",
"horizontal-exact",
"vertical",
"both"
]), c = o ? "touchmove" : "mousemove", r = o ? "touchend" : "mouseup";
export {
c as MOVE_EVENT,
r as UP_EVENT,
t as scrollModes
};
//# sourceMappingURL=symbol.mjs.map