mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 17:16:11 +02:00
➕ Add React-DnD dependency bundle.
This commit is contained in:
parent
fcc7351552
commit
dbf754880e
10 changed files with 4309 additions and 3 deletions
5
frontend/vendor/react-dnd/externs.js
vendored
Normal file
5
frontend/vendor/react-dnd/externs.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
var ReactDnd = {};
|
||||
ReactDnd.useDrag = function() {};
|
||||
ReactDnd.useDrop = function() {};
|
||||
ReactDnd.DndProvider = function() {};
|
||||
ReactDnd.HTML5Backend = function() {};
|
Loading…
Add table
Add a link
Reference in a new issue