Skip to content

Commit 7fe2f73

Browse files
authored
Merge pull request #53 from exoego/fix-type
Fix type of IVennDiagram
2 parents e802dee + 100f988 commit 7fe2f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export interface IStyledSetOverlap extends ISetOverlap {
183183
}
184184

185185
export interface IVennDiagram {
186-
(selection: Selection<HTMLElement, readonly IStyledSetOverlap[], any, unknown>): {
186+
(selection: Selection<HTMLElement, readonly IStyledSetOverlap[], any, any>): {
187187
circles: ISolution;
188188
textCentres: { [set: string]: IPoint };
189189
nodes: Selection<SVGGElement, IStyledSetOverlap, any, unknown>;

0 commit comments

Comments
 (0)