UNPKG

@vuesax-alpha/nightly

Version:
3 lines (2 loc) 244 B
import type { Rect, Strategy, VirtualElement } from 'vuesax-alpha/es/hooks/use-floating/utils'; export declare function getRectRelativeToOffsetParent(element: Element | VirtualElement, offsetParent: Element | Window, strategy: Strategy): Rect;