export interface GridColumnReorderState {
  dragCol: string;
}
export interface GridCanBeReorderedPreProcessingContext {
  targetIndex: number;
}