Skip to content

Commit

Permalink
fix(types): Node.title type (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexucis authored Mar 6, 2021
1 parent cb1f8a2 commit 53fbab4
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 @@ -963,7 +963,7 @@ export interface NodeOptions {

size?: number;

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

value?: number;

Expand Down

0 comments on commit 53fbab4

Please sign in to comment.