Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Aug 12, 2024
1 parent 3b2bb5a commit 2352137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/rendering-util/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ interface Edge {
labelStyle?: string[];
minlen?: number;
pattern?: string;
thickness?: 'normal' | 'thick' | 'invisible';
thickness?: 'normal' | 'thick' | 'invisible' | 'dotted';
look?: string;
}

Expand Down

0 comments on commit 2352137

Please sign in to comment.