/** * Table 表格配置模板类 * 主要是表格配置模板 分为两类:默认配置和业务便捷配置 */ import { ITableColumn } from "../../components/VReportTable/type"; /***************************** 默认配置 start *******************************/ export declare const selectionColumnConfig: ITableColumn; export declare const switchColumnConfig: ITableColumn; export declare const actionColumnConfig: ITableColumn; /***************************** 默认配置 end *******************************/