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

Interface AaaProps

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

Source from the content-addressed store, hash-verified

46};
47
48interface AaaProps {
49 aaa: number;
50 setAaa: (aaa: number) => void
51}
52
53const Aaa = memo((props: AaaProps) => {
54 const { aaa, setAaa } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected