UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 95 B
/** * 获取 scrollTop */ declare function getScrollTop(): number; export { getScrollTop };