export interface IDragCoord { x: number | undefined; y: number | undefined; }