Skip to content

Commit

Permalink
Update utility-types.md
Browse files Browse the repository at this point in the history
ExtractPublicPropTypes only supported in 3.3+.
  • Loading branch information
EcoleKeine committed Mar 22, 2024
1 parent d6252cd commit d91537b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/utility-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ To extract public facing props, i.e. props that the parent is allowed to pass, u
Extract prop types from a runtime props options object. The extracted types are public facing - i.e. the props that the parent is allowed to pass.
- Only supported in 3.3+.
- **Example**
```ts
Expand Down

0 comments on commit d91537b

Please sign in to comment.