UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

3 lines (2 loc) 152 B
import type { TuiPoint } from '@taiga-ui/core/types'; export declare function tuiGetElementPoint(x: number, y: number, element: HTMLElement): TuiPoint;