mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			246 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			246 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export const buildProgressProps = (): any => {
 | 
						|
    return {
 | 
						|
        progress: {
 | 
						|
            title: {
 | 
						|
                type: String,
 | 
						|
            },
 | 
						|
            executedStatements: {
 | 
						|
                type: Number,
 | 
						|
            },
 | 
						|
        },
 | 
						|
    };
 | 
						|
};
 |