UNPKG

267 BJavaScriptView Raw
1import "./swiper.css";
2import { Swiper } from './swiper';
3import { attachPropertiesToComponent } from '../../utils/attach-properties-to-component';
4import { SwiperItem } from './swiper-item';
5export default attachPropertiesToComponent(Swiper, {
6 Item: SwiperItem
7});
\No newline at end of file