mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Bump up the required version of TypeScript for the consumer libraries
This commit is contained in:
parent
5c516d012a
commit
2afd3d4795
2
types/react-router-bootstrap/index.d.ts
vendored
2
types/react-router-bootstrap/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// 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.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
export { default as LinkContainer } from "react-router-bootstrap/lib/LinkContainer"
|
||||
export { default as IndexLinkContainer } from "react-router-bootstrap/lib/IndexLinkContainer"
|
||||
|
||||
2
types/react-router-config/index.d.ts
vendored
2
types/react-router-config/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config
|
||||
// Definitions by: François Nguyen <https://github.com/lith-light-g>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import { RouteComponentProps, match } from "react-router";
|
||||
|
||||
2
types/react-router-dom/index.d.ts
vendored
2
types/react-router-dom/index.d.ts
vendored
@ -4,7 +4,7 @@
|
||||
// Huy Nguyen <https://github.com/huy-nguyen>
|
||||
// Philip Jackson <https://github.com/p-jackson>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { match } from "react-router";
|
||||
import * as React from 'react';
|
||||
|
||||
2
types/react-router-native/index.d.ts
vendored
2
types/react-router-native/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Eduard Zintz <https://github.com/ezintz>
|
||||
// Fernando Helwanger <https://github.com/fhelwanger>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
export {
|
||||
match,
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/LeoLeBras/react-router-navigation#readme
|
||||
// Definitions by: Kalle Ott <https://github.com/kaoDev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
// High-level wrappers
|
||||
import { PureComponent, ReactNode, ComponentClass, ReactElement } from "react";
|
||||
|
||||
2
types/react-router-navigation/index.d.ts
vendored
2
types/react-router-navigation/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/LeoLeBras/react-router-navigation#readme
|
||||
// Definitions by: Kalle Ott <https://github.com/kaoDev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, ReactNode, ReactElement, ComponentClass } from "react";
|
||||
import { StyleProp, ViewProps, ViewStyle, TextStyle } from "react-native";
|
||||
|
||||
2
types/react-router-param-link/index.d.ts
vendored
2
types/react-router-param-link/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/mtsg/react-router-param-link
|
||||
// Definitions by: Motosugi Murata <https://github.com/mtsg>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import { LinkProps } from "react-router-dom";
|
||||
|
||||
2
types/rrc/index.d.ts
vendored
2
types/rrc/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/pshrmn/rrc#readme
|
||||
// Definitions by: Deividas Bakanas <https://github.com/DeividasBakanas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import * as H from "history";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user