UNPKG

177 BTypeScriptView Raw
1import { Offsets } from '../models';
2export declare function getOffsetRectRelativeToArbitraryNode(children: HTMLElement, parent: HTMLElement, fixedPosition?: boolean): Offsets;