UNPKG

@roochnetwork/rooch-sdk-kit

Version:
7 lines (6 loc) 250 B
import type { Wallet } from '../../../wallet/wallet.js'; type InstallStatusProps = { selectedWallet: Wallet; }; export declare function InstallStatus({ selectedWallet }: InstallStatusProps): import("react/jsx-runtime.js").JSX.Element; export {};