Skip to content

TableRow

type TableRow = {
children?: TableCell[];
header?: boolean;
id?: string;
key?: string;
type: 'Table.Row';
};
optional children: TableCell[];

optional header: boolean;

optional id: string;

optional key: string;

type: 'Table.Row';