UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

11 lines (10 loc) 511 B
import { t } from '../common'; export declare const Squash: { props<T = Record<string, unknown>>(props?: t.ICellProps | t.IRowProps | t.IColumnProps): T | undefined; cell<T_1 = t.ICellData<t.ICellProps>>(cell?: Record<string, unknown>, options?: { empty?: Record<string, unknown> | undefined; }): T_1 | undefined; object<T_2 = Record<string, unknown>>(obj: Record<string, unknown> | undefined, options?: { empty?: Record<string, unknown> | undefined; }): T_2 | undefined; };