mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
552 B
TypeScript
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.8
|
|
|
|
export { default as LinkContainer } from "react-router-bootstrap/lib/LinkContainer"
|
|
export { default as IndexLinkContainer } from "react-router-bootstrap/lib/IndexLinkContainer"
|