Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
break-stuff committed May 7, 2024
1 parent 5bcce78 commit a670416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-wrappers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,4 +419,6 @@ If you would like to extend the types to include those from [React's props list]
/* other config options */
reactProps: ['autoCapitalize', 'draggable', 'onAnimationEnd']
}
```
```
To include all props and events for the `HTMLElement` type, set the `reactProps` option to `true`.

0 comments on commit a670416

Please sign in to comment.