UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

6 lines (5 loc) 167 B
import type { IRegion } from '../region/interface'; export declare const getCombinedSizeOfRegions: (regions: IRegion[]) => { width: number; height: number; };