export declare class DynamicCol { /** * 名称 */ title?: string; /** * 列名称 */ colName?: string; /** * 宽度 */ width?: number; /** * 数据类型 */ colDataType?: string; /** * 格式化脚本 */ formatScript?: string; }