MCPcopy Create free account
hub / github.com/emwalker/digraph /

Class

client/src/components/SignUpPage/index.d.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4};
5type Props = {};
6declare class SignUpPage extends Component<Props, State> {
7 constructor(props: Props);
8 onCaptchaSumit: (token: string | null) => void;
9 renderCreateAccountButton: () => React.JSX.Element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected