mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Update popper.js version to ^1.14.1 in package.json
See also: popper.js/pull/539 and popper.js/pull/584
This commit is contained in:
5
types/bootstrap/index.d.ts
vendored
5
types/bootstrap/index.d.ts
vendored
@@ -4,9 +4,10 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="popper.js" />
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
import * as Popper from "popper.js";
|
||||
|
||||
export as namespace Bootstrap;
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
@@ -163,7 +164,7 @@ export interface ScrollspyOption {
|
||||
*
|
||||
* @default "auto"
|
||||
*/
|
||||
method?: "auto" | "offset" | "position";
|
||||
method?: "auto" | "offset" | "position";
|
||||
|
||||
/**
|
||||
* Pixels to offset from top when calculating position of scroll.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"popper.js": "^1.12.9"
|
||||
"popper.js": "^1.14.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user