UNPKG

@zebra-ui/swiper

Version:

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

17 lines (15 loc) 293 B
import type { SwiperInterface } from '../../swiper-class' export interface UpdateOnVirtualData { ( swiper: SwiperInterface & { params: { virtual?: { enabled?: boolean } parallax?: { enabled?: boolean } } } ): void }