From 536acff3e5d01e167f4d0f9253169ad76f26687f Mon Sep 17 00:00:00 2001 From: liebeskind Date: Thu, 2 May 2019 10:11:12 -0700 Subject: [PATCH] Adds scroll3d to the CarouselTransitionModeProp type --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index b2ecc561..c7252668 100644 --- a/index.d.ts +++ b/index.d.ts @@ -14,7 +14,7 @@ export type CarouselCellAlignProp = 'left' | 'center' | 'right'; export type CarouselHeightModeProp = 'first' | 'current' | 'max'; -export type CarouselTransitionModeProp = 'fade' | 'scroll'; +export type CarouselTransitionModeProp = 'fade' | 'scroll' | 'scroll3d'; export type CarouselSlidesToScrollProp = number | 'auto';