;">/>;
type className = string;
Set a custom label for the button. The default is "Connect"
"Connect"
type label = React.ReactNode;
<ConnectButton connectButton={{ label: "Sign in", }}/>;
CSS styles to apply to the connectButton element
type style = React.CSSProperties;
<ConnectButton connectButton={{ style: { color: "red", }, }}/>;