UNPKG

@zebra-ui/swiper

Version:

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

11 lines (9 loc) 206 B
import type { Ref } from 'vue' export interface SwiperInstance { uid: string swiperItemIndex: Ref<number> clearShadow: () => void rectWidth: number rectHeight: number classList: DOMTokenList }