DIR : /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm/offset.d.ts

/home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm

/**
 * Returns the offset of a given element, including top and left positions, width and height.
 *
 * @param node the element
 */
export default function offset(node: HTMLElement): {
    top: number;
    left: number;
    height: number;
    width: number;
};
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer