UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

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