mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
Update options to use interface instead of any
This commit is contained in:
Vendored
+1
-1
@@ -58,5 +58,5 @@ interface IOwlCarouselOptions {
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
owlCarousel(options?: any): JQuery;
|
||||
owlCarousel(options?: IOwlCarouselOptions): JQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user