6 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
import { withInstall, WithInstallType } from "../../utils";
 | 
						|
import Component from "./index.vue";
 | 
						|
 | 
						|
const component: WithInstallType<typeof Component> = withInstall(Component);
 | 
						|
export default component;
 |