export interface IPositionEvent {
    clientX: number;
    clientY: number;
}
