UNPKG

@dotglitch/ngx-common

Version:

Angular components and utilities that are commonly used.

9 lines (8 loc) 277 B
/** * This utils file exists outside of the strict angular DI zone * This enables opening popups without requiring absolute DI bindings. */ export declare const getPosition: (el: HTMLElement | PointerEvent, config: any, bounds: DOMRect) => { top: any; left: any; };