UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

6 lines (5 loc) 262 B
import React from 'react'; /** Use this button only in the old design components, for the future we should use `CopyAddressButton` which has a new design */ export declare function OldCopyAddressButton({ address, }: { address: string; }): React.JSX.Element;