UNPKG

vue-hooks-plus

Version:
5 lines (4 loc) 257 B
declare const getScrollTop: (el: Document | Element) => number; declare const getScrollHeight: (el: Document | Element) => number; declare const getClientHeight: (el: Document | Element) => number; export { getScrollTop, getScrollHeight, getClientHeight };