Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ BbbProps
Interface
BbbProps
hook-test/src/App6.tsx:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
interface BbbProps {
27
count: number;
28
}
29
30
function Bbb(props: BbbProps) {
31
console.log(
'bbb render'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected