UNPKG

notebook-ts

Version:

Prevent Sybil attacks with the click of a button.

5 lines (4 loc) 109 B
export default SignInButton; declare function SignInButton({ onClick }: { onClick: any; }): JSX.Element;