-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathindex.esm.ts
More file actions
28 lines (25 loc) · 764 Bytes
/
index.esm.ts
File metadata and controls
28 lines (25 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import SwiperPluginLazyload from './modules/lazyload'
import SwiperPluginPagination from './modules/pagination'
import SwiperPluginKeyboardControl from './modules/keyboardControl'
import SwiperPluginMousewheel from './modules/mousewheel'
import SwiperPluginNavigation from './modules/navigation'
import SwiperPluginBreakpoints from './modules/breakpoints'
import SwiperPluginAutoPlay from './modules/autoPlay'
export {
Swiper,
SwiperInstance,
SwiperPlugin,
default
} from './core/index'
export {
LIFE_CYCLES
} from './core/eventHub'
export {
SwiperPluginLazyload,
SwiperPluginPagination,
SwiperPluginKeyboardControl,
SwiperPluginMousewheel,
SwiperPluginNavigation,
SwiperPluginBreakpoints,
SwiperPluginAutoPlay
}