@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
5 lines (4 loc) • 329 B
TypeScript
import { BoundingClientRect } from '../utils/getAvailableSizeInfo';
export declare const getRect: (node: Element, offset?: number) => BoundingClientRect;
export declare const getDocRect: () => BoundingClientRect;
export declare const getIntersection: (rect1: BoundingClientRect, rect2: BoundingClientRect) => BoundingClientRect;