mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
[react] Use HTMLDialogElement for the dialog node (#23053)
* [react] Use HTMLDialogElement for the dialog node * Actually add the `open` property * This update requires typescript 2.6 * Update dependents of react to also require typescript 2.6
This commit is contained in:
committed by
John Reilly
parent
2ce8fd26ba
commit
8f8f6c4392
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
///<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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React 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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
import { RawDraftContentState } from 'draft-js';
|
||||
|
||||
2
types/catalog/index.d.ts
vendored
2
types/catalog/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/interactivethings/catalog/
|
||||
// Definitions by: Peter Gassner <https://github.com/grossbart>, Tomas Carnecky <https://github.com/wereHamster>
|
||||
// Definitions: https://github.com/interactivethings/catalog/
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
|
||||
/// <reference types="enzyme" />
|
||||
|
||||
2
types/cleave.js/index.d.ts
vendored
2
types/cleave.js/index.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// J Giancono <https://github.com/jasongi-at-sportsbet>,
|
||||
// Alex Shakun <https://github.com/sashashakun>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { CleaveOptions } from './options';
|
||||
|
||||
|
||||
2
types/create-react-class/index.d.ts
vendored
2
types/create-react-class/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://facebook.github.io/react/
|
||||
// Definitions by: John Gozde <https://github.com/jgoz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { ComponentSpec, ClassicComponentClass } from "react";
|
||||
|
||||
|
||||
2
types/draft-js/index.d.ts
vendored
2
types/draft-js/index.d.ts
vendored
@@ -8,7 +8,7 @@
|
||||
// Willis Plummer <https://github.com/willisplummer>
|
||||
// Santiago Vilar <https://github.com/smvilar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
// 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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { EnzymeAdapter } from 'enzyme';
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { ReactWrapper, ShallowWrapper } from 'enzyme';
|
||||
|
||||
|
||||
2
types/enzyme/index.d.ts
vendored
2
types/enzyme/index.d.ts
vendored
@@ -8,7 +8,7 @@
|
||||
// MartynasZilinskas <https://github.com/MartynasZilinskas>
|
||||
// Torgeir Hovden <https://github.com/thovden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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
@@ -4,7 +4,7 @@
|
||||
// Martynas Kadiša <https://github.com/martynaskadisa>
|
||||
// Sergio Sánchez <https://github.com/ssanchezmarc>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, ComponentClass, Ref } 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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { EventSubscription } from 'fbemitter';
|
||||
import { Component, Ref } 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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
import { TextProperties } 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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import Dispatcher = require("./lib/Dispatcher");
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/grid-styled/index.d.ts
vendored
2
types/grid-styled/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/jxnblk/grid-styled
|
||||
// Definitions by: Anton Vasin <https://github.com/antonvasin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
export type Diff<T extends string, U extends string> = ({ [P in T]: P } &
|
||||
{ [P in U]: never } & { [x: string]: never })[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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="jasmine" />
|
||||
/// <reference types="react" />
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/material-ui-pagination/index.d.ts
vendored
2
types/material-ui-pagination/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/lo-tp/material-ui-pagination
|
||||
// Definitions by: m0a <https://m0a.github.io>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
import * as React from 'react';
|
||||
export interface PaginationProps {
|
||||
total: number;
|
||||
|
||||
2
types/material-ui/index.d.ts
vendored
2
types/material-ui/index.d.ts
vendored
@@ -12,7 +12,7 @@
|
||||
// Dan Jones <https://github.com/dan-j>
|
||||
// Daisuke Mino <https://github.com/minodisk>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="react" />
|
||||
/// <reference types="react-addons-linked-state-mixin" />
|
||||
|
||||
2
types/mirrorx/index.d.ts
vendored
2
types/mirrorx/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/mirrorjs/mirror
|
||||
// Definitions by: Aaronphy <https://github.com/aaronphy>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as H from 'history';
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { StateNavigator } from 'navigation';
|
||||
import { Component, HTMLProps } from 'react';
|
||||
|
||||
2
types/next-redux-wrapper/index.d.ts
vendored
2
types/next-redux-wrapper/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/kirill-konshin/next-redux-wrapper
|
||||
// Definitions by: Steve <https://github.com/stevegeek>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="node" />
|
||||
/*~ Note that ES6 modules cannot directly export callable functions.
|
||||
|
||||
2
types/next/index.d.ts
vendored
2
types/next/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Drew Hays <https://github.com/dru89>
|
||||
// Brice BERNARD <https://github.com/brikou>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
|
||||
2
types/ngreact/index.d.ts
vendored
2
types/ngreact/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/ngReact/ngReact
|
||||
// Definitions by: Vicky Lai <https://github.com/velveret>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="angular"/>
|
||||
/// <reference types="react"/>
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import {
|
||||
Component,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import 'react-addons-transition-group';
|
||||
import { ComponentClass, CSSTransitionGroupProps } from 'react';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { Mixin } from 'react';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { Mixin } from 'react';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { Component } from 'react';
|
||||
|
||||
|
||||
2
types/react-addons-test-utils/index.d.ts
vendored
2
types/react-addons-test-utils/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { AbstractView, Component, ComponentClass,
|
||||
ReactElement, ReactInstance, ClassType,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { ComponentClass, TransitionGroupProps } from 'react';
|
||||
|
||||
|
||||
2
types/react-addons-update/index.d.ts
vendored
2
types/react-addons-update/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: http://facebook.github.io/react/
|
||||
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React 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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-beautiful-dnd/index.d.ts
vendored
2
types/react-beautiful-dnd/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: varHarrie <https://github.com/varHarrie>
|
||||
// Bradley Ayers <https://github.com/bradleyayers>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-big-calendar/index.d.ts
vendored
2
types/react-big-calendar/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Piotr Witek <http://piotrwitek.github.io>
|
||||
// Austin Turner <https://github.com/paustint>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
declare module 'react-big-calendar' {
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
// 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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
|
||||
2
types/react-bootstrap-typeahead/index.d.ts
vendored
2
types/react-bootstrap-typeahead/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/ericgio/react-bootstrap-typeahead
|
||||
// Definitions by: Guymestef <https://github.com/Guymestef>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-bootstrap/index.d.ts
vendored
2
types/react-bootstrap/index.d.ts
vendored
@@ -12,7 +12,7 @@
|
||||
// Karol Janyst <https://github.com/LKay>
|
||||
// Aaron Beall <https://github.com/aaronbeall>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
import * as ReactRouter from "react-router";
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-calendar-timeline/index.d.ts
vendored
2
types/react-calendar-timeline/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/namespace-ee/react-calendar-timeline
|
||||
// Definitions by: Rajab Shakirov <https://github.com/radziksh>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="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.3
|
||||
// TypeScript Version: 2.6
|
||||
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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
import * as React from 'react';
|
||||
|
||||
export interface CollapseProps extends React.HTMLProps<Collapse> {
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
2
types/react-content-loader/index.d.ts
vendored
2
types/react-content-loader/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/danilowoz/react-content-loader
|
||||
// Definitions by: Alaa Masoud <https://github.com/alaatm>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <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.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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
@@ -7,7 +7,7 @@
|
||||
// Roy Xue <https://github.com/royxue>
|
||||
// Koala Human <https://github.com/KoalaHuman>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
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
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/airbnb/react-dates
|
||||
// Definitions by: Artur Ampilogov <https://github.com/Artur-A>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from "react";
|
||||
import * as moment from "moment";
|
||||
|
||||
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.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { Component } from 'react';
|
||||
|
||||
|
||||
2
types/react-dnd-html5-backend/index.d.ts
vendored
2
types/react-dnd-html5-backend/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/gaearon/react-dnd
|
||||
// Definitions by: Pedro Pereira <https://github.com/oizie>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as ReactDnd from "react-dnd";
|
||||
|
||||
|
||||
2
types/react-dnd-multi-backend/index.d.ts
vendored
2
types/react-dnd-multi-backend/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/LouisBrunner/react-dnd-multi-backend
|
||||
// Definitions by: Janeene Beeforth <https://github.com/dawnmist>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { CSSProperties, PureComponent } from "react";
|
||||
import { Backend } from "react-dnd";
|
||||
|
||||
2
types/react-dnd-touch-backend/index.d.ts
vendored
2
types/react-dnd-touch-backend/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/yahoo/react-dnd-touch-backend#readme
|
||||
// Definitions by: Daniel Król <https://github.com/mleko>, Janeene Beeforth <https://github.com/dawnmist>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as ReactDnd from "react-dnd";
|
||||
|
||||
|
||||
2
types/react-dnd/index.d.ts
vendored
2
types/react-dnd/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/gaearon/react-dnd
|
||||
// Definitions by: Asana <https://asana.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
///<reference types="react" />
|
||||
|
||||
|
||||
2
types/react-document-title/index.d.ts
vendored
2
types/react-document-title/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/gaearon/react-document-title
|
||||
// Definitions by: Cleve Littlefield <https://github.com/cleverguy25>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
|
||||
2
types/react-dom-factories/index.d.ts
vendored
2
types/react-dom-factories/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://facebook.github.io/react/
|
||||
// Definitions by: John Gozde <https://github.com/jgoz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
export as namespace ReactDOMFactories;
|
||||
export = ReactDOMFactories;
|
||||
|
||||
2
types/react-dom/index.d.ts
vendored
2
types/react-dom/index.d.ts
vendored
@@ -6,7 +6,7 @@
|
||||
// MartynasZilinskas <https://github.com/MartynasZilinskas>
|
||||
// Josh Rutherford <https://github.com/theruther4d>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
export as namespace ReactDOM;
|
||||
|
||||
|
||||
2
types/react-dom/v15/index.d.ts
vendored
2
types/react-dom/v15/index.d.ts
vendored
@@ -5,7 +5,7 @@
|
||||
// Microsoft <https://microsoft.com>
|
||||
// MartynasZilinskas <https://github.com/MartynasZilinskas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
export as namespace ReactDOM;
|
||||
|
||||
|
||||
2
types/react-dropzone/v2/index.d.ts
vendored
2
types/react-dropzone/v2/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/okonet/react-dropzone
|
||||
// Definitions by: Mathieu Larouche Dube <https://github.com/matdube>, Ivo Jesus <https://github.com/LynxEyes>, Luís Rodrigues <https://github.com/goblindegook>, Ben Bayard <https://github.com/benbayard>
|
||||
// Definitions: https://github.com/Vooban/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
/// <reference types="react"/>
|
||||
|
||||
|
||||
2
types/react-dropzone/v3/index.d.ts
vendored
2
types/react-dropzone/v3/index.d.ts
vendored
@@ -6,7 +6,7 @@
|
||||
// Ben Bayard <https://github.com/benbayard>,
|
||||
// Karol Janyst <https://github.com/LKay>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.6
|
||||
|
||||
import { CSSProperties, Component, DragEvent, InputHTMLAttributes } from "react";
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user