UNPKG

coinforbarter-react-native

Version:

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

9 lines (8 loc) 310 B
import { FC } from 'react'; import { CurrencyType } from './types'; declare const Index: FC<{ setErrors: (errors: Record<string, string[]>) => void; handleError: (data: Record<string, any>, statusCode: number, message: string) => void; currencies: CurrencyType[]; }>; export default Index;