UNPKG

@zebra-ui/swiper

Version:

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

21 lines (19 loc) 448 B
export interface NavigationOptions { nextEl?: string | HTMLElement | null prevEl?: string | HTMLElement | null hideOnClick?: boolean disabledClass?: string hiddenClass?: string lockClass?: string navigationDisabledClass?: string enabled?: boolean } export interface NavigationMethods { nextEl: HTMLElement | null prevEl: HTMLElement | null update(): void init(): void destroy(): void enable(): void disable(): void }