UNPKG

tlojs

Version:

The Last One - The last npm package you'll need to install

7 lines (6 loc) 164 B
export declare class TableCell<T> { key: string; value: T; constructor(key: string, value: T); static fromData<T>(data: T): TableCell<keyof T>[]; }