Files
copilot-toolbox-sdfdsfds/node_modules/antd/lib/_util/getScroll.d.ts
2026-01-16 01:51:36 +00:00

4 lines
170 B
TypeScript

export declare function isWindow(obj: any): obj is Window;
declare const getScroll: (target: HTMLElement | Window | Document | null) => number;
export default getScroll;