UNPKG

@vuesax-alpha/nightly

Version:
7 lines (6 loc) 281 B
import type { Rect, Strategy } from 'vuesax-alpha/es/hooks/use-floating/utils'; export declare function convertOffsetParentRelativeRectToViewportRelativeRect({ rect, offsetParent, strategy, }: { rect: Rect; offsetParent: Element | Window; strategy: Strategy; }): Rect;