UNPKG

@vuesax-alpha/nightly

Version:
4 lines (3 loc) 311 B
import type { Coords } from 'vuesax-alpha/es/hooks/use-floating/utils'; export declare function getVisualOffsets(element: Element | undefined): Coords; export declare function shouldAddVisualOffsets(element: Element | undefined, isFixed?: boolean, floatingOffsetParent?: Element | Window | undefined): boolean;