swiper.mjs 325 B

12345678910111213
  1. /**
  2. * Swiper 11.2.10
  3. * Most modern mobile touch slider and framework with hardware accelerated transitions
  4. * https://swiperjs.com
  5. *
  6. * Copyright 2014-2025 Vladimir Kharlampidi
  7. *
  8. * Released under the MIT License
  9. *
  10. * Released on: June 28, 2025
  11. */
  12. export { S as Swiper, S as default } from './shared/swiper-core.mjs';