mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 19:06:38 +02:00
5 lines
164 B
JavaScript
5 lines
164 B
JavaScript
var ReactDnd = {};
|
|
ReactDnd.useDrag = function() {};
|
|
ReactDnd.useDrop = function() {};
|
|
ReactDnd.DndProvider = function() {};
|
|
ReactDnd.HTML5Backend = function() {};
|