We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5404fe7 commit 0066477Copy full SHA for 0066477
src/blocks/Slider/Slider.tsx
@@ -1,7 +1,6 @@
1
import React, {Fragment, PropsWithChildren} from 'react';
2
3
-export type * as SwiperCore from 'swiper';
4
-export {SwiperOptions} from 'swiper';
+export type {Swiper as SwiperCore, SwiperOptions} from 'swiper';
5
import SwiperCore, {A11y, Autoplay, Pagination} from 'swiper';
6
import {Swiper, SwiperSlide} from 'swiper/react';
7
0 commit comments