We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dae40 commit 333e889Copy full SHA for 333e889
README.md
@@ -238,6 +238,8 @@ The problem with this approach that if we need to add another prop in the future
238
`IMyComponentDefaultProps`!
239
</details>
240
241
+[Something to add? File an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new).
242
+
243
## Extracting Prop Types
244
245
Instead of defining prop types *inline*, you can declare them separately (useful for reusability or code organization):
0 commit comments