Files
icehrm/web/node_modules/antd/lib/_util/getScroll.d.ts
T

3 lines
158 B
TypeScript

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