UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

3 lines (2 loc) 164 B
export declare function isWindow(obj: any): obj is Window; export default function getScroll(target: HTMLElement | Window | Document | null, top: boolean): number;