getScroll.d.ts 164 B

12
  1. export declare function isWindow(obj: any): obj is Window;
  2. export default function getScroll(target: HTMLElement | Window | Document | null, top: boolean): number;