mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
feat(react-dependents): update to TS 2.8 (part 1 of 2) (#27743)
* feat(react-dependents): update to TS 2.8 * exclude react-dom * fix version mismatches
This commit is contained in:
parent
9fe65ab328
commit
6d2fc7181a
2
types/alt/index.d.ts
vendored
2
types/alt/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/goatslacker/alt
|
||||
// Definitions by: Michael Shearer <https://github.com/Shearerbeard>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
///<reference types="react"/>
|
||||
|
||||
|
||||
2
types/aphrodite/index.d.ts
vendored
2
types/aphrodite/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/Khan/aphrodite
|
||||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as CSS from "csstype";
|
||||
|
||||
|
||||
2
types/assert-equal-jsx/index.d.ts
vendored
2
types/assert-equal-jsx/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/thejameskyle/assert-equal-jsx
|
||||
// Definitions by: Josh Toft <https://github.com/seryl>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/atlaskit__button/index.d.ts
vendored
2
types/atlaskit__button/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://bitbucket.org/atlassian/atlaskit-mk-2/
|
||||
// Definitions by: Jimmy Luong <https://github.com/dijimsta>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import {
|
||||
Component,
|
||||
|
||||
2
types/atlaskit__calendar/index.d.ts
vendored
2
types/atlaskit__calendar/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://bitbucket.org/atlassian/atlaskit-mk-2/src/master/
|
||||
// Definitions by: Lee Standen <https://github.com/lstanden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, HTMLAttributes, FocusEvent } from 'react';
|
||||
|
||||
|
||||
2
types/atlaskit__inline-edit/index.d.ts
vendored
2
types/atlaskit__inline-edit/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://bitbucket.org/atlassian/atlaskit-mk-2/
|
||||
// Definitions by: Lee Standen <https://github.com/lstanden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { ReactElement, Component } from 'react';
|
||||
export default class InlineEdit extends Component<StatefulProps> {}
|
||||
|
||||
2
types/atlaskit__layer/index.d.ts
vendored
2
types/atlaskit__layer/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://bitbucket.org/atlassian/atlaskit-mk-2/src/master/
|
||||
// Definitions by: Lee Standen <https://github.com/lstanden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, ReactNode } from 'react';
|
||||
|
||||
|
||||
2
types/atlaskit__single-select/index.d.ts
vendored
2
types/atlaskit__single-select/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://bitbucket.org/atlassian/atlaskit-mk-2/src/master/
|
||||
// Definitions by: Lee Standen <https://github.com/lstanden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, ReactNode, SyntheticEvent } from 'react';
|
||||
|
||||
|
||||
2
types/braft-editor/index.d.ts
vendored
2
types/braft-editor/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/margox/braft#readme
|
||||
// Definitions by: My Self <https://github.com/me>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import { RawDraftContentState } from 'draft-js';
|
||||
|
||||
2
types/chai-enzyme/index.d.ts
vendored
2
types/chai-enzyme/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/producthunt/chai-enzyme
|
||||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
|
||||
/// <reference types="enzyme" />
|
||||
|
||||
2
types/create-subscription/index.d.ts
vendored
2
types/create-subscription/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Asana <https://github.com/Asana>
|
||||
// Vincent Siao <https://github.com/vsiao>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/draft-js/index.d.ts
vendored
2
types/draft-js/index.d.ts
vendored
@ -9,7 +9,7 @@
|
||||
// Santiago Vilar <https://github.com/smvilar>
|
||||
// Ulf Schwekendiek <https://github.com/sulf>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
import * as Immutable from 'immutable';
|
||||
|
||||
2
types/emoji-mart/index.d.ts
vendored
2
types/emoji-mart/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/missive/emoji-mart
|
||||
// Definitions by: Diogo Franco <https://github.com/Kovensky>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
// These definitions should work with 2.3, but the tests doesn't pass on 2.3.
|
||||
|
||||
|
||||
2
types/enzyme-adapter-react-15.4/index.d.ts
vendored
2
types/enzyme-adapter-react-15.4/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: http://airbnb.io/enzyme/
|
||||
// Definitions by: Nabeelah Ali <https://github.com/nali>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EnzymeAdapter } from 'enzyme';
|
||||
|
||||
|
||||
2
types/enzyme-adapter-react-15/index.d.ts
vendored
2
types/enzyme-adapter-react-15/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/airbnb/enzyme
|
||||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EnzymeAdapter } from 'enzyme';
|
||||
|
||||
|
||||
2
types/enzyme-adapter-react-16/index.d.ts
vendored
2
types/enzyme-adapter-react-16/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/airbnb/enzyme
|
||||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EnzymeAdapter } from 'enzyme';
|
||||
|
||||
|
||||
2
types/enzyme-redux/index.d.ts
vendored
2
types/enzyme-redux/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/Knegusen/enzyme-redux#readme
|
||||
// Definitions by: Dennis Axelsson <https://github.com/knegusen>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { ReactWrapper, ShallowWrapper } from 'enzyme';
|
||||
import { ReactElement } from 'react';
|
||||
|
||||
2
types/enzyme-to-json/index.d.ts
vendored
2
types/enzyme-to-json/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/adriantoine/enzyme-to-json#readme
|
||||
// Definitions by: Joscha Feth <https://github.com/joscha>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { ReactWrapper, ShallowWrapper } from 'enzyme';
|
||||
|
||||
|
||||
2
types/enzyme/index.d.ts
vendored
2
types/enzyme/index.d.ts
vendored
@ -9,7 +9,7 @@
|
||||
// Torgeir Hovden <https://github.com/thovden>
|
||||
// Martin Hochel <https://github.com/hotell>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="cheerio" />
|
||||
import { ReactElement, Component, AllHTMLAttributes as ReactHTMLAttributes, SVGAttributes as ReactSVGAttributes } from "react";
|
||||
|
||||
2
types/expo/index.d.ts
vendored
2
types/expo/index.d.ts
vendored
@ -11,7 +11,7 @@
|
||||
// Tina Roh <https://github.com/tinaroh>
|
||||
// Nathan Phillip Brink <https://github.com/binki>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, ComponentClass, Ref, ComponentType } from 'react';
|
||||
|
||||
2
types/expo/v23/index.d.ts
vendored
2
types/expo/v23/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/expo/expo-sdk
|
||||
// Definitions by: Konstantin Kai <https://github.com/KonstantinKai>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, Ref } from 'react';
|
||||
|
||||
2
types/expo/v24/index.d.ts
vendored
2
types/expo/v24/index.d.ts
vendored
@ -6,7 +6,7 @@
|
||||
// Sergio Sánchez <https://github.com/ssanchezmarc>
|
||||
// Fernando Helwanger <https://github.com/fhelwanger>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, ComponentClass, Ref, ComponentType } from 'react';
|
||||
|
||||
2
types/expo/v25/index.d.ts
vendored
2
types/expo/v25/index.d.ts
vendored
@ -7,7 +7,7 @@
|
||||
// Fernando Helwanger <https://github.com/fhelwanger>
|
||||
// Umidbek Karimov <https://github.com/umidbekkarimov>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, ComponentClass, Ref, ComponentType } from 'react';
|
||||
|
||||
2
types/expo/v26/index.d.ts
vendored
2
types/expo/v26/index.d.ts
vendored
@ -8,7 +8,7 @@
|
||||
// Umidbek Karimov <https://github.com/umidbekkarimov>
|
||||
// Tina Roh <https://github.com/tinaroh>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, ComponentClass, Ref, ComponentType } from 'react';
|
||||
|
||||
2
types/expo__vector-icons/index.d.ts
vendored
2
types/expo__vector-icons/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/expo/vector-icons
|
||||
// Definitions by: Hyeonsu Lee <https://github.com/incleaf>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
import { TextProps } from 'react-native';
|
||||
|
||||
2
types/fixed-data-table-2/index.d.ts
vendored
2
types/fixed-data-table-2/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/schrodinger/fixed-data-table-2
|
||||
// Definitions by: Ilya Petukhov <https://github.com/ilivit>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/fixed-data-table/index.d.ts
vendored
2
types/fixed-data-table/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/facebook/fixed-data-table
|
||||
// Definitions by: Petar Paar <https://github.com/pepaar>, Stephen Jelfs <https://github.com/stephenjelfs>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react"/>
|
||||
|
||||
|
||||
2
types/flux/index.d.ts
vendored
2
types/flux/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Steve Baker <https://github.com/stkb>
|
||||
// Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import Dispatcher = require("./lib/Dispatcher");
|
||||
|
||||
|
||||
2
types/fluxible-router/index.d.ts
vendored
2
types/fluxible-router/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/yahoo/fluxible#readme
|
||||
// Definitions by: xbim <https://github.com/xbim>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
/// <reference types="node" />
|
||||
import * as React from 'react';
|
||||
import { FluxibleContext } from 'fluxible';
|
||||
|
||||
2
types/fluxxor/index.d.ts
vendored
2
types/fluxxor/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/BinaryMuse/fluxxor
|
||||
// Definitions by: Yuichi Murata <https://github.com/mrk21>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as EventEmitter3 from 'eventemitter3';
|
||||
import * as React from "react";
|
||||
|
||||
2
types/google-map-react/index.d.ts
vendored
2
types/google-map-react/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/istarkov/google-map-react
|
||||
// Definitions by: Honza Brecka <https://github.com/honzabrecka>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/grid-styled/index.d.ts
vendored
2
types/grid-styled/index.d.ts
vendored
@ -4,7 +4,7 @@
|
||||
// Victor Orlov <https://github.com/vittorio>
|
||||
// Louis Hache <https://github.com/lhache>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
export type Omit<T, K extends keyof T> = Pick<T, ({ [P in keyof T]: P } & { [P in K]: never } & { [x: string]: never, [x: number]: never })[keyof T]>;
|
||||
|
||||
|
||||
2
types/halogen/index.d.ts
vendored
2
types/halogen/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/yuanyan/halogen
|
||||
// Definitions by: Vincent Rouffiat <https://github.com/steller>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as react from "react";
|
||||
|
||||
|
||||
2
types/hedron/index.d.ts
vendored
2
types/hedron/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/JSBros/hedron
|
||||
// Definitions by: Dmytro Borysov <https://github.com/dborysov>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/jasmine-enzyme/index.d.ts
vendored
2
types/jasmine-enzyme/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jasmine-enzyme/README.md
|
||||
// Definitions by: Umar Bolatov <https://github.com/bolatovumar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="jasmine" />
|
||||
/// <reference types="react" />
|
||||
|
||||
2
types/jest-specific-snapshot/index.d.ts
vendored
2
types/jest-specific-snapshot/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/igor-dv/jest-specific-snapshot#readme
|
||||
// Definitions by: Janeene Beeforth <https://github.com/dawnmist>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="jest" />
|
||||
|
||||
|
||||
2
types/jsnox/index.d.ts
vendored
2
types/jsnox/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Steve Baker <https://github.com/stkb>
|
||||
// Dovydas Navickas <https://github.com/DovydasNavickas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/jsoneditor-for-react/index.d.ts
vendored
2
types/jsoneditor-for-react/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/mixj93/jsoneditor-for-react#readme
|
||||
// Definitions by: JoshGoldberg <https://github.com/joshuakgoldberg>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import JSONEditor, { JSONEditorOptions } from "jsoneditor";
|
||||
|
||||
2
types/material-ui-datatables/index.d.ts
vendored
2
types/material-ui-datatables/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/hyojin/material-ui-datatables#readme
|
||||
// Definitions by: Ravi L. <https://github.com/coding2012>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/muicss/index.d.ts
vendored
2
types/muicss/index.d.ts
vendored
@ -2,6 +2,6 @@
|
||||
// Project: https://www.muicss.com/
|
||||
// Definitions by: Samuel Neff <https://github.com/samuelneff>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
// all definitions in react.d.ts and subdirs
|
||||
|
||||
2
types/navigation-react/index.d.ts
vendored
2
types/navigation-react/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: http://grahammendick.github.io/navigation/
|
||||
// Definitions by: Graham Mendick <https://github.com/grahammendick>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { StateNavigator } from 'navigation';
|
||||
import { Component, HTMLProps } from 'react';
|
||||
|
||||
2
types/next/index.d.ts
vendored
2
types/next/index.d.ts
vendored
@ -7,7 +7,7 @@
|
||||
// Scott Jones <https://github.com/scottdj92>
|
||||
// Joao Vieira <https://github.com/joaovieira>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
|
||||
2
types/nuka-carousel/index.d.ts
vendored
2
types/nuka-carousel/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/FormidableLabs/nuka-carousel
|
||||
// Definitions by: Roman Charugin <https://github.com/Romic>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/proton-native/index.d.ts
vendored
2
types/proton-native/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/kusti8/proton-native
|
||||
// Definitions by: Nguyen Xuan Khanh <https://github.com/khanhas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/ptomasroos/react-native-multi-slider#readme
|
||||
// Definitions by: Edward Sammut Alessi <https://github.com/Slessi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import { ViewStyle } from "react-native";
|
||||
|
||||
2
types/qrcode.react/index.d.ts
vendored
2
types/qrcode.react/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/zpao/qrcode.react
|
||||
// Definitions by: Mleko <https://github.com/mleko>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react" />
|
||||
|
||||
|
||||
2
types/radium/index.d.ts
vendored
2
types/radium/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/formidablelabs/radium
|
||||
// Definitions by: Alex Gorbatchev <https://github.com/alexgorbatchev>, Philipp Holzer <https://github.com/nupplaphil>, Alexey Svetliakov <https://github.com/asvetliakov>, Mikael Hermansson <https://github.com/mihe>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/rc-select/index.d.ts
vendored
2
types/rc-select/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/react-component/select
|
||||
// Definitions by: Denis Tirilis <https://github.com/DenisTirilis>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react" />
|
||||
|
||||
|
||||
2
types/rc-slider/index.d.ts
vendored
2
types/rc-slider/index.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
// Austin Turner <https://github.com/paustint>
|
||||
// Jacob Froman <https://github.com/j-fro>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import { RCTooltip } from 'rc-tooltip';
|
||||
|
||||
2
types/rc-tooltip/index.d.ts
vendored
2
types/rc-tooltip/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: rhysd <https://rhysd.github.io>
|
||||
// ahstro <http://ahst.ro>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/rc-tree/index.d.ts
vendored
2
types/rc-tree/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/react-component/tree
|
||||
// Definitions by: John Reilly <https://github.com/johnnyreilly>, Methuselah96 <https://github.com/Methuselah96>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.7
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component } from "react";
|
||||
|
||||
|
||||
2
types/react-albus/index.d.ts
vendored
2
types/react-albus/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/americanexpress/react-albus#readme
|
||||
// Definitions by: Sindre Seppola <https://github.com/sseppola>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import { History } from "history";
|
||||
|
||||
2
types/react-alert/index.d.ts
vendored
2
types/react-alert/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/schiehll/react-alert
|
||||
// Definitions by: Steve Syrell <https://github.com/ssyrell>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-alice-carousel/index.d.ts
vendored
2
types/react-alice-carousel/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/maxmarinich/react-alice-carousel
|
||||
// Definitions by: endigo <https://github.com/endigo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-animate-on-scroll/index.d.ts
vendored
2
types/react-animate-on-scroll/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/dbramwell/react-animate-on-scroll
|
||||
// Definitions by: Ricardo Albuquerque <https://github.com/ralbuque>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-app/index.d.ts
vendored
2
types/react-app/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/kriasoft/react-app#readme
|
||||
// Definitions by: Prakarsh Pandey <https://github.com/prakarshpandey>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-aria-menubutton/index.d.ts
vendored
2
types/react-aria-menubutton/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Muhammad Fawwaz Orabi <https://github.com/forabi>
|
||||
// Chris Rohlfs <https://github.com/crohlfs>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-autocomplete/index.d.ts
vendored
2
types/react-autocomplete/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/reactjs/react-autocomplete
|
||||
// Definitions by: Lee Standen <https://github.com/lstanden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, ChangeEvent, ReactNode, CSSProperties, HTMLProps } from 'react';
|
||||
|
||||
|
||||
2
types/react-autosuggest/index.d.ts
vendored
2
types/react-autosuggest/index.d.ts
vendored
@ -7,7 +7,7 @@
|
||||
// Christopher Deutsch <https://github.com/cdeutsch>
|
||||
// Kevin Ross <https://github.com/rosskevin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-avatar-editor/index.d.ts
vendored
2
types/react-avatar-editor/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Diogo Corrêa <https://github.com/diogocorrea>
|
||||
// Gabriel Prates <https://github.com/gabsprates>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-beautiful-dnd/index.d.ts
vendored
2
types/react-beautiful-dnd/index.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
// Austin Turner <https://github.com/paustint>
|
||||
// Mark Nelissen <https://github.com/marknelissen>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-big-calendar/index.d.ts
vendored
2
types/react-big-calendar/index.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
// Krzysztof Bezrąk <https://github.com/pikpok>
|
||||
// Sebastian Silbermann <https://github.com/eps1lon>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.7
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-body-classname/index.d.ts
vendored
2
types/react-body-classname/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/PactCoffee/react-body-classname
|
||||
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-bootstrap-date-picker/index.d.ts
vendored
2
types/react-bootstrap-date-picker/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/pushtell/react-bootstrap-date-picker#readme
|
||||
// Definitions by: Karol Janyst <https://github.com/LKay>, Antal Bodnar <https://github.com/ssi-hu-antal-bodnar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { ComponentClass, StatelessComponent, ReactNode, FocusEventHandler, HTMLAttributes } from "react";
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/skratchdot/react-bootstrap-daterangepicker
|
||||
// Definitions by: Ian Ker-Seymer <https://github.com/ianks>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react" />
|
||||
/// <reference types="daterangepicker" />
|
||||
|
||||
2
types/react-bootstrap-table/index.d.ts
vendored
2
types/react-bootstrap-table/index.d.ts
vendored
@ -6,7 +6,7 @@
|
||||
// Janeene Beeforth <https://github.com/dawnmist>
|
||||
// Oscar Andersson <https://github.com/Ogglas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
// documentation taken from http://allenfang.github.io/react-bootstrap-table/docs.html
|
||||
|
||||
|
||||
2
types/react-bootstrap-table/v2/index.d.ts
vendored
2
types/react-bootstrap-table/v2/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/AllenFang/react-bootstrap-table
|
||||
// Definitions by: Frank Laub <https://github.com/flaub>, Aleksander Lode <https://github.com/alelode>, Josué Us <https://github.com/UJosue10>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
|
||||
2
types/react-bootstrap-typeahead/index.d.ts
vendored
2
types/react-bootstrap-typeahead/index.d.ts
vendored
@ -4,7 +4,7 @@
|
||||
// Rajab Shakirov <https://github.com/radziksh>
|
||||
// Paito Anderson <https://github.com/PaitoAnderson>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
// TODO: <Highlighter>, <Menu>, <MenuItem>, <Token> components
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
2
types/react-breadcrumbs-dynamic/index.d.ts
vendored
2
types/react-breadcrumbs-dynamic/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/oklas/react-breadcrumbs-dynamic
|
||||
// Definitions by: mitsuruog <https://github.com/mitsuruog>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-breadcrumbs/index.d.ts
vendored
2
types/react-breadcrumbs/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/svenanders/react-breadcrumbs
|
||||
// Definitions by: Kostya Esmukov <https://github.com/KostyaEsmukov>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import * as ReactRouter from "react-router";
|
||||
|
||||
2
types/react-broadcast/index.d.ts
vendored
2
types/react-broadcast/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/ReactTraining/react-broadcast
|
||||
// Definitions by: Jaga Santagostino <https://github.com/kandros>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-burger-menu/index.d.ts
vendored
2
types/react-burger-menu/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/negomi/react-burger-menu
|
||||
// Definitions by: Rajab Shakirov <https://github.com/radziksh>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-bytesize-icons/index.d.ts
vendored
2
types/react-bytesize-icons/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/abdelhai/react-bytesize-icons
|
||||
// Definitions by: rhysd <https://rhysd.github.io>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-calendar-heatmap/index.d.ts
vendored
2
types/react-calendar-heatmap/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/patientslikeme/react-calendar-heatmap
|
||||
// Definitions by: Keisuke Kan <https://github.com/9renpoto>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-calendar-timeline/index.d.ts
vendored
2
types/react-calendar-timeline/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Rajab Shakirov <https://github.com/radziksh>
|
||||
// Alex Maclean <https://github.com/acemac>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react"/>
|
||||
|
||||
|
||||
2
types/react-cartographer/index.d.ts
vendored
2
types/react-cartographer/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/yahoo/react-cartographer
|
||||
// Definitions by: Tre`Von McKay <https://github.com/trevonmckay>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
import Map from './lib/components/Map';
|
||||
|
||||
export {
|
||||
|
||||
2
types/react-circular-progressbar/index.d.ts
vendored
2
types/react-circular-progressbar/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/iqnivek/react-circular-progressbar#readme
|
||||
// Definitions by: Lee Standen <https://github.com/lstanden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, CSSProperties } from 'react';
|
||||
|
||||
|
||||
2
types/react-click-outside/index.d.ts
vendored
2
types/react-click-outside/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/kentor/react-click-outside
|
||||
// Definitions by: Christian Rackerseder <https://github.com/screendriver>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
import * as React from "react";
|
||||
|
||||
declare function enhanceWithClickOutside<P = {}>(wrappedComponent: React.ComponentClass<P>): React.ComponentClass<P>;
|
||||
|
||||
2
types/react-codemirror/index.d.ts
vendored
2
types/react-codemirror/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Vicky Lai <https://github.com/velveret>
|
||||
// Rudi Chen <https://github.com/rudi-c>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react"/>
|
||||
/// <reference types="codemirror"/>
|
||||
|
||||
2
types/react-collapse/index.d.ts
vendored
2
types/react-collapse/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/nkbt/react-collapse
|
||||
// Definitions by: Adam Binford <https://github.com/Kimahriman>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
import * as React from 'react';
|
||||
|
||||
export interface CollapseProps extends React.HTMLProps<Collapse> {
|
||||
|
||||
2
types/react-collapsible/index.d.ts
vendored
2
types/react-collapsible/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/glennflanagan/react-collapsible#readme
|
||||
// Definitions by: knegusen <https://github.com/knegusen>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
export interface CollapsibleProp {
|
||||
|
||||
2
types/react-color/index.d.ts
vendored
2
types/react-color/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/casesandberg/react-color/
|
||||
// Definitions by: Karol Janyst <https://github.com/LKay>, Marks Polakovs <https://github.com/markspolakovs>, Matthieu Montaudouin <https://github.com/mntdn>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { ComponentClass, ClassAttributes, StatelessComponent, ReactNode } from "react";
|
||||
|
||||
|
||||
2
types/react-confirm/index.d.ts
vendored
2
types/react-confirm/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/haradakunihiko/react-confirm
|
||||
// Definitions by: santiagodoldan <https://github.com/santiagodoldan>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-content-loader/index.d.ts
vendored
2
types/react-content-loader/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Alaa Masoud <https://github.com/alaatm>
|
||||
// Sam Walsh <https://github.com/samwalshnz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-copy-to-clipboard/index.d.ts
vendored
2
types/react-copy-to-clipboard/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Meno Abels <https://github.com/mabels>
|
||||
// Bernabe <https://github.com/BernabeFelix>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-credit-cards/index.d.ts
vendored
2
types/react-credit-cards/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/amarofashion/react-credit-cards
|
||||
// Definitions by: Vytautas Strimaitis <https://github.com/vstrimaitis>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.7
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-cropper/index.d.ts
vendored
2
types/react-cropper/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/roadmanfong/react-cropper
|
||||
// Definitions by: Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as cropperjs from 'cropperjs';
|
||||
import * as React from 'react';
|
||||
|
||||
2
types/react-css-modules/index.d.ts
vendored
2
types/react-css-modules/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/gajus/react-css-modules
|
||||
// Definitions by: Kostya Esmukov <https://github.com/KostyaEsmukov>, Tadas Dailyda <https://github.com/skirsdeda>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
interface TypeOptions {
|
||||
allowMultiple?: boolean;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Project: http://marnusw.github.io/react-css-transition-replace/
|
||||
// Definitions by: Karol Janyst <https://github.com/LKay>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import * as CSSTransitionGroup from "react-addons-css-transition-group";
|
||||
|
||||
2
types/react-custom-scrollbars/index.d.ts
vendored
2
types/react-custom-scrollbars/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: David-LeBlanc-git <https://github.com/David-LeBlanc-git>
|
||||
// kittimiyo <https://github.com/kittimiyo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-custom-scrollbars/v3/index.d.ts
vendored
2
types/react-custom-scrollbars/v3/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/malte-wessel/react-custom-scrollbars
|
||||
// Definitions by: David-LeBlanc-git <https://github.com/David-LeBlanc-git>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-data-grid/index.d.ts
vendored
2
types/react-data-grid/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/adazzle/react-data-grid.git
|
||||
// Definitions by: Simon Gellis <https://github.com/SupernaviX>, Kieran Peat <https://github.com/KieranPeat>, Martin Novak <https://github.com/martinnov92>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react" />
|
||||
|
||||
|
||||
2
types/react-data-grid/v1/index.d.ts
vendored
2
types/react-data-grid/v1/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/adazzle/react-data-grid.git
|
||||
// Definitions by: Simon Gellis <https://github.com/SupernaviX>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react" />
|
||||
|
||||
|
||||
2
types/react-datagrid/index.d.ts
vendored
2
types/react-datagrid/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/zippyui/react-datagrid.git
|
||||
// Definitions by: Stephen Jelfs <https://github.com/stephenjelfs>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="react"/>
|
||||
|
||||
|
||||
2
types/react-date-range/index.d.ts
vendored
2
types/react-date-range/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/Adphorus/react-date-range/
|
||||
// Definitions by: Junbong Lee <https://github.com/Junbong>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from 'react';
|
||||
import * as moment from "moment-timezone";
|
||||
|
||||
2
types/react-datepicker/index.d.ts
vendored
2
types/react-datepicker/index.d.ts
vendored
@ -8,7 +8,7 @@
|
||||
// Koala Human <https://github.com/KoalaHuman>
|
||||
// Sean Kelley <https://github.com/seansfkelley>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import * as moment from "moment";
|
||||
|
||||
2
types/react-daterange-picker/index.d.ts
vendored
2
types/react-daterange-picker/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: UNCOVER TRUTH Inc. <https://github.com/uncovertruth>
|
||||
// MartynasZilinskas <https://github.com/MartynasZilinskas>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as React from "react";
|
||||
import * as moment from "moment";
|
||||
|
||||
2
types/react-dates/index.d.ts
vendored
2
types/react-dates/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Artur Ampilogov <https://github.com/ArturAmpilogov>
|
||||
// Nathan Holland <https://github.com/NathanNZ>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
// Required fields are made according to 'minimum REQUIRED setup' in https://github.com/airbnb/react-dates/blob/master/README.md
|
||||
|
||||
|
||||
2
types/react-daum-postcode/index.d.ts
vendored
2
types/react-daum-postcode/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/kimminsik-bernard/react-daum-postcode
|
||||
// Definitions by: Sa-ryong Kang <https://github.com/Sa-ryong>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component } from 'react';
|
||||
|
||||
|
||||
2
types/react-dnd-multi-backend/index.d.ts
vendored
2
types/react-dnd-multi-backend/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Janeene Beeforth <https://github.com/dawnmist>
|
||||
// Adam Haglund <https://github.com/beeequeue>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { CSSProperties, PureComponent } from "react";
|
||||
import { BackendFactory } from "dnd-core";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user