diagram.d.ts 141 B

12
  1. /** returns a svg path of the intersection area of a bunch of circles */
  2. export declare function intersectionAreaPath(circles: any): string;