UNPKG

164 BTypeScriptView Raw
1import { Offsets } from '../models';
2export declare function getViewportOffsetRectRelativeToArtbitraryNode(element: HTMLElement, excludeScroll?: boolean): Offsets;