UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

8 lines (7 loc) 209 B
import { Size } from '../types'; /** * get the element's bounding size * @param ele dom element * @returns the element width and height */ export declare function getContainerSize(ele: HTMLElement): Size;