UNPKG

@hydroperx/tiles

Version:
8 lines (7 loc) 170 B
/** * Computes the direct cascading translate X/Y of an element as pixels. */ export declare function ownTranslate(el: HTMLElement): { x: number; y: number; };