import { TableColumnCtx } from 'element-plus'; export type TableColumnProps = { emptyStr?: string, formatter?: TableColumnCtx['formatter'], }