UNPKG

vue-awesome-swiper

Version:
9 lines (8 loc) 325 B
/** * @file vue-awesome-swiper * @module event * @author Surmon <https://github.com/surmon-china> */ import Swiper from 'swiper'; export declare const handleClickSlideEvent: (swiper: Swiper | null, event: MouseEvent, emit: any) => void; export declare const bindSwiperEvents: (swiper: Swiper, emit: any) => void;