docs: fix height.value not height.height

This commit is contained in:
James Montalvo
2022-01-24 10:28:57 -06:00
committed by GitHub
parent bf685faf1d
commit 111c80d049

View File

@ -104,7 +104,7 @@ Here is a list of options you can add to the `table row`:
| children | `Array<TableCell>` | Required | | children | `Array<TableCell>` | Required |
| cantSplit | `boolean` | Optional | | cantSplit | `boolean` | Optional |
| tableHeader | `boolean` | Optional | | tableHeader | `boolean` | Optional |
| height | `{ height: number, rule: HeightRule }` | Optional | | height | `{ value: number, rule: HeightRule }` | Optional |
### Repeat row ### Repeat row