export interface GridColumnMenuState {
    open: boolean;
    field?: string;
}
