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