UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

7 lines (6 loc) 231 B
import { type FC } from 'react'; /** * Widget for displaying iframe-based onramp providers * Note: Popup-based providers (like Coinbase) are handled separately in their onClick handlers */ export declare const OnrampWidget: FC;