UNPKG

coinforbarter-react-native

Version:

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

4 lines (3 loc) 109 B
import { FC } from 'react'; import { Props } from './types'; export declare const PaymentBody: FC<Props>;