;">/>;
function PayEmbed(props: PayEmbedProps): Element;
Props of type PayEmbedProps to configure the PayEmbed component.
PayEmbedProps
let props: { className?: string; client: ThirdwebClient; connectOptions?: PayEmbedConnectOptions; hiddenWallets?: Array<WalletId>; locale?: LocaleId; payOptions?: PayUIOptions; style?: React.CSSProperties; supportedTokens?: SupportedTokens; theme?: "light" | "dark" | Theme;};
let returnType: Element;