mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 09:20:03 +02:00
Fixed lint issue
This commit is contained in:
@@ -94,7 +94,7 @@ interface Edge {
|
||||
labelStyle?: string[];
|
||||
minlen?: number;
|
||||
pattern?: string;
|
||||
thickness?: 'normal' | 'thick' | 'invisible';
|
||||
thickness?: 'normal' | 'thick' | 'invisible' | 'dotted';
|
||||
look?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user