UNPKG

med-table

Version:
8 lines (7 loc) 297 B
import { CellDataConfigLocal } from '../types/CellDataConfigLocal'; import { MedTableColumnConfig } from '../types/MedTableColumnConfig'; export declare class CellConfigsFactory { build(list: MedTableColumnConfig[]): CellDataConfigLocal[]; private flatChildren; private cellBuilder; }