mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 16:50:15 +00:00
Require TypeScript 2.2 due to the use of object
This commit is contained in:
2
react-router-dom/index.d.ts
vendored
2
react-router-dom/index.d.ts
vendored
@@ -2,7 +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
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
declare module 'react-router-dom' {
|
||||
import {
|
||||
|
||||
2
react-router/index.d.ts
vendored
2
react-router/index.d.ts
vendored
@@ -11,7 +11,7 @@
|
||||
// Dovydas Navickas <https://github.com/DovydasNavickas>
|
||||
// Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
declare module 'react-router' {
|
||||
import * as React from 'react';
|
||||
|
||||
Reference in New Issue
Block a user