Remove payments API routing initialization
[ProtonMail-WebClient.git] / packages / components / containers / items / constants.ts
blobe344be3b9e22a9a76ca670404d8fa20e0fa443b2
1 /**
2  * ID used in the drag DataTransfer object to store items ids currently dragged
3  */
4 export const DRAG_ITEM_KEY = 'drag-item';
6 /**
7  * ID used in the drag DataTransfer object to store the HTML id of the dragged element
8  */
9 export const DRAG_ITEM_ID_KEY = 'drag-item-id';