UNPKG

@funkit/connect

Version:

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

9 lines (8 loc) 346 B
import React from 'react'; interface CopyInputDisplayedAddressProps { address: string; truncateAddress?: boolean; } /** Element displaying the provided address along with a copy button below */ export declare function CopyInputDisplayedAddress({ address, truncateAddress, }: CopyInputDisplayedAddressProps): React.JSX.Element; export {};