UNPKG

med-table

Version:
6 lines (5 loc) 202 B
import { MedTableColumnConfig } from './MedTableColumnConfig'; export interface CellDataConfigLocal extends Omit<MedTableColumnConfig, 'key' | 'children'> { key: string; children?: undefined; }