mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
8 lines
252 B
JavaScript
8 lines
252 B
JavaScript
var ReactDnd = {};
|
|
ReactDnd.Monitor = function() {}
|
|
ReactDnd.Monitor.prototype.isDragging = function() {}
|
|
|
|
ReactDnd.useDrag = function() {};
|
|
ReactDnd.useDrop = function() {};
|
|
ReactDnd.DndProvider = function() {};
|
|
ReactDnd.HTML5Backend = function() {};
|