Commit Graph

7 Commits

Author SHA1 Message Date
Phips Peter
31b6fe5575 Fix react-dnd HTML5 Backend
The type signatures previously did not match the JavaScript definition
for this module.
2015-10-07 16:17:28 -07:00
Masahiro Wakame
8ea82f65e3 Merge pull request #5869 from use-strict/patch-1
Update react.d.ts - Validate static members of React.Component
2015-10-05 22:44:28 +09:00
Yiting Zhi
e4f6f8ef44 [ReactDnd] Added DragLayer type definition
The type definitions didn't have DragLayer support. This commit adds support for ReactDnd DragLayer.
2015-09-24 21:09:10 -07:00
Ciuca, Alexandru
64cd3d9c56 Fixed react tests caused by incompatibility of aliased props generics 2015-09-17 20:11:06 +03:00
Eric Pelz
5dafa21e89 Add the TestBackend module to React DnD
This allows unit testing with React DnD.
2015-08-06 16:17:12 -07:00
Eric Pelz
cc1daf7d84 Rename React DnD test file 2015-08-03 09:56:49 -07:00
Eric Pelz
d8dc5313d8 Add definitions for React DnD
Adding React DnD type definitions for React DnD v1.1.4, which is the latest
version.

Paired with @vsiao on parts of this
2015-07-29 17:48:37 -07:00