event.d.ts 317 B

12345678
  1. /**
  2. * @file vue-awesome-swiper
  3. * @module event
  4. * @author Surmon <https://github.com/surmon-china>
  5. */
  6. import Swiper from 'swiper';
  7. export declare const handleClickSlideEvent: (swiper: Swiper | null, event: MouseEvent, emit: any) => void;
  8. export declare const bindSwiperEvents: (swiper: Swiper, emit: any) => void;