UNPKG

@vuesax-alpha/nightly

Version:
3 lines (2 loc) 201 B
import type { Coords, ElementRects, Placement } from '../utils'; export declare function computeCoordsFromPlacement({ reference, floating }: ElementRects, placement: Placement, rtl?: boolean): Coords;