MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / AaaProps

Interface AaaProps

children-test/src/App3.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { FC } from 'react';
2
3interface AaaProps {
4 // children: React.ReactNode[]
5 children: React.ReactNode
6}
7
8const Aaa: FC<AaaProps> = (props) => {
9 const { children } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected