interface IDraggableElementPosition { offsetLeft: number; offsetTop: number; } export default IDraggableElementPosition;