16 lines
		
	
	
		
			433 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * Swiper Vue 9.4.1
 | 
						|
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 | 
						|
 * https://swiperjs.com
 | 
						|
 *
 | 
						|
 * Copyright 2014-2023 Vladimir Kharlampidi
 | 
						|
 *
 | 
						|
 * Released under the MIT License
 | 
						|
 *
 | 
						|
 * Released on: June 13, 2023
 | 
						|
 */
 | 
						|
 | 
						|
import { Swiper } from './swiper.js';
 | 
						|
import { SwiperSlide } from './swiper-slide.js';
 | 
						|
export { useSwiperSlide, useSwiper } from './context.js';
 | 
						|
export { Swiper, SwiperSlide }; |