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