mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05: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() {};
|