UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

26 lines (25 loc) 458 B
const i = { vertical: { offset: "offsetHeight", scroll: "scrollTop", scrollSize: "scrollHeight", size: "height", key: "is-vertical", axis: "Y", client: "clientY", direction: "top" }, horizontal: { offset: "offsetWidth", scroll: "scrollLeft", scrollSize: "scrollWidth", size: "width", key: "is-horizontal", axis: "X", client: "clientX", direction: "left" } }; export { i as BAR_MAP };