@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
11 lines (10 loc) • 349 B
TypeScript
import { t } from '../common';
export declare const squash: {
props(props?: t.ICellProps | t.IRowProps | t.IColumnProps | undefined): {};
cell(cell?: t.ICellData<t.ICellProps> | undefined, options?: {
empty?: {} | undefined;
}): {};
object(obj?: object | undefined, options?: {
empty?: {} | undefined;
}): {};
};