minishouyin/node_modules/antd/lib/_util/getScroll.d.ts

4 lines
170 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export declare function isWindow(obj: any): obj is Window;
declare const getScroll: (target: HTMLElement | Window | Document | null) => number;
export default getScroll;