represents the size of the drag image in pixels

interface DragImageSize {
    imageHeight: number;
    imageWidth: number;
}

Properties

imageHeight: number
imageWidth: number