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