UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

10 lines (9 loc) 565 B
export declare function getScroller(el: HTMLElement, root?: any): any; export declare function getScrollTop(el: any): number; export declare function setScrollTop(el: any, value: number | string): void; export declare function getRootScrollTop(): number; export declare function setRootScrollTop(value: any): void; export declare function getElementTop(el: any, scroller: any): any; export declare function getVisibleHeight(el: any): any; export declare function getVisibleTop(el: any): any; export declare function getScrollSelector(scrollViewId: string): string;