ConnectButton_connectModalOptions

Options for configuring the ConnectButton 's Connect Modal

type ConnectButton_connectModalOptions = {
privacyPolicyUrl?: string;
showThirdwebBranding?: boolean;
size?: "compact" | "wide";
termsOfServiceUrl?: string;
title?: string;
titleIcon?: string;
welcomeScreen?: WelcomeScreen;
};