UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

7 lines (6 loc) 180 B
/** * Get the size of Graph. * @param container container of Graph * @returns Size of Graph */ export declare function sizeOf(container: HTMLElement | null): [number, number];