@zebra-ui/swiper
Version:
专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。
24 lines (21 loc) • 445 B
TypeScript
export interface NavigationListenerMethod {
funcName: string
callback: (e: Event) => void
}
export interface NavigationProps {
position: string
useSlot: boolean
}
export interface NavigationExpose {
classList: any
addEventListener: (
name: string,
callback: (e: Event) => void,
funcName: string
) => void
removeEventListener: (
name: string,
callback: (e: Event) => void,
funcName: string
) => void
}