21 lines
		
	
	
		
			380 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			380 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| Object.defineProperty(exports, '__esModule', { value: true });
 | |
| 
 | |
| var runtime = require('../../../utils/vue/props/runtime.js');
 | |
| 
 | |
| const emptyProps = runtime.buildProps({
 | |
|   image: {
 | |
|     type: String,
 | |
|     default: ""
 | |
|   },
 | |
|   imageSize: Number,
 | |
|   description: {
 | |
|     type: String,
 | |
|     default: ""
 | |
|   }
 | |
| });
 | |
| 
 | |
| exports.emptyProps = emptyProps;
 | |
| //# sourceMappingURL=empty.js.map
 |