mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const BUBBLE_DESIGN = ['standard', 'expanded_bubble'];
 | 
						|
export const WIDGET_DESIGN = ['standard', 'flat'];
 | 
						|
export const DARK_MODE = ['light', 'auto'];
 |