UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 396 B
export declare const isInContainer: (el?: Element | undefined, container?: Window | Element | undefined) => boolean; export declare const getOffsetTop: (el: HTMLElement) => number; export declare const getOffsetTopDistance: (el: HTMLElement, containerEl: HTMLElement) => number; export declare const getClientXY: (event: MouseEvent | TouchEvent) => { clientX: number; clientY: number; };