UNPKG

svelte-swiper

Version:
9 lines (8 loc) 218 B
import Swiper from './swiper'; import SwiperSlide from './swiperSlide'; export { Swiper, SwiperSlide }; declare const _default: { Swiper: typeof Swiper; SwiperSlide: typeof SwiperSlide; }; export default _default;