mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update definitions of owlcarousel (#16088)
In lib responsiveBaseWidth is wrapped by JQuery
This commit is contained in:
committed by
Mohamed Hegazy
parent
ca336951d0
commit
e695fa67f6
Vendored
+1
-1
@@ -30,7 +30,7 @@ interface IOwlCarouselOptions {
|
||||
paginationNumbers?: boolean;
|
||||
responsive?: boolean;
|
||||
responsiveRefreshRate?: number;
|
||||
responsiveBaseWidth?: JQuery;
|
||||
responsiveBaseWidth?: JQuery | string;
|
||||
baseClass?: string;
|
||||
theme?: string;
|
||||
lazyLoad?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user