1
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export declare const isWindow: (obj: any) => obj is Window;
|
||||
declare const getScroll: (target: HTMLElement | Window | Document | null) => number;
|
||||
export default getScroll;
|
||||
Reference in New Issue
Block a user