PayEmbedProps

Props of PayEmbed component

type PayEmbedProps = {
client: ThirdwebClient;
connectOptions?: PayEmbedConnectOptions;
locale?: LocaleId;
payOptions?: PayUIOptions;
style?: React.CSSProperties;
supportedTokens?: SupportedTokens;
theme?: "light" | "dark" | Theme;
};