diff --git a/types/owl.carousel/index.d.ts b/types/owl.carousel/index.d.ts index 0295b3fe5b..b1b093ef77 100644 --- a/types/owl.carousel/index.d.ts +++ b/types/owl.carousel/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for owl.carousel 2.2 +// Type definitions for owl.carousel 2.3 // Project: https://github.com/OwlCarousel2/OwlCarousel2 // Definitions by: Ismael Gorissen // Kenneth Ceyer @@ -31,9 +31,9 @@ declare namespace OwlCarousel { slideBy?: number | string; dots?: boolean; dotsEach?: number | boolean; - dotData?: boolean; + dotsData?: boolean; lazyLoad?: boolean; - lazyContent?: boolean; + lazyLoadEager?: number; autoplay?: boolean; autoplayTimeout?: number; autoplayHoverPause?: boolean; @@ -59,6 +59,8 @@ declare namespace OwlCarousel { stageElement?: string; navContainer?: string | boolean; dotsContainer?: string | boolean; + checkVisible?: boolean; + slideTransition?: string; // CLASSES refreshClass?: string; loadingClass?: string;