UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

7 lines (6 loc) 213 B
import type { PropsWithChildren } from 'react'; export interface WalletMenuProps { open: boolean; onClose: () => void; } export declare const WalletMenuModal: React.FC<PropsWithChildren<WalletMenuProps>>;