UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

7 lines (6 loc) 219 B
import type { Transaction } from '../../../transactions/transactionStore'; interface TxProps { tx: Transaction; } export declare function TxItem({ tx }: TxProps): import("react/jsx-runtime").JSX.Element; export {};