coinforbarter-react-native
Version:
CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App
15 lines (14 loc) • 422 B
TypeScript
/// <reference types="react" />
import { CurrencyType } from '../../components/payment/types';
export interface Props {
children: JSX.Element;
companyLogo?: string;
companyDescription?: string;
companyTitle?: string;
currency: CurrencyType;
paymentAmount: number;
paymentTitle: string;
PaymentDescription: string;
supportPhoneNumber?: string;
supportEmail?: string;
}