Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge e7a5691 into 5cb5efe
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoRosaa committed Oct 22, 2020
2 parents 5cb5efe + e7a5691 commit 0fb5403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/recipes/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When creating a simple HTML input or any other HTML element used for input sourc
<p>In React Native you can import default component props directly from `react-native` package, for example:</p>

```jsx
import { TextInputProps } from 'react-native'`
import { TextInputProps } from 'react-native'
```
</blockquote>

Expand Down

0 comments on commit 0fb5403

Please sign in to comment.