mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01: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