@types/bootstrap
Advanced tools
Comparing version 5.2.3 to 5.2.4
@@ -66,2 +66,7 @@ import BaseComponent, { GetInstanceFactory, GetOrCreateInstanceFactory } from './base-component'; | ||
target: string | Element | JQuery; | ||
/** | ||
* `IntersectionObserver` [threshold](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/IntersectionObserver#threshold) valid input, when calculating scroll position. | ||
*/ | ||
threshold?: number[] | string; | ||
} | ||
@@ -68,0 +73,0 @@ |
{ | ||
"name": "@types/bootstrap", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"description": "TypeScript definitions for bootstrap", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap", | ||
}, | ||
"typesPublisherContentHash": "24dd8be0f5a713565e08b4dee655187405d2bf6d4f0e77f280818435a7f908de", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "1acbb6417be549dec840f9a8835cf347bdddcfc07e5db56ad9321cd0af2a67bb", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 24 Aug 2022 05:32:33 GMT | ||
* Last updated: Fri, 09 Sep 2022 20:32:44 GMT | ||
* Dependencies: [@types/popperjs__core](https://npmjs.com/package/@types/popperjs__core) | ||
@@ -14,0 +14,0 @@ * Global values: `bootstrap` |
52432
1305