Merge pull request #1389 from jamesmontalvo3/patch-1

docs: fix height.value not height.height
This commit is contained in:
Dolan
2022-01-28 19:55:44 +00:00
committed by GitHub

View File

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