export interface IColumnReorderEvent { pointerEvent: any; columnDragged: Element; columnHovered: Element; type?: string; }