UNPKG

1.24 kBTypeScriptView Raw
1import Swiper from './types/swiper-class';
2import { SwiperOptions } from './types/swiper-options';
3import { SwiperComponent } from './types/shared';
4
5declare const A11y: SwiperComponent;
6declare const Autoplay: SwiperComponent;
7declare const Controller: SwiperComponent;
8declare const EffectCoverflow: SwiperComponent;
9declare const EffectCube: SwiperComponent;
10declare const EffectFade: SwiperComponent;
11declare const EffectFlip: SwiperComponent;
12declare const HashNavigation: SwiperComponent;
13declare const History: SwiperComponent;
14declare const Keyboard: SwiperComponent;
15declare const Lazy: SwiperComponent;
16declare const Mousewheel: SwiperComponent;
17declare const Navigation: SwiperComponent;
18declare const Pagination: SwiperComponent;
19declare const Parallax: SwiperComponent;
20declare const Scrollbar: SwiperComponent;
21declare const Thumbs: SwiperComponent;
22declare const Virtual: SwiperComponent;
23declare const Zoom: SwiperComponent;
24
25export default Swiper;
26export {
27 Swiper,
28 SwiperOptions,
29 A11y,
30 Autoplay,
31 Controller,
32 EffectCoverflow,
33 EffectCube,
34 EffectFade,
35 EffectFlip,
36 HashNavigation,
37 History,
38 Keyboard,
39 Lazy,
40 Mousewheel,
41 Navigation,
42 Pagination,
43 Parallax,
44 Scrollbar,
45 Thumbs,
46 Virtual,
47 Zoom,
48};