export interface IColSize { span?: number; order?: number; offset?: number; push?: number; pull?: number; }