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