Files
icehrm/web/node_modules/antd/lib/_util/getScroll.d.ts
2020-05-20 18:47:29 +02:00

3 lines
158 B
TypeScript

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