1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/scripts/comp/drag-drop-info.js
2017-04-08 18:31:38 +02:00

7 lines
99 B
JavaScript

const DragDropInfo = {
dragType: null,
dragObject: null
};
module.exports = DragDropInfo;