Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ Aspect ratio controls the size of the undefined dimension of a node. See https:/
- On a node with flex grow/shrink, aspect ratio controls the size of the node in the cross axis if unset
- Aspect ratio takes min/max dimensions into account

| Type | Required |
| ------ | -------- |
| number | No |
| Type | Required |
| -------------- | -------- |
| number, string | No |

---

Expand Down