ConnectButtonProps
Props for the ConnectButton
component
type ConnectButtonProps = { appMetadata?: AppMetadata; autoConnect?: { timeout: number } | boolean; showAllWallets?: boolean; signInButton?: { className?: string; label?: string; style?: React.CSSProperties; }; switchButton?: { className?: string; label?: string; style?: React.CSSProperties; }; walletConnect?: { projectId?: string };};