MCPcopy
hub / github.com/tinyplex/tinybase / Props

Interface Props

src/ui-react-inspector/ErrorBoundary.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import {PureComponent} from '../common/react.ts';
4
5interface Props {
6 readonly children: ReactNode;
7}
8
9interface State {
10 e: 0 | 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…