UNPKG

tdesign-mobile-vue

Version:
3 lines (2 loc) 114 B
import { TableRowData, BaseTableCol } from './type'; export type BaseTableColumns = BaseTableCol<TableRowData>[];