Skip to content

Commit

Permalink
Update utility-types.md (#2761)
Browse files Browse the repository at this point in the history
ExtractPublicPropTypes only supported in 3.3+.
  • Loading branch information
EcoleKeine committed Mar 27, 2024
1 parent ccf052d commit b1f618a
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 b1f618a

Please sign in to comment.