From c6a22f77ba5facd9be54cc66b08fb36d7001d67d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 23 Jan 2018 21:42:43 +0300 Subject: [PATCH] Add missed carousel definition variant (#23063) https://getbootstrap.com/docs/3.3/javascript/#carousel-number --- types/bootstrap/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/bootstrap/index.d.ts b/types/bootstrap/index.d.ts index 9fa10bcdbb..a3117596af 100644 --- a/types/bootstrap/index.d.ts +++ b/types/bootstrap/index.d.ts @@ -115,6 +115,7 @@ interface JQuery { carousel(options?: CarouselOptions): JQuery; carousel(command: string): JQuery; + carousel(index: number): JQuery; typeahead(options?: TypeaheadOptions): JQuery;