ConnectEmbedProps

type ConnectEmbedProps = {
container?: React.ComponentProps<typeof Box>;
modalTitle?: string;
modalTitleIconUrl?: string;
onConnect?: () => void;
privacyPolicyUrl?: string;
termsOfServiceUrl?: string;
theme?: "dark" | "light" | Theme;
};