UNPKG

@zebra-ui/swiper

Version:

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

14 lines (11 loc) 353 B
import type { Swiper, SwiperInterface } from './index.d.ts' export interface CSSSelector extends string {} export type SwiperModule = (options: { params: Swiper['params'] swiper: SwiperInterface extendParams: (obj: { [name: string]: any }) => void on: Swiper['on'] once: Swiper['once'] off: Swiper['off'] emit: Swiper['emit'] }) => void