Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade committed Oct 1, 2020
1 parent 0d0d445 commit 3eb958a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -48,8 +48,8 @@ const App = () => {
| ----------- | ------------- |---------------------------------------------------------- |
| onClickAway | undefined | Fires when a user clicks outside the click away component |
| as | div | The rendered element type |
| mouseEvent | click | The mouse event type that gets fired on onClickAway |
| touchEvent | touchend | The touch event type that gets fired on onClickAway |
| mouseEvent | click | The mouse event type that gets fired on ClickAway |
| touchEvent | touchend | The touch event type that gets fired on ClickAway |
## Examples
Expand Down

0 comments on commit 3eb958a

Please sign in to comment.