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

Interface Data

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

Source from the content-addressed store, hash-verified

1import { Reducer, useReducer } from "react";
2
3interface Data {
4 result: number;
5}
6
7interface Action {
8 type: 'add' | 'minus',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected