Commit Graph

12 Commits

Author SHA1 Message Date
Forbes Lindesay
8f8f6c4392 [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
2018-02-12 12:55:52 +00:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Dimitar Nestorov
1b1867eefd [@types/react-motion] Added didLeave. (#22875)
Added didLeave to TransitionMotion props.
2018-01-18 13:27:55 -08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
af8b0d1294 FIx new lint errors (#18382) 2017-07-25 10:34:23 -07:00
Tanguy Krotoff
573083a518 Replace React.Component<(any|void|\{\}|null)> by React.Component
+ many manual adjustments
2017-06-21 09:48:37 +02:00
Tanguy Krotoff
ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Marc Fallows
c0b269b6ee children optional
as per https://github.com/DefinitelyTyped/DefinitelyTyped/pull/9965/files#diff-1ad63a2a56d869f9cc5e998febe8e52eR116
2017-06-01 22:04:46 +10:00
Marc Fallows
0ceebb9dd2 react-motion fix merge
I believe there was an error when merging:
b488f3cb5f (diff-3b3fa3639f39b82eca3e15e4ef0f54eeR125)

You can see the originally merge PR matches my change:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/9965/files#diff-1ad63a2a56d869f9cc5e998febe8e52eR128
2017-06-01 21:51:10 +10:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00