Skip to content

Commit 0066477

Browse files
committed
feat: refactoring
1 parent 5404fe7 commit 0066477

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/blocks/Slider/Slider.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, {Fragment, PropsWithChildren} from 'react';
22

3-
export type * as SwiperCore from 'swiper';
4-
export {SwiperOptions} from 'swiper';
3+
export type {Swiper as SwiperCore, SwiperOptions} from 'swiper';
54
import SwiperCore, {A11y, Autoplay, Pagination} from 'swiper';
65
import {Swiper, SwiperSlide} from 'swiper/react';
76

0 commit comments

Comments
 (0)