UNPKG

@aplus-frontend/ui

Version:

14 lines (13 loc) 258 B
import { ref as c, computed as o } from "vue"; const e = "ap-table--sticky", l = (s) => { const t = c(); return { isStickyMode: o( () => s.value?.classList.contains(e) || !1 ), scrollBarRef: t }; }; export { l as useStickyScroll };