ConnectEmbedProps
type ConnectEmbedProps = { auth?: { loginOptional?: boolean; onLogin?: (token: string) => void; onLogout?: () => void; }; className?: string; privacyPolicyUrl?: string; showThirdwebBranding?: boolean; style?: React.CSSProperties; termsOfServiceUrl?: string;};