diff --git a/src/index.d.ts b/src/index.d.ts index 12c9240..7060d68 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -183,7 +183,7 @@ export interface IStyledSetOverlap extends ISetOverlap { } export interface IVennDiagram { - (selection: Selection): { + (selection: Selection): { circles: ISolution; textCentres: { [set: string]: IPoint }; nodes: Selection;