Skip to content

Commit

Permalink
Merge pull request #53 from exoego/fix-type
Browse files Browse the repository at this point in the history
Fix type of IVennDiagram
  • Loading branch information
sgratzl authored Oct 6, 2024
2 parents e802dee + 100f988 commit 7fe2f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export interface IStyledSetOverlap extends ISetOverlap {
}

export interface IVennDiagram {
(selection: Selection<HTMLElement, readonly IStyledSetOverlap[], any, unknown>): {
(selection: Selection<HTMLElement, readonly IStyledSetOverlap[], any, any>): {
circles: ISolution;
textCentres: { [set: string]: IPoint };
nodes: Selection<SVGGElement, IStyledSetOverlap, any, unknown>;
Expand Down

0 comments on commit 7fe2f73

Please sign in to comment.