Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Sep 12, 2023
1 parent 9304856 commit 7ce9fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/UserEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ The `textInput` event is sent only for mutliline text inputs.
type(
element: ReactTestInstance,
options?: {
y?: number | number[],
x?: number | number[],
momentumY?: number | number[],
momentumX?: number | number[],
y?: number,
x?: number,
momentumY?: number,
momentumX?: number,
}
```
Expand Down

0 comments on commit 7ce9fd3

Please sign in to comment.