mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
9 lines
252 B
JavaScript
9 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() {};
|