UNPKG

@zebra-ui/swiper

Version:

专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。

13 lines (10 loc) 261 B
import loopCreate from './loop-create' import loopFix from './loop-fix' import loopDestroy from './loop-destroy' import type { Loop } from '../../../types/components/core/loop' const loop: Loop = { loopCreate, loopFix, loopDestroy } export default loop