UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

3 lines (2 loc) 152 B
import type { IPage } from './types'; export declare function autoScroll(element: HTMLAnchorElement, page: IPage, bottomTimes?: number): Promise<void>;