mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 
								 | 
							
								export type BreakPoint = "xs" | "sm" | "md" | "lg" | "xl";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export type Responsive = {
							 | 
						||
| 
								 | 
							
								  span?: number;
							 | 
						||
| 
								 | 
							
								  offset?: number;
							 | 
						||
| 
								 | 
							
								};
							 |