UNPKG

coinforbarter-react-native

Version:

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

5 lines (4 loc) 115 B
import { FC } from 'react'; export declare const PaymentErrors: FC<{ errors: Record<string, string[]>; }>;