Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
/// <reference types="react" />
import { Transaction } from '../../transactions/transactionStore';
interface TxProps {
tx: Transaction;
}
export declare function TxItem({ tx }: TxProps): JSX.Element;
export {};