import { TableRowData, BaseTableCol } from './type';
export type BaseTableColumns = BaseTableCol<TableRowData>[];
