UNPKG

@zebra-ui/swiper

Version:

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

8 lines (5 loc) 149 B
import type { SwiperInterface } from '../swiper-class' declare const Swiper: { new (params: any): SwiperInterface } export { Swiper as default }