UNPKG

@zebra-ui/swiper

Version:

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

11 lines (9 loc) 277 B
import type { SwiperInterface } from '../../swiper-class' export interface CreateElementIfNotDefined { ( swiper: SwiperInterface, originalParams: Record<string, any>, params: Record<string, any>, checkProps: Record<string, string> ): Record<string, any> }