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