9 lines
		
	
	
		
			280 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import Teleport from './src/teleport2.mjs';
 | |
| export { teleportProps } from './src/teleport.mjs';
 | |
| import { withInstall } from '../../utils/vue/install.mjs';
 | |
| 
 | |
| const ElTeleport = withInstall(Teleport);
 | |
| 
 | |
| export { ElTeleport, ElTeleport as default };
 | |
| //# sourceMappingURL=index.mjs.map
 |