nicecode-v2/packages/meta/lib/_util/getScroll.d.ts

3 lines
164 B
TypeScript

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