UNPKG

183 BTypeScriptView Raw
1/**
2 * Get the outer sizes of the given element (offset size + margins)
3 */
4import { Offsets } from '../models';
5export declare function getOuterSizes(element: HTMLElement): Offsets;