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 a5022e8 commit ef99361Copy full SHA for ef99361
i18n/en/docusaurus-plugin-content-docs/current/reference/isolation/coupling-cohesion.md
@@ -30,8 +30,8 @@ List component will not itself define the look and structure of the header compo
30
31
```tsx
32
interface ListProps {
33
- Header: Component;
34
- Items: Component;
+ Header: React.ReactNode;
+ Items: React.ReactNode;
35
}
36
37
const List: Component<ListProps> = ({ Header, Items }) => (
0 commit comments