@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
4 lines (3 loc) • 311 B
TypeScript
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;