🐛 Fix externs bug on production build.

This commit is contained in:
Andrey Antukh 2019-08-08 16:32:38 +00:00
parent f38806eeb2
commit 69bb359615
3 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,7 @@
var ReactDnd = {};
ReactDnd.Monitor = function() {}
ReactDnd.Monitor.prototype.isDragging = function() {}
ReactDnd.useDrag = function() {};
ReactDnd.useDrop = function() {};
ReactDnd.DndProvider = function() {};