UNPKG

170 BTypeScriptView Raw
1import type { PageInstance } from '@tarojs/runtime';
2export declare function bindPageScroll(page: PageInstance, scrollEl: HTMLElement | Window, distance?: number): void;