@zebra-ui/swiper
Version:
专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。
14 lines (10 loc) • 313 B
TypeScript
import type { SwiperInterface } from '../../swiper-class'
export interface ProcessLazyPreloader {
(swiper: SwiperInterface | null, imageEl: HTMLElement): void
}
export interface Unlazy {
(swiper: SwiperInterface, index: number): void
}
export interface Preload {
(swiper: SwiperInterface | null): void
}