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

Class

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

Source from the content-addressed store, hash-verified

1import React, { Component } from 'react';
2type Props = {};
3declare class SignInPage extends Component<Props> {
4 renderSignInButton: () => React.JSX.Element;
5 render: () => React.JSX.Element;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected