| 
					
				 | 
			
			
				@@ -142,7 +142,7 @@ export type ExcalidrawTextContainer = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   | ExcalidrawDiamondElement 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   | ExcalidrawEllipseElement 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   | ExcalidrawImageElement 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  | ExcalidrawArrowEleement; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  | ExcalidrawArrowElement; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export type ExcalidrawTextElementWithContainer = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   containerId: ExcalidrawTextContainer["id"]; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -167,7 +167,7 @@ export type ExcalidrawLinearElement = _ExcalidrawElementBase & 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     endArrowhead: Arrowhead | null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }>; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-export type ExcalidrawArrowEleement = ExcalidrawLinearElement & 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+export type ExcalidrawArrowElement = ExcalidrawLinearElement & 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   Readonly<{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     type: "arrow"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }>; 
			 |