UNPKG

nsn-comp

Version:

NSN核心组件

6 lines (4 loc) 247 B
import { ProColumns } from '@ant-design/pro-table'; import { TableTreeProps } from './TableTreeProps'; export type TableStatusColumnProps<ExtraDT extends string> = Pick<TableTreeProps<ExtraDT>, 'dtype'> & Pick<ProColumns<T>, 'width' | 'title'>