Skip to content

Commit

Permalink
fix(types): Edge.title type (#1382) (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchl4n3k authored Mar 15, 2021
1 parent 6b98f1a commit e977021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/network/Network.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ export interface EdgeOptions {
roundness: number,
};

title?: string;
title?: string | HTMLElement;

value?: number;

Expand Down

0 comments on commit e977021

Please sign in to comment.