UNPKG

@tarojs/router

Version:
3 lines (2 loc) 170 B
import type { PageInstance } from '@tarojs/runtime'; export declare function bindPageScroll(page: PageInstance, scrollEl: HTMLElement | Window, distance?: number): void;