UNPKG

coinforbarter-react-native

Version:

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

10 lines (9 loc) 198 B
import { FC } from 'react'; interface Props { children: JSX.Element; logo?: string; description?: string; title?: string; } export declare const Body: FC<Props>; export {};