ConnectEmbedProps
type ConnectEmbedProps = {  appMetadata?: AppMetadata;  autoConnect?: { timeout: number } | boolean;  className?: string;  modalSize?: "compact" | "wide";  privacyPolicyUrl?: string;  showAllWallets?: boolean;  showThirdwebBranding?: boolean;  style?: React.CSSProperties;  termsOfServiceUrl?: string;  walletConnect?: { projectId?: string };};