UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

6 lines (5 loc) 317 B
import { coord, t } from '../common'; export declare function objectToCells<T>(input: t.ITypeDef[] | t.INsTypeDef): { row(index: number, data: T): coord.table.IMap<coord.cell.ICellData<coord.cell.ICellProps>>; rows(index: number, items: T[]): coord.table.IMap<coord.cell.ICellData<coord.cell.ICellProps>>; };