mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
rollback src->lib rename
This commit is contained in:
4
types/react-router-bootstrap/index.d.ts
vendored
4
types/react-router-bootstrap/index.d.ts
vendored
@@ -4,5 +4,5 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
export { default as LinkContainer } from "react-router-bootstrap/src/LinkContainer"
|
||||
export { default as IndexLinkContainer } from "react-router-bootstrap/src/IndexLinkContainer"
|
||||
export { default as LinkContainer } from "react-router-bootstrap/lib/LinkContainer"
|
||||
export { default as IndexLinkContainer } from "react-router-bootstrap/lib/IndexLinkContainer"
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"src/IndexLinkContainer.d.ts",
|
||||
"src/LinkContainer.d.ts",
|
||||
"lib/IndexLinkContainer.d.ts",
|
||||
"lib/LinkContainer.d.ts",
|
||||
"react-router-bootstrap-tests.tsx"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user