3 lines
164 B
TypeScript
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;
|