You've already forked Epicnabbo-Catalogus-Updated-Daily
15 lines
410 B
JavaScript
15 lines
410 B
JavaScript
/**
|
|
* Swiper SolidJS 8.4.7
|
|
* 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: January 30, 2023
|
|
*/
|
|
|
|
export { Swiper } from './swiper.jsx';
|
|
export { SwiperSlide } from './swiper-slide.jsx';
|
|
export { useSwiperSlide, useSwiper } from './context.js'; |