UNPKG

391 BJavaScriptView Raw
1/**
2 * Swiper React 6.0.4
3 * Most modern mobile touch slider and framework with hardware accelerated transitions
4 * http://swiperjs.com
5 *
6 * Copyright 2014-2020 Vladimir Kharlampidi
7 *
8 * Released under the MIT License
9 *
10 * Released on: July 15, 2020
11 */
12
13import { Swiper } from './esm/react/swiper';
14import { SwiperSlide } from './esm/react/swiper-slide';
15export { Swiper, SwiperSlide };