mirror of
https://github.com/penpot/penpot.git
synced 2026-02-17 00:53:01 +00: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() {};
|