diff --git a/src/types/swiper-options.d.ts b/src/types/swiper-options.d.ts index 81e2e02c9..b91d16456 100644 --- a/src/types/swiper-options.d.ts +++ b/src/types/swiper-options.d.ts @@ -195,7 +195,7 @@ export interface SwiperOptions { * * @default 'slide' */ - effect?: 'slide' | 'fade' | 'cube' | 'coverflow' | 'flip' | 'creative' | 'cards'; + effect?: 'slide' | 'fade' | 'cube' | 'coverflow' | 'flip' | 'creative' | 'cards' | string; /** * Fire Transition/SlideChange/Start/End events on swiper initialization.