MCPcopy
hub / github.com/lissy93/web-check / Props

Interface Props

src/web-check-live/components/misc/ErrorBoundary.tsx:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import colors from 'web-check-live/styles/colors';
6
7interface Props {
8 children: ReactNode;
9 title?: string;
10 key?: string;
11}
12
13interface State {
14 hasError: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected