UNPKG

410 BJavaScriptView Raw
1/**
2 * Swiper SolidJS 8.4.7
3 * Most modern mobile touch slider and framework with hardware accelerated transitions
4 * https://swiperjs.com
5 *
6 * Copyright 2014-2023 Vladimir Kharlampidi
7 *
8 * Released under the MIT License
9 *
10 * Released on: January 30, 2023
11 */
12
13export { Swiper } from './swiper.jsx';
14export { SwiperSlide } from './swiper-slide.jsx';
15export { useSwiperSlide, useSwiper } from './context.js';
\No newline at end of file