mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 14:30:22 +00:00
Improve headers
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/ReactTraining/react-router
|
||||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
declare module 'react-router-dom' {
|
||||
import {
|
||||
|
||||
Vendored
+11
-1
@@ -1,7 +1,17 @@
|
||||
// Type definitions for React Router 4.0
|
||||
// Project: https://github.com/ReactTraining/react-router
|
||||
// Definitions by: Sergey Buturlakin <https://github.com/sergey-buturlakin>, Yuichi Murata <https://github.com/mrk21>, Václav Ostrožlík <https://github.com/vasek17>, Nathan Brown <https://github.com/ngbrown>, Alex Wendland <https://github.com/awendland>, Kostya Esmukov <https://github.com/KostyaEsmukov>, Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Definitions by: Sergey Buturlakin <https://github.com/sergey-buturlakin>
|
||||
// Yuichi Murata <https://github.com/mrk21>
|
||||
// Václav Ostrožlík <https://github.com/vasek17>
|
||||
// Nathan Brown <https://github.com/ngbrown>
|
||||
// Alex Wendland <https://github.com/awendland>
|
||||
// Kostya Esmukov <https://github.com/KostyaEsmukov>
|
||||
// John Reilly <https://github.com/johnnyreilly>
|
||||
// Karol Janyst <https://github.com/LKay>
|
||||
// Dovydas Navickas <https://github.com/DovydasNavickas>
|
||||
// Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
declare module 'react-router' {
|
||||
import * as React from 'react';
|
||||
|
||||
Reference in New Issue
Block a user