Props of PayEmbed component
PayEmbed
type PayEmbedProps = { client: ThirdwebClient; connectOptions?: PayEmbedConnectOptions; locale?: LocaleId; payOptions?: PayUIOptions; supportedTokens?: SupportedTokens; theme?: "light" | "dark" | Theme;};