UNPKG

coinforbarter-react-native

Version:

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

7 lines (6 loc) 154 B
import { FC } from 'react'; import { CurrencyType } from './types'; declare const Index: FC<{ currency: CurrencyType; }>; export default Index;