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

Interface BbbProps

context-trap/src/App5.tsx:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70interface BbbProps {
71 bbb: number;
72 setBbb: (bbb: number) => void
73}
74
75const Bbb = memo((props: BbbProps) => {
76 const { bbb, setBbb } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected