DefinitelyTyped/types/react-router-bootstrap/index.d.ts
Jeremy Fauvel 3289762cca [react-router] Improve withRouter return type (#21329)
* [react-router] Improve withRouter return type

* Fix lint errors

* Fix dependencies version
2017-11-23 19:33:27 +00:00

9 lines
552 B
TypeScript

// Type definitions for react-router-bootstrap 0.24
// Project: https://github.com/react-bootstrap/react-router-bootstrap
// Definitions by: Vincent Lesierse <https://github.com/vlesierse>, Karol Janyst <https://github.com/LKay>, Olmo del Corral <https://github.com/olmobrutall>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
export { default as LinkContainer } from "react-router-bootstrap/lib/LinkContainer"
export { default as IndexLinkContainer } from "react-router-bootstrap/lib/IndexLinkContainer"