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
2 changes: 1 addition & 1 deletion docs/view-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ These shadows can be composed together so that a single `boxShadow` can be compr
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
| Type |
| --------------------------- |
| array of BoxShadowValue ojects \| string |
| array of BoxShadowValue objects \| string |

### `cursor` <div className="label ios">iOS</div>

Expand Down