mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add missed carousel definition variant (#23063)
https://getbootstrap.com/docs/3.3/javascript/#carousel-number
This commit is contained in:
Vendored
+1
@@ -115,6 +115,7 @@ interface JQuery {
|
||||
|
||||
carousel(options?: CarouselOptions): JQuery;
|
||||
carousel(command: string): JQuery;
|
||||
carousel(index: number): JQuery;
|
||||
|
||||
typeahead(options?: TypeaheadOptions): JQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user