UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

3 lines (2 loc) 141 B
/** returns a svg path of the intersection area of a bunch of circles */ export declare function intersectionAreaPath(circles: any): string;