UNPKG

coinforbarter-react-native

Version:

CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App

11 lines (10 loc) 279 B
import { FC } from 'react'; import { PaymentStatus } from '../../store/payment/types'; import { CurrencyType } from './types'; declare const Index: FC<{ status: PaymentStatus; currency: CurrencyType; id: string; txRef: string; }>; export default Index;