From fd0f601fb08af7a72d3c582cf88e06e6a8bed9f8 Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Tue, 24 Oct 2023 18:21:24 +0300 Subject: [PATCH] fix(types): fix eventsPrefix type --- src/types/swiper-options.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/swiper-options.d.ts b/src/types/swiper-options.d.ts index fb669455f..6d0167fe5 100644 --- a/src/types/swiper-options.d.ts +++ b/src/types/swiper-options.d.ts @@ -180,7 +180,7 @@ export interface SwiperOptions { * * @default `swiper` */ - eventsPrefix?: boolean; + eventsPrefix?: string; /** * CSS selector for focusable elements. Swiping will be disabled on such elements if they are "focused"