mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 02:28:16 +00:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
var ReactDnd = {};
|
|
ReactDnd.useDrag = function() {};
|
|
ReactDnd.useDrop = function() {};
|
|
ReactDnd.DndProvider = function() {};
|
|
ReactDnd.HTML5Backend = function() {};
|