import { IgrFieldPipeArgs } from "./igr-field-pipe-args";
export interface IgrColumnPipeArgs extends IgrFieldPipeArgs {
}
