From ee0f49ec1cd4b63aab4bbb630cb389db68f7e406 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Wed, 15 Mar 2017 11:11:30 +0100 Subject: [PATCH] Improve headers --- react-router-dom/index.d.ts | 1 + react-router/index.d.ts | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/react-router-dom/index.d.ts b/react-router-dom/index.d.ts index 7b827ba3d5..e255eb69f3 100644 --- a/react-router-dom/index.d.ts +++ b/react-router-dom/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/ReactTraining/react-router // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 declare module 'react-router-dom' { import { diff --git a/react-router/index.d.ts b/react-router/index.d.ts index 1e0f01510c..8dfd32d02b 100644 --- a/react-router/index.d.ts +++ b/react-router/index.d.ts @@ -1,7 +1,17 @@ // Type definitions for React Router 4.0 // Project: https://github.com/ReactTraining/react-router -// Definitions by: Sergey Buturlakin , Yuichi Murata , Václav Ostrožlík , Nathan Brown , Alex Wendland , Kostya Esmukov , Tanguy Krotoff +// Definitions by: Sergey Buturlakin +// Yuichi Murata +// Václav Ostrožlík +// Nathan Brown +// Alex Wendland +// Kostya Esmukov +// John Reilly +// Karol Janyst +// Dovydas Navickas +// Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 declare module 'react-router' { import * as React from 'react';