UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 254 B
export declare const isWindow: (obj: any) => obj is Window; export declare const isDocument: (val: Document | HTMLElement) => val is Document; declare const getScroll: (target: HTMLElement | Window | Document | null) => number; export default getScroll;