mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Added missing types in diagramDB
This commit is contained in:
		@@ -35,7 +35,8 @@ export interface DiagramDB {
 | 
			
		||||
  getAccTitle?: () => string;
 | 
			
		||||
  setAccDescription?: (description: string) => void;
 | 
			
		||||
  getAccDescription?: () => string;
 | 
			
		||||
 | 
			
		||||
  getDirection?: () => string;
 | 
			
		||||
  setDirection?: (direction: string) => void;
 | 
			
		||||
  setDisplayMode?: (title: string) => void;
 | 
			
		||||
  bindFunctions?: (element: Element) => void;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user