Only allow specific components as children in React and Typescript
I would like to only allow specific components as children. For example, let’s say I have a Menu component, that should only contain MenuItem
as children, like this:
I would like to only allow specific components as children. For example, let’s say I have a Menu component, that should only contain MenuItem
as children, like this: