2 * ID used in the drag DataTransfer object to store items ids currently dragged
4 export const DRAG_ITEM_KEY = 'drag-item';
7 * ID used in the drag DataTransfer object to store the HTML id of the dragged element
9 export const DRAG_ITEM_ID_KEY = 'drag-item-id';