UNPKG

vuesax-alpha

Version:
4 lines (3 loc) 197 B
import type { Coords } from 'vuesax-alpha/es/hooks/use-floating/utils'; import type { VirtualElement } from '../types'; export declare function getScale(element: Element | VirtualElement): Coords;